Viewing 15 posts - 1 through 15 (of 790 total)
I suspect answer D (one of the correct ones) needs to be "DELETE FROM" rather than "DELETE TABLE".
Cheers,
- Mark
March 4, 2015 at 8:25 pm
Thanks Edward.
A good enhancement to server permissions. It addresses a recent annoyance I found with setting up a SQL 2012 service account for use by SQL Compare... I could...
Cheers,
- Mark
July 29, 2014 at 6:49 pm
Lokesh Vij (10/4/2012)
sam.dahl (10/4/2012)
Cheers,
- Mark
October 4, 2012 at 11:34 pm
How long has SQL 2008 been around? Close to 3 years.
And how long have I known about CONVERT styles for these non-date datatypes? Close to 3 minutes.
Thanks for...
Cheers,
- Mark
January 14, 2011 at 1:32 pm
The answer was almost obvious from the "do not run it on production server" recommendation.
But, a good question for highlighting the pitfalls of "float".
Cheers,
- Mark
August 25, 2010 at 10:54 pm
Huh?
Just when I was starting to understand golf....
Correct answer: ROW_NUMBER
Explanation: RANK() is the correct function as it will provide the “gaps” required when two or more...
Cheers,
- Mark
October 22, 2007 at 9:52 pm
From BOL:
Returns the current value of the TEXTSIZE option of the SET statement. This specifies the maximum length, in bytes, of varchar(max), nvarchar(max), varbinary(max), text, or image data that a...
Cheers,
- Mark
September 10, 2006 at 9:29 pm
Have you used Cluster Admin (or the cluster command) to "move" the disks to server A for the duration of the SQL setup?
Cheers,
- Mark
March 13, 2006 at 7:58 pm
That's right. Only local extended stored procs can be called from a UDF.
Cheers,
- Mark
March 13, 2006 at 7:51 pm
Sometimes, as a last resort, I have detached the database, renamed the offending LDF file, and then reattached the database... omitting the LDF in the attach command. This builds a new...
Cheers,
- Mark
February 6, 2006 at 3:08 pm
When using the command prompt, and when the default dependency exists between SQL Server and SQL Agent, I most often use the commands:
net stop mssqlserver /y
and
net start sqlserveragent
Cheers,
- Mark
November 17, 2005 at 2:46 pm
take a look at:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug04/hey0824.mspx
Cheers,
- Mark
October 24, 2005 at 4:44 pm
I for one don't find QOD a source of obtuse information. I most often find the questions interesting, especially this one which - upon further investigation - shows that REPLICATE...
Cheers,
- Mark
September 1, 2005 at 1:11 am
This may not be at all elegant, but why don't you simply remove all privileges of Test_Read?
Cheers,
- Mark
August 22, 2005 at 4:47 pm
Viewing 15 posts - 1 through 15 (of 790 total)