Viewing 15 posts - 691 through 705 (of 825 total)
Nils Gustav Stråbø
Now, I understand because
set ansi_padding off is deprecated, it's buggy.
December 6, 2010 at 7:48 am
Nils Gustav Stråbø (12/6/2010)
Is it just me, or is there a bug in SQL Server when ANSI_PADDING is OFF (not that I've ever used it)?
Let me demonstrate, and...
December 6, 2010 at 7:44 am
dawryn (12/6/2010)
How can result have more rows than number of inserted rows :blush:
The INSERT SCRIPT should be executed twice: one with ANSI_PADDING option set to ON and another one to...
December 6, 2010 at 2:37 am
The only worth of the question is the good news:
"filtered index" (SQL Server 2008).
This feature is present in MS-ACCESS starting from version 1.0 (year 1990).
December 2, 2010 at 6:33 am
INSERT ... WHERE ...
... and UPDATE ????
I could insert NULL and then change (UPDATE) it to an existing value!
The solution is insert/update by stored proc, but the risk to miss...
December 2, 2010 at 2:40 am
tommyh (12/2/2010)
December 2, 2010 at 1:22 am
I disagree: the query returns all rows that contains the word 'order' in the column [text] that may appear in comments or definition.
December 1, 2010 at 12:04 am
Carlo Romagnano (11/22/2010)
WayneS (11/22/2010)
IF OBJECT_ID('tempdb..#YourTempTable') IS NOT NULL
Note that in SQL Server thru...
November 22, 2010 at 7:54 am
WayneS (11/22/2010)
IF OBJECT_ID('tempdb..#YourTempTable') IS NOT NULL
Note that in SQL Server thru version 2008R2,...
November 22, 2010 at 7:53 am
vk-kirov
That's true!
I ran it on sql2000 sp4.
November 22, 2010 at 3:21 am
vk-kirov (11/22/2010)
Carlo Romagnano (11/22/2010)
If you used a query like this, you would see your table:
You will see ALL tables that begins with '#testvm', also, tables belonging...
November 22, 2010 at 2:05 am
Also this is wrong:
If you used a query like this, you would see your table:
You will see ALL tables that begins with '#testvm', also, tables belonging to other sessions.
November 22, 2010 at 1:06 am
Hugo Kornelis (11/17/2010)Without the reversal, the question would have been a solid test of whether people know about the dangers of using CASE in ORDER BY, and thus an excellent...
November 18, 2010 at 1:37 am
mister.magoo (11/16/2010)
To those who think it had unnecessary "tricks" in it, I did try several variants of this question and they all...
November 16, 2010 at 7:40 am
Viewing 15 posts - 691 through 705 (of 825 total)