Viewing 15 posts - 376 through 390 (of 1,034 total)
peter-757102 (4/26/2012)
ben.kimball (4/26/2012)
Dynamic SQL = BAD/Slow/Insecure/Sign of an Inexperienced Developer.
As usual...it depends :).
Mostly on when to use it, because if the nature of the problem you try to solve is...
April 26, 2012 at 2:48 pm
ben.kimball (4/26/2012)
I was just getting ready to say "Wait, WUT?" to your statement about being able to use more than 4000 characters in nvarchar(max). Somehow, I have always had...
April 26, 2012 at 2:45 pm
ianp (4/26/2012)
April 26, 2012 at 10:39 am
And what Gail said 🙂
April 20, 2012 at 2:45 pm
What steps did you take when you moved the databases from 2000 to 2008 R2?
Set the compatibility to 10?
DBCC CHECKDB?
DBCC UPDATEUSAGE?
Rebuild Indexes/statistics?
April 20, 2012 at 2:44 pm
GSquared (4/20/2012)
I tested two-step upserts vs Merge, and it was faster in most cases in my code. But it isn't always faster, and possibly not even faster the majority...
April 20, 2012 at 6:57 am
GSquared (4/19/2012)
April 19, 2012 at 8:11 am
Parameters for SSIS is one of my main reasons that I'm pushing my company to move to 2012 asap.
Good question, thanks!
April 18, 2012 at 8:44 am
Ummm?
SET DATEFORMAT DMY;
SELECT CONVERT(VARCHAR,GETDATE(),103)
April 16, 2012 at 12:37 pm
Lynn Pettis (4/16/2012)
mtassin (4/16/2012)
GilaMonster (4/16/2012)
mtassin (4/16/2012)
April 16, 2012 at 8:08 am
The CosmicTrickster (4/15/2012)
No points for me. I perceive there being a difference between a "backup...
April 16, 2012 at 7:49 am
GilaMonster (4/16/2012)
mtassin (4/16/2012)
So when I see you throw out a question like this... I'd expect that you'd expect a Sr DBA to work on these sorts of things.
No, I don't....
April 16, 2012 at 7:44 am
GilaMonster (4/13/2012)
mtassin (4/13/2012)
GilaMonster (4/12/2012)
Henrico Bekker (4/12/2012)
April 16, 2012 at 6:40 am
Eric M Russell (4/13/2012)
Henrico Bekker (4/12/2012)
When I used to interview someone, I would ask one unanswerable question
I've done it as well... "how do you detach a Log Shipped tempdb that...
April 13, 2012 at 7:52 am
GilaMonster (4/12/2012)
Henrico Bekker (4/12/2012)
April 13, 2012 at 7:50 am
Viewing 15 posts - 376 through 390 (of 1,034 total)