Viewing 15 posts - 1,831 through 1,845 (of 9,641 total)
Nice article. One question, you mention that it would be a good idea to have the database in Snapshot Isolation mode, but you don't really give any details as...
January 16, 2012 at 7:49 am
rarara (1/16/2012)
January 16, 2012 at 6:55 am
SQL Kiwi (1/14/2012)
January 14, 2012 at 6:09 am
It really depends on how it is going to be used. This one sounds like boolean check something like:
IF dbo.IsValidSSN(@SSN) = 1
BEGIN
-- Do something
END
ELSE
BEGIN
...
January 13, 2012 at 4:23 pm
Okay I looked at this a couple of hours ago and decided not to post because I'm probably not the best one to answer it, but since no one has...
January 13, 2012 at 2:40 pm
Duplicate post. See this thread
January 13, 2012 at 2:32 pm
This is definitely a case where I'd use a function not an SP. Phil has provided the code you'd be looking for.
January 13, 2012 at 2:30 pm
L' Eomot Inversé (1/13/2012)
January 13, 2012 at 2:28 pm
Have you tried restoreddatabasename.sys.servers? I believe just doing sys.servers will always hit the master database for the instance.
January 13, 2012 at 12:27 pm
How have you verified that the data is truncated in the destination table? I could easily see this being a display issue in SSMS, especially with carriage returns and...
January 13, 2012 at 12:06 pm
Steve Jones - SSC Editor (1/13/2012)
Jack Corbett (1/13/2012)
January 13, 2012 at 9:55 am
Stefan Krzywicki (1/13/2012)
Lynn Pettis (1/13/2012)
Stefan Krzywicki (1/13/2012)
Evil Kraig F (1/13/2012)
L' Eomot Inversé (1/12/2012)
January 13, 2012 at 8:54 am
I'd have to agree with Remi (Ninja's_RGR'us) on this one. I'd convert any parameters that could have multiple values to varchar(max) (or a large number) and then split them...
January 13, 2012 at 8:51 am
SQL Kiwi (1/13/2012)
What's the general feeling about asking Steve to remove that "Question for the Experts" thread? +1 vote here.
I wouldn't delete it. I think there is some...
January 13, 2012 at 8:46 am
Stefan Krzywicki (1/13/2012)
Evil Kraig F (1/13/2012)
L' Eomot Inversé (1/12/2012)
January 13, 2012 at 8:43 am
Viewing 15 posts - 1,831 through 1,845 (of 9,641 total)