Viewing 15 posts - 826 through 840 (of 895 total)
Bhuvnesh (3/23/2010)
Kingston Dhasian (3/22/2010)
But i have spoken to thousands of U.S citizens without going out of India even once. Guess how???Clients interaction 🙂 ?
Which company would be having thousands of...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 23, 2010 at 12:29 am
Born in Kanniyakumari ( India )
Brought up in Mumbai ( India )
Employed for a year in Chennai ( India )
Now i am back in Mumbai working on SQL Server 2005.
But...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 11:43 pm
steveb. (3/22/2010)
Kingston Dhasian (3/22/2010)
SELECT*
FROMdt
WHEREDAY( DATEADD( DAY, 1, dt ) ) != 1
I don't think performance should be a concern as almost all the rows ( hopefully ) are returned....
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 11:17 pm
Jeff Moden (3/22/2010)
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 11:10 pm
SELECT*
FROMdt
WHEREDAY( DATEADD( DAY, 1, dt ) ) != 1
I don't think performance should be a concern as almost all the rows ( hopefully ) are returned. In such a case...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 6:53 am
chandrasekaran.ganapathy (3/22/2010)
Hi Kingston,Just for curiosity asking, can we handle the tie value in Row_number()?
No, you can't. You can use the RANK or the DENSE_RANK for the same.
Again both of...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 5:30 am
chandrasekaran.ganapathy (3/22/2010)
No specific reason? I want to handle the tie value also. that's why? can we handle tie value also in row_number?
ROW_NUMBER gives unique values even if it is a...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 5:18 am
chandrasekaran.ganapathy (3/22/2010)
Select Salary from Table1 Where Salrank='3' Where (Select Dense_Rank()
over (Order By Salary...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 22, 2010 at 5:02 am
What is the result set that you are getting.
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 19, 2010 at 6:57 am
Does the below query return any NULL values
select (EngineerId) from Table2
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 19, 2010 at 6:11 am
chandrasekaran.ganapathy (3/19/2010)
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 19, 2010 at 4:43 am
I doubt if anybody is going to get this right. 20 attempts so far and nobody has got it till now.
It would be better somebody from SSC reviews the Question...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 18, 2010 at 10:32 pm
:-)And i hope you understood why it failed..
If you didn't, have a look at the following link
http://www.sqlservercentral.com/blogs/never_say_never/archive/2010/1/28/in-and-not-in.aspx
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 18, 2010 at 6:13 am
Check if this the below code returns any NULL values
SELECT ID FROM @TempTable
If it does your first query will fail..
And posting some sample data along with your table structure will...
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 18, 2010 at 5:37 am
This will be a useful link for you..
http://www.sqlservercentral.com/articles/SQL+Server+2008/65539/
How to post data/code on a forum to get the best help - Jeff Moden
http://www.sqlservercentral.com/articles/Best+Practices/61537/
March 17, 2010 at 6:20 am
Viewing 15 posts - 826 through 840 (of 895 total)