Viewing 15 posts - 661 through 675 (of 825 total)
I get it right because of excluding the wrong choices.
January 21, 2011 at 1:13 am
Koen (da-zero)
And what if your company or your client uses an older version of SQL Server (there are still some SQL 2000 or older out there. SQL Server 2005 is...
January 11, 2011 at 1:46 am
Koen (da-zero) (1/10/2011)
Good, but difficult question. I had to read quite some BOL pages to get this one right.And only 1 point?
I get it wrong, because I don't want waste...
January 11, 2011 at 12:54 am
Thank you! I learned something new and I'll take care of this for database maintenance.
😉
January 7, 2011 at 1:41 am
Koen (da-zero) (1/6/2011)
toddasd (1/6/2011)
January 7, 2011 at 1:26 am
CirquedeSQLeil (1/4/2011)
I didn't like this question very much for the same reasons others have already noted. That said, I did learn a bit from it.
I agree, I learned to...
January 4, 2011 at 10:20 am
Tom.Thomson (12/30/2010)
Carlo Romagnano
Mixing column swap with quirky update in this form is perhaps interesting, but certainly not deterministic - even though there are no indexes involved so that the...
December 31, 2010 at 2:13 am
I do not see a value for 2 points. It's only a simple swap. It behaves the same in any sqlserver release.
DECLARE @MyTable TABLE (Col1 INT,
...
December 30, 2010 at 1:43 am
I learned more from QotD of last friday: "what type of shirts does Steve Jones wear on Fridays?"
December 27, 2010 at 12:58 am
I got it right as specified on BOL: http://support.microsoft.com/kb/stevejones/us
HAVE GOOD HOLYDAYS AND HAPPY NEW YEAR!!!!!!!!!!!!
:-):-D:-P:-D:-)
December 24, 2010 at 10:18 am
Some tools (powerbuilder,qlick) replace CR and LF with space, so one line comment
in the script could alter the command.
Running the script in sql2000 I get 1,3,4 but in sql2005 +...
December 23, 2010 at 3:15 am
Hardy21 (12/23/2010)
But as per the question, we should give answer for the question: What will you get executing this T-SQL code in Query Analizer (SQL2K) or...
December 23, 2010 at 2:01 am
It's not a bug: CR is carriage return, so the line is the same.
The line 2 is not printed beacuse the print command is joined to the commented line.
So, change...
December 23, 2010 at 1:22 am
Viewing 15 posts - 661 through 675 (of 825 total)