Viewing 15 posts - 826 through 840 (of 929 total)
suneel-210238 (2/8/2010)
We have a table where we store versions of data and mark with some version indicator. Typically we are having around 50 columns in this table.
We got a requiremnt...
February 8, 2010 at 7:01 am
You have to use dynamic SQL, an example is here: http://www.sqlservercentral.com/Forums/Topic769832-338-1.aspx
Other examples are scattered throughout SSC.
BrainDonor
February 8, 2010 at 1:15 am
February 5, 2010 at 8:06 am
Check the format for DATEADD in BOL - you aren't using it correctly.
BrainDonor
February 5, 2010 at 12:55 am
mbookout (2/4/2010)
February 4, 2010 at 10:12 am
And DATEDIFF - two ways to solve the same problem.
BrainDonor
February 4, 2010 at 9:58 am
Duplicate post, responses to:
http://www.sqlservercentral.com/Forums/Topic859597-146-1.aspx
February 4, 2010 at 6:37 am
Roy Ernest (2/2/2010)
BrainDonor (2/2/2010)
This thread is going to get interesting.
I've been waiting for weeks for this one to show their head over the parapet.
BrainDonor.
By seeing your last post on...
February 2, 2010 at 9:15 am
sql_ques (2/2/2010)
SELECT LASTNAME FROM CPM.dbo.T_CANADIANWHERE '678567' BETWEEN '673001' AND '679000'
AND 'Z' BETWEEN 'P' AND 'P'
this worked.
Indeed it will. However, you've had to split the values yourself - originally...
February 2, 2010 at 9:03 am
This thread is going to get interesting.
I've been waiting for weeks for this one to show their head over the parapet.
BrainDonor.
February 2, 2010 at 8:48 am
sql_ques (2/2/2010)
Please tell me how to do it.
No.
I will however take as long as is required to help you to work out how to write it. That is how...
February 2, 2010 at 8:18 am
In which case you need to check the right-most character of the value first, and then if that is within range you can check the numeric part.
BrainDonor.
February 2, 2010 at 8:05 am
I can't say I've ever given any thought as to why MS names things the way it does (that way lies madness), but it probably generates some type of GUID...
January 28, 2010 at 5:00 am
Paul White (1/26/2010)
BrainDonor (1/26/2010)
http://www.sqlservercentral.com/Forums/FindPost853470.aspx
The same message three times in a row - he's determined someone will write...
January 26, 2010 at 3:35 am
Steve, could you give this call a nudge - it appears to be stuck....
http://www.sqlservercentral.com/Forums/FindPost853470.aspx
The same message three times in a row - he's determined someone will write it for him.
January 26, 2010 at 3:01 am
Viewing 15 posts - 826 through 840 (of 929 total)