Viewing 15 posts - 1 through 15 (of 17 total)
TRACEY (12/31/2008)
Do you have the lock memory in pages set on in windows.http://msdn.microsoft.com/en-us/library/ms190730.aspx
Also change the min memory to 8196.
Yes for the service account it has the...
December 31, 2008 at 7:40 am
I have been looking at the memory usage at the time it goes wrong and sql is using 13600mb with 13600mb allocated. This is standard and the memory usage...
December 31, 2008 at 7:14 am
Nicholas Cain (12/31/2008)
Oh, and have you identified the root cause of the blocking? Where it all begins?
The blocking only occures after the procedure cache drops. Fixing the blocking issue...
December 31, 2008 at 7:01 am
Nicholas Cain (12/31/2008)
Andrew Barton (12/31/2008)
December 31, 2008 at 6:57 am
Hi Jason,
No other apps are running on this node just SQL.
December 31, 2008 at 6:52 am
Hi, thanks for the swift response, the min server memory is 0 and the max is 2147483647 so should be using dynamic memory management. This box is a...
December 31, 2008 at 6:45 am
It was the registration key. Our ops team hadn't registered winzip on the server. It is now working correctly and I now need...
October 11, 2006 at 2:05 am
There are companies that specialize in restoring data from damaged disk drives but it isn't cheap. If all else fails this might be an option for them.
September 13, 2005 at 2:26 am
Another option is to have an output parameter in you stored procedure that is data type cursor and then pass this to a second cursor in the calling stored procedure...
September 1, 2005 at 6:36 am
I think that by default Builtin\Administrators can see the directory. If the user you wish to view the report is not an administrator, you will need to add either the...
March 23, 2005 at 4:39 am
I already looked at the dates and tried them as datetime also tried them as varchar. Added times to the dates but it always gives the same execution plan. I...
November 3, 2004 at 2:04 am
You can audit logins in SQL server. You have the option of auditing None, Failure, Success or ALL. Have a look in BOL as it gives details. The next level...
October 12, 2004 at 1:47 am
When you want to restore the master database you have to set sql server in single user mode using a command line and the following switches.
sqlservr.exe -c -m
Look...
October 1, 2004 at 2:38 am
I have spoken to our network guys and they can't shed any light on it either. The workgroup is a windows 2000 advanced server and the SQL server is on...
September 21, 2004 at 3:45 am
Check out the following site. This has some nice code examples for doing loops in DTS packages for importing files.
Andrew
September 21, 2004 at 2:25 am
Viewing 15 posts - 1 through 15 (of 17 total)