(Lukas Eder) SQL Server is known to have a very strict interpretation of the SQL standard. For instance, the following expressions or statements are not possible in SQL Server:
Tag: sql server
Connecting to an Oracle Database from SQL Server and Microsoft BI Tools
(Tyler Chessman) When it comes to relational databases, most organizations run heterogeneous environments. SQL Server DBAs, IT professionals, and business intelligence (BI) practitioners will likely need to connect to an Oracle database at some point in their career.
Geek City: The Hekaton Saga Continues, and some answers to questions
(Kalen Delaney) My Hekaton (aka In-memory OLTP) books is with the publisher. And I have no doubt they will do a much better job than my previous publisher did in bringing my SQL Server 2012 Internals Book into the light of day.
How to Audit for SQL Server Users in Contained Databases
(K. Brian Kelley) I know SQL Server 2012 added a feature where you can use contained databases. I also have heard that these databases can have users which can be authenticated by the SQL Server. However, the users don’t appear in the standard sys.sql_logins or sys.server_principals catalog views. H
how to collect data for troubleshooting SQL Servers via sqldiag
(isilefe) Nowadays, I am reviewing the tools for troubleshooting SQL Servers since I will deliver a training in Dublin next week. While reviewing them, i would like to summarize them with a blog series. Now, first one is SQLDiag. SQLDiag is a general purpose diagnostics utility that can collect the
Missing Indexes Script v2
(Jason Brimhall) Frequently we hear the analogy that is like opinions, everybody has one and not all of them are good (some may stink).
Granting or denying permissions to all of the tables within a database
(Kenneth Fisher) When granting or denying permissions to the tables within a database you have two options. You can either add the user/role to one of the preexisting database roles
SQL SERVER – Simple Example of Incremental Statistics – Performance improvements in SQL Server 2014 – Part 2
(Pinal Dave) This is the second part of the series Incremental Statistics. Here is the index of the complete series.
Prevent multiple users from running the same SQL Server stored procedure at the same time
(Andy Novick) There is a stored procedure that must be run by only one user at a time. How do to I prevent multiple users from running the stored procedure at the same time?
SQL SERVER – What is Incremental Statistics? – Performance improvements in SQL Server 2014 – Part 1
(Pinal Dave) This is the first part of the series Incremental Statistics. Here is the index of the complete series.