Tag: sql server

Community

Master joins with these concepts

To efficiently handle queries and good database design, you must have a good understanding of SQL join statements. Beyond the logistics of basic syntax, there are several concepts that will round out your knowledge of joins and facilitate data referencing, such as aliasing, self joins, and ON clause

Community

Guard Your Data with Kerberos

All security operations in SQL Server depend on the twin processes of authentication and authorization. If the server doesn’t have total confidence in the user’s identity and, thus, can’t be sure of the permissions a user has, all attempts to control access to data fail. Microsoft has long preferred