Viewing 15 posts - 781 through 795 (of 1,161 total)
SQL Server is running out of memory. Please check the error log file it will have some information about. Restarting the SQL Server is a work around.
August 16, 2010 at 9:24 am
On the Security Tab, make some small changes in the configuration and click on "Script". This will generate the script in a new query window. Then click on "Cancel" to...
August 15, 2010 at 4:08 am
Looks like you have not used the Configuration Manager to change the service account. Refer this
Change the service account using Configuration Manager. This should fix this issue.
August 15, 2010 at 4:01 am
Locking a login feature is not available in SQL Server 2000. Alternatively you can DENY LOGIN permissions for that login.
August 14, 2010 at 6:30 am
August 14, 2010 at 6:00 am
Ramji29 (8/13/2010)
BACKUP DATABASE yourdatabasename TO DISK='ActualPathOfBackupFileName.bak'
This will create the backup at default location.
This will not create the backup file at default location. It depends on what is the value of...
August 13, 2010 at 10:03 am
Use sqlcmd.exe to execute the query and name the ouput file as .csv. Refer this
August 13, 2010 at 7:21 am
Add an output file to the job step to get more details on the failure.
August 13, 2010 at 7:19 am
You may use the parameters mentioned here inside the VBScript.
August 12, 2010 at 8:03 am
There is no direct way of doing this. However, the following modification in the Registry works for you.
Caution: Modifying the registry can have serious impacts. Ensure to have proper...
August 12, 2010 at 8:00 am
The SQLAGENT.out file should have more details as to why it failed. This file is usually located at
[Installation Drive]\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
August 12, 2010 at 7:00 am
Yes the datatypes. Also found this information. You may try the workaround.
August 11, 2010 at 10:18 am
Here is the note from MSDN
C2 audit mode saves a large amount of event information to the log file, which can grow quickly. If the data directory in which logs...
August 11, 2010 at 9:27 am
Try entering the actual instance name in "ServerHost" under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\SQLServerAgent
in registry.
August 11, 2010 at 9:26 am
Use ALTER LOGIN in conjunction with the above query to turn on CHECK POLICY
August 11, 2010 at 8:49 am
Viewing 15 posts - 781 through 795 (of 1,161 total)