Viewing 15 posts - 316 through 330 (of 848 total)
Very nice question. The escape sequence for that ODBC date was new to me.
March 14, 2013 at 9:54 am
I thought everyone I work with only used 4 digit years until last week. I saw some code where they were using test values for date parameters with 2 digit...
March 11, 2013 at 7:57 am
Nice question. I didn't know about the cutoff year either.
March 11, 2013 at 7:36 am
L' Eomot Inversé (3/6/2013)
KWymore (3/6/2013)
chgn01 (3/6/2013)
Please try this:SET @vchrIsNumeric='$NAME',
Is Numeric or Is not Numeric?
That will return Is Numeric as well. Same thing if you do '£NAME'. I think any...
March 6, 2013 at 1:41 pm
bitbucket-25253 (3/6/2013)
March 6, 2013 at 12:14 pm
chgn01 (3/6/2013)
Please try this:SET @vchrIsNumeric='$NAME',
Is Numeric or Is not Numeric?
That will return Is Numeric as well. Same thing if you do '£NAME'. I think any currency character will evaluate...
March 6, 2013 at 9:24 am
I totally overlooked the misspelled WITH too. I never knew you could use a hint without using WITH. Interesting question. Thanks Serge!
February 21, 2013 at 8:29 pm
Nice question Lokesh. I never would have thought to try changing the database through and execute statement. Now I know what would happen had I tried!
February 15, 2013 at 12:25 am
We have used cross joins for things like this as well. We used to do sign-off sheets at the end of payroll cycles so managers could have their employees sign...
February 13, 2013 at 5:03 pm
Hugo Kornelis (2/13/2013)
I do not agree...
February 13, 2013 at 11:20 am
I made the assumption that the author didn't actually understand that GO was a batch separator and was instead focused on the temp table creation process. I hate to make...
February 11, 2013 at 11:55 am
L' Eomot Inversé (2/7/2013)
EL Jerry (2/7/2013)
Got it. Here it is:http://www.sqlservercentral.com/Forums/FindPost1349883.aspx
Saludos,
Wow, that is a humorous thread! I am glad I don't work with that lead. Talk about misdirection...
February 7, 2013 at 1:25 pm
Viewing 15 posts - 316 through 330 (of 848 total)