Viewing 15 posts - 1,876 through 1,890 (of 14,953 total)
Looks like an error from whatever you are calling with xp_cmdshell. Are you having it call an exe file or something like that?
March 16, 2012 at 6:44 am
You could split by "up to punctuation" for LastName, First type formats, splitting anything before the punctuation (either comma or semicolon) as the last name. That would be Left(FullName,...
March 15, 2012 at 3:52 pm
That table contains the results of including query data in an e-mail. All it takes is a few big datasets and you'll get a HUGE table.
There's an article here...
March 15, 2012 at 1:52 pm
Are you familiar with reading execution plans? That's where you'll need to start.
If you aren't familiar with them:
In Management Studio, click the option in the toolbar for "Include Actual...
March 15, 2012 at 1:38 pm
Jeff Moden (3/14/2012)
anthony.green (3/14/2012)
Jeff Moden (3/13/2012)
anthony.green (3/12/2012)
March 15, 2012 at 1:30 pm
Jeff Moden (3/13/2012)
anthony.green (3/12/2012)
March 15, 2012 at 1:26 pm
Grant Fritchey (3/15/2012)
Jack Corbett (3/15/2012)
herladygeekedness (3/15/2012)
March 15, 2012 at 1:17 pm
L' Eomot Inversé (3/15/2012)
herladygeekedness (3/15/2012)
March 15, 2012 at 11:42 am
The max memory setting is just for the buffer pool. If SQL Server needs more resources for other things, it will use it.
Do your databases have any CLR objects...
March 15, 2012 at 11:30 am
Jack Corbett (3/15/2012)
herladygeekedness (3/15/2012)
March 15, 2012 at 11:20 am
Stefan Krzywicki (3/15/2012)
GabyYYZ (3/15/2012)
March 15, 2012 at 9:28 am
GabyYYZ (3/15/2012)
March 15, 2012 at 9:21 am
Any week where I feel I'm kicking life's butt more than it's kicking mine. Purely subjective, and it works for me.
March 15, 2012 at 9:14 am
David in .AU (3/14/2012)
March 15, 2012 at 7:03 am
Gianluca Sartori (3/13/2012)
No, seriously, you'd better ignore him.
A wise man once told me that the only person in the world you can change...
March 13, 2012 at 1:03 pm
Viewing 15 posts - 1,876 through 1,890 (of 14,953 total)