Viewing 15 posts - 331 through 345 (of 984 total)
April 11, 2017 at 1:47 am
ThomasRushton - Tuesday, April 4, 2017 3:32 AM[/b]
April 10, 2017 at 6:35 am
April 4, 2017 at 7:57 am
April 4, 2017 at 7:27 am
April 4, 2017 at 5:37 am
A new low... a new user, rather than posting a topic on one of the boards here, sent me a T-SQL question via PM...
*sigh*
Just today to...
April 4, 2017 at 3:32 am
April 3, 2017 at 9:15 am
Like those spring break pics...
March 27, 2017 at 7:14 am
Getdate function returns the current system date (as Jeff will remind us), rather than the date portion of a date/time field.
If you want just the date (with no...
March 24, 2017 at 6:07 am
I hate to admit it but when I see posts like that I...
March 20, 2017 at 5:19 am
March 17, 2017 at 9:09 am
A combination of DataLength and testing for value = '' is probably the best bet.
Consider this:DECLARE @t TABLE
(
Label VARCHAR(20),
TestString VARCHAR(50)
March 17, 2017 at 9:07 am
Viewing 15 posts - 331 through 345 (of 984 total)