Viewing 7 posts - 1 through 7 (of 7 total)
The "delete table BBB;" statement in d) will fail.
March 4, 2015 at 8:56 pm
Good question, but wrong answer. Should be "Enable backup compression" and "Create a user that is classified into a limited CPU workload group in Resource Governor"
January 22, 2012 at 3:40 pm
It is possible to run both these operations in SQL Server concurrently, but not on the same database.
December 14, 2011 at 11:17 pm
The question is not really about datetime precision, but string comparison.
If the comparison value had been declared as datetime, then the other values would be implicitly converted to datetime as...
November 27, 2011 at 9:35 pm
It will return the same if the table has data.
If the table is empty, sum(1) will return Null where count(*) would return 0, so not always exactly the same.
November 21, 2011 at 8:33 pm
UMG Developer (8/4/2010)
Jostein Saethern (8/4/2010)
None of the listed views exist.Are you using SQL Server 2008 or newer?
I'm using 2008 R2. The correct answer is listed as sys.dm_os_sys_performance_counters, but in the...
August 4, 2010 at 11:33 pm
Viewing 7 posts - 1 through 7 (of 7 total)