Viewing 15 posts - 526 through 540 (of 1,246 total)
November 2, 2017 at 7:37 am
Here's what I'm coming up with...
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
========================================================================================================================
= start time: 2017-11-02 00:42:00.8331935 test name:...
November 1, 2017 at 10:47 pm
November 1, 2017 at 12:25 am
Getting rid of NVARCHARs has a benefit that (IMO) far out weighs any potential space savings...
IMPLICIT CONVERSIONS...
SQL Server will allow you to mix & match CHAR, VARCHAR, NCHAR &...
October 31, 2017 at 9:48 pm
Here are my solutions... One to fit either answer to my previous question...
DECLARE @str VARCHAR(8000) = 'abcdefghijklmnopqrstponmlkjihgfedcba';
-- if "a" is the correct answer...
WITH...
October 31, 2017 at 6:22 pm
Just because it looks like an interesting challenge... and because I think I understood the question differently...
Are you looking for the 1st character to be duplicated OR the character...
October 31, 2017 at 6:12 pm
October 30, 2017 at 2:01 pm
October 29, 2017 at 9:13 pm
October 29, 2017 at 7:18 pm
Heh... that's one of the things that I admire about you. You get sucked in on trying to understand things as much as I do. That and...
October 29, 2017 at 5:41 pm
Okay... where to begin???
First... I haven't been putting this off... the exact opposite actually. I've been sucked in... It the posting updates, getting a full nights sleep and...
October 29, 2017 at 3:15 am
October 26, 2017 at 10:48 pm
October 26, 2017 at 5:22 pm
Here's my shot at this problem. Just to make life easy, I'll keep all...
October 25, 2017 at 4:31 pm
Viewing 15 posts - 526 through 540 (of 1,246 total)