Viewing 15 posts - 616 through 630 (of 3,957 total)
Wouldn't this be a little easier?
UPDATE #test_43
SET email=STUFF(email, 1, CHARINDEX('@', email)-1, LEFT(REPLACE(CAST(NEWID() AS VARCHAR(36)), '-', ''), 8));
April 8, 2014 at 11:05 pm
mickyT (4/7/2014)
HiDwain Camps did a nice article about arrival and departures here. Departures from Origins and Arrivals at Destinations[/url]
Thanks for the plug Micky!
April 8, 2014 at 10:47 pm
If you read the article, you should probably also look at the discussion thread:
http://www.sqlservercentral.com/Forums/Topic1559372-3529-1.aspx?Update=1
April 8, 2014 at 7:58 pm
Claire,
Interesting article. I have indeed found cases where divide and conquer can be helpful to solve a really tricky query form. But I'm afraid I'm going to need...
April 8, 2014 at 7:52 pm
h.tobisch (4/7/2014)
1. You write
"Because we know that SQL Server ignores NULL values when it constructs an INDEX. "
If I interpret your statement the way it was intended, then,
to my...
April 7, 2014 at 7:44 pm
mister.magoo (4/7/2014)
As with anything like this, whether this technique benefits you or not will depend on so many factors.
On my laptop, for instance, I see no difference...
April 7, 2014 at 7:42 pm
Pavel Pawlowski (4/6/2014)
thanks for the post and only a few comments.
You do not need to write CTE to get index seek in your case (where you have a lot of...
April 7, 2014 at 4:00 am
SQLRNNR (4/4/2014)
dwain.c (4/3/2014)
Many thanks to Steve for syndicating my blogs on SSC:And my apologies for making you work so hard at it.
Well well well, another blog to read. I...
April 6, 2014 at 7:24 pm
WayneS (4/3/2014)
dwain.c (4/3/2014)
Steve Jones - SSC Editor (4/3/2014)
dwain.c (4/3/2014)
Many thanks to Steve for syndicating my blogs on SSC:And my apologies for making you work so hard at it.
You are welcome...
April 3, 2014 at 8:37 pm
Lynn Pettis (4/3/2014)
TomThomson (4/3/2014)
Sean Lange (4/3/2014)
Greg Edwards-268690 (4/3/2014)
it was clear they had no idea what they wanted or needed.But finish it by Friday.
This is an everyday occurrence at my job.
Not...
April 3, 2014 at 7:51 pm
Steve Jones - SSC Editor (4/3/2014)
dwain.c (4/3/2014)
Many thanks to Steve for syndicating my blogs on SSC:And my apologies for making you work so hard at it.
You are welcome and good...
April 3, 2014 at 7:06 pm
Sean Lange (4/3/2014)
Greg Edwards-268690 (4/3/2014)
it was clear they had no idea what they wanted or needed.But finish it by Friday.
This is an everyday occurrence at my job.
If it happens every...
April 3, 2014 at 6:13 pm
Many thanks to Steve for syndicating my blogs on SSC:
And my apologies for making you work so hard at it.
April 3, 2014 at 6:11 pm
I nominate this as about the most annoying SQL error message I've seen in a long time:
Cannot use the ROLLBACK statement within an INSERT-EXEC statement.
April 1, 2014 at 9:48 pm
Koen Verbeeck (3/31/2014)
dwain.c (3/30/2014)
The fact that they actually have the gall to call them "software engineers" is a blatant insult to anyone that actually graduated with an engineering degree.
True dat...
March 31, 2014 at 1:01 am
Viewing 15 posts - 616 through 630 (of 3,957 total)