Viewing 15 posts - 331 through 345 (of 1,518 total)
I would suggest that you set a value for the max-mem setting value to say 2 or 3 GB.
Keep in mind that max-memory refers to the buffer-pool area of memory;...
March 18, 2011 at 5:33 pm
Thanks again!
March 18, 2011 at 1:56 pm
Pam Brisjar (3/18/2011)
March 18, 2011 at 1:43 pm
Pam Brisjar (3/18/2011)
March 18, 2011 at 12:43 pm
Jason Selburg (3/18/2011)
But I would...
March 18, 2011 at 12:40 pm
Any thoughts anyone?
March 18, 2011 at 9:53 am
fannonland2 (3/3/2011)
iWaitInMinutes = 1
iAlertFreq = 1
sAnalysisInstance = "server\instance"
sAnalysisDB = "dbName"
and the other line is now....
sConnString = "Server=" & sAnalysisInstance & ";Database=" & sAnalysisDB &...
March 3, 2011 at 3:31 pm
Steve Jones - SSC Editor (3/3/2011)
Login migration: http://www.sqlservercentral.com/articles/934/
Move over databases from either a backup/restore or...
March 3, 2011 at 12:07 pm
fannonland2 (3/2/2011)
March 2, 2011 at 2:37 pm
fannonland2 (3/2/2011)
March 2, 2011 at 11:29 am
fannonland2 (3/2/2011)
March 2, 2011 at 11:16 am
fannonland2 (2/28/2011)
February 28, 2011 at 2:21 pm
There are two ways you can achieve this (they can be combined into one):
EXECUTE AS clause:
http://msdn.microsoft.com/en-us/library/ms178106.aspx
Module signing:
http://msdn.microsoft.com/en-us/library/ms178106.aspx
Have a look at the above links and post further on this thread with...
February 25, 2011 at 8:29 pm
I found these two links, which seem very relevant to my question:
http://www.mssqltips.com/tip.asp?tip=1114
http://www.mssqltips.com/tip.asp?tip=1306
If anyone has any additional info, it would be appreciated.
February 25, 2011 at 12:55 pm
Thank you all for your responses.
This is a QA environment, so there are indeed a lot of changes happening all the time.
I will study all your answers in more...
February 24, 2011 at 6:29 am
Viewing 15 posts - 331 through 345 (of 1,518 total)