Viewing 15 posts - 1,846 through 1,860 (of 3,348 total)
sqlcentral-bugmenot (2/26/2013)
February 26, 2013 at 8:14 am
I had almost missed the different time in the returned output, as I was focusing completely on the data type. Caught is just in time!
I do not agree with some...
February 13, 2013 at 1:58 am
Dave62 (2/12/2013)
I must say that a large majority of your posts I find educational.
Thanks! That is what I normally try to achieve here.
As to that previous post ... with hindsight,...
February 12, 2013 at 11:43 am
Dave62 (2/12/2013)
Isn't it interesting there is a correlation within 5% of correct answers to positive posts and incorrect answers to whining posts. :w00t:
No, I don't find that interesting at all.
I...
February 12, 2013 at 9:49 am
If the sequential aspect is important (i.e. FIRST request must go to FIRST available schedule), then I think a cursor will be faster than any of the alternatives. But make...
February 12, 2013 at 9:14 am
Koen Verbeeck (2/10/2013)
The question cleverly had no color coding on the...
February 11, 2013 at 4:00 am
When picking my answer, I knew I had a 50/50 chance, because my mindreading skills are still not on par with my SQL skills.
There were two options.
1. The author knows...
February 11, 2013 at 3:55 am
paul s-306273 (2/7/2013)
Steve - 0 points to you for creating a view using 'select *'...😛
So how should Steve have made a QotD about the dangers of select * in a...
February 7, 2013 at 2:14 am
Good question, Steve!
Here is a link to the most recent version of the relevant Books Online article: http://msdn.microsoft.com/en-us/library/ms187821.aspx. It's the same aas the one in the explantion, but without the...
February 7, 2013 at 1:42 am
Dineshbabu (2/6/2013)
But you steal some of my time by making me to sit and calculate each and every statement..:-) .
You could have saved that time. I just checked for which...
February 6, 2013 at 12:51 am
Very good question, and an awesome explanation. (Apart from one small type that you probably put in deliberately to prove that you're still human).
Thanks, Tom!
February 5, 2013 at 2:42 am
call.copse (2/1/2013)
February 1, 2013 at 3:34 am
Christian Buettner-167247 (2/1/2013)
CREATE TABLE dbo.Test(a INT NOT NULL, B INT NOT NULL)
INSERT dbo.Test (a,b) VALUES(1,2)
INSERT dbo.Test (a,b) VALUES(3,4)
GO
DECLARE @a INT = 100
...
February 1, 2013 at 2:27 am
roger.plowman (1/30/2013)
However, the question now becomes, why *doesn't* it compress seperately stored data?
I started to reply here, but as the length of my reply grew I realised I probably better...
January 31, 2013 at 2:09 am
Viewing 15 posts - 1,846 through 1,860 (of 3,348 total)