Viewing 15 posts - 18,841 through 18,855 (of 19,564 total)
Lynn Pettis (12/9/2009)
jcrawf02 (12/9/2009)
December 9, 2009 at 12:05 pm
To follow up on what Gail said, (and make it very obvious)
Declare @NewBody Varchar(100)
Set @NewBody = 'A record with id ' + d.id + ' has been updated'
--Note: Where...
December 9, 2009 at 11:04 am
Lynn Pettis (12/9/2009)
I'm trying to help, but any time I try to write something about...
December 9, 2009 at 10:47 am
Use the brackets [ and ].
Or click on the IfCode to the left that has code="sql" with the brackets.
December 9, 2009 at 10:14 am
GilaMonster (12/9/2009)
CirquedeSQLeil (12/9/2009)
My favorite is the
exec sp_configure 'You come do it for me',1
Reconfigure
Potentially a very expensive setting. In terms of money, not server performance. 🙂
Thus, the reason why it could...
December 9, 2009 at 10:12 am
There have been a few concerns regarding the moving of data to a different drive if you rebuild an index in a partition scheme.
I want to provide a scenario to...
December 9, 2009 at 10:10 am
Gianluca Sartori (12/9/2009)
GilaMonster (12/9/2009)
exec sp_configure 'Run SQL Faster',1
Wow! Thanks Gail, I'm trying immediately on my production server. :hehe:
Would you also recommend (as a fellow expert) turning on these switches?
exec...
December 9, 2009 at 9:46 am
Pleae read the articles provided in the urls posted to this thread.
December 9, 2009 at 9:44 am
You're welcome and thanks for the feedback.
December 9, 2009 at 8:48 am
GSquared (12/9/2009)
Steve Jones - Editor (12/9/2009)
The switch I use to make mine run faster is the power switch. Turn it on, it flies. turn it off, no so much.
I had...
December 9, 2009 at 8:43 am
Oh boy, Gus just went there with the power button on that Lock question.
December 9, 2009 at 8:42 am
Steve Jones - Editor (12/9/2009)
I think crystal balls work better than ouji boards. Especially when you drop them on someone's foot to emphasize a point.
Dropping only provides limited emphasis (terminal...
December 9, 2009 at 8:40 am
Alvin Ramard (12/9/2009)
Grant Fritchey (12/9/2009)
I always forget this one. How do you flip the "run faster" switch to the on position in SQL Server?
You mean the turbo button on the...
December 9, 2009 at 8:37 am
If you are referring to a server option for sql server to page memory out, you may want to read the below article. This is not necessarily a go...
December 9, 2009 at 8:33 am
Viewing 15 posts - 18,841 through 18,855 (of 19,564 total)