Viewing 15 posts - 16 through 30 (of 78 total)
Oleg Netchaev (3/5/2010)
ziangij (3/5/2010)
sorry for sounding stupid, but has anybody implemented sparse in his/her code ?what was the reasoning behind.. is it really worth ?
Implementation of the sparse column makes...
March 7, 2010 at 9:47 am
SELECT HASHBYTES('SHA1', REPLICATE(CAST('A' AS varchar(max)), 8000)) returns a 20-byte value, and SELECT HASHBYTES('SHA1', REPLICATE(CAST('A' AS varchar(max)), 9000)) returns the same warning message and no value.
Why the IF comparison between...
February 2, 2010 at 3:30 am
Hugo Kornelis (1/27/2010)
January 27, 2010 at 4:17 am
Kelsey Thornton (1/27/2010)
CirquedeSQLeil (1/26/2010)
January 27, 2010 at 4:04 am
I had chosen - "both are equally cost-effective" simply because I felt that the correlated subquery still needs to check for the existence of the equality condition for which the...
January 27, 2010 at 12:10 am
Why don't you share your solution with us for our enlightenment?
January 24, 2010 at 11:59 pm
I thought it helpful to add the following from MSDN
The REVOKE statement can be used to remove granted permissions, and the DENY statement can be used to prevent a principal...
January 22, 2010 at 12:42 am
I too, like most others, initially felt inclined to believe none of the answers was PERFECTLY CORRECT because the text - in the middle of the answer set - was...
January 21, 2010 at 9:41 am
I have one confusion with regards to the following comment made in the answer ...
Msg 3903 The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
If I understand correctly, since...
January 14, 2010 at 8:58 am
I realized that the poster had cut-paste from the link he has included in the answer. This could have been avoided by careful proof-reading; It might have been a case...
December 30, 2009 at 5:46 am
Zerofusion - thanks for clearing my doubt.
November 24, 2009 at 1:42 am
When the query is executed - the JOIN clause gets evaluated first and the WHERE Clause operates subsequently on the rows returned by the JOIN clause. It seems therefore that...
November 24, 2009 at 1:20 am
Why so, though? First, why does ISNUMERIC return 1 when obviously parameter is of type char and not numeric? And then even assuming that a string of 1's can be...
November 24, 2009 at 12:57 am
Viewing 15 posts - 16 through 30 (of 78 total)