Viewing 15 posts - 331 through 345 (of 3,221 total)
Post your actual T-SQL statement.. some one will be able to show you how to run that for a reasonable number of rows, then take a log file backup, and...
August 19, 2012 at 12:29 pm
go here and print away
http://www.sqlserverspace.com/SQLServerReservedWordList.html
August 19, 2012 at 12:25 pm
Now the question was a good question on the basics, I am NOT disputing that !
[rant]
http://msdn.microsoft.com/en-us/library/ms175997.aspx
From the above reference (bolding added for emphasis)
COUNT(*) returns the number of rows in a...
August 19, 2012 at 8:07 am
Be very, very careful about using ISNUMERIC .. for example, altering your input data slightly to more readily see the possible problem.
DECLARE @Codes TABLE (Code VARCHAR(100),LineNr INT)
...
August 16, 2012 at 8:46 am
Stewart "Arturius" Campbell (8/16/2012)
Good question, thanks.Learned something here.
+1
August 16, 2012 at 4:35 am
This might give you a view ideas of what you can do
http://msdn.microsoft.com/en-us/library/bb522489(v=sql.100).aspx
The other item I would draw to your attention. What are the terms of the purchase/lease of the...
August 15, 2012 at 7:41 pm
L' Eomot Inversé (8/14/2012)
Lynn Pettis (8/14/2012)
Brandie Tarvin (8/14/2012)
August 14, 2012 at 8:49 am
One of the things that I'm trying to learn is to write better QotD questions. It looks like most that have responded here about missing it have acknowledged not reading...
August 14, 2012 at 8:11 am
L' Eomot Inversé (8/11/2012)
I wonder if the 100% correct rate will continue when everyone sees it and starts answering on...
August 11, 2012 at 9:22 pm
Rather suprised by the distribution of answers for such a basic question
37%
(68)
Incorrect answers:
63%
(118)
Total attempts: 186
From a teaching aspect this question is full filling a major QOD objective
August 9, 2012 at 5:49 am
Thanks for the question. But using answers given on Stack Overflow as support for the correct answer, is rather weak, and lame.
There is a reference on msdn to support...
August 8, 2012 at 9:45 pm
The DEVELOPER edition contains all the features that the ENTERPRISE edition contains.
August 8, 2012 at 5:34 pm
Is
Test01 test02 test03 test04 test05
-----------------------------------------------------
State2_J State4_A ...
August 7, 2012 at 8:35 pm
Sean Lange
I think the real concern is the additional administration by Steve to keep this all moving. What happens when a question does not meet the standards or there is...
August 6, 2012 at 1:34 pm
Viewing 15 posts - 331 through 345 (of 3,221 total)