Viewing 8 posts - 1 through 8 (of 8 total)
You need to modify boot.ini to include /PAE switch and then enable MAX Server Memory in SQL Server. Shutdown SQL Service and restrat it.
February 24, 2006 at 10:31 am
1. You can go to Services.msc and restart MSSQLServer and SQLServerAgent Services.
2. In ISQL type SHUTDOWN.
3. On a command prompt, type NET STOP MSSQLSERVER /y and Hit Enter. Once done,...
November 28, 2004 at 12:20 pm
If I were you I would either write a DTS package or I will copy that text file to the server where SQL server is located. You can either set...
November 3, 2004 at 11:36 am
If you can post error message from the job history, it will help me in making more recommendations.
If you think that it's not a permission issue, try doing a...
November 3, 2004 at 10:59 am
Unfortunately, you can't use "USE" statement in a batch execution. What you should do instead is split USE statment with rest of the batch.
Something like this:
USE COMMON
GO
NOW write...
November 3, 2004 at 10:11 am
You can avoid all this by setting up a wrapper class around sp_password and implement these policies as I stated. My only worry was if SQL server offers this out...
November 3, 2004 at 9:57 am
It certainly seems like a problem with the headers. Can you post your backup statement to review, please?
Thanks.
November 3, 2004 at 9:06 am
You are probably having permission issues Either on the table or on the view. When you run it thru QA, your logged on security credentials are supplied to SQL Server...
November 3, 2004 at 7:47 am
Viewing 8 posts - 1 through 8 (of 8 total)