Viewing 15 posts - 781 through 795 (of 1,157 total)
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 14, 2010 at 6:30 am
This link [/url]has almost all the scripts that a DBA ever needs.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 13, 2010 at 10:03 am
Use sqlcmd.exe to execute the query and name the ouput file as .csv. Refer this
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 13, 2010 at 7:21 am
Add an output file to the job step to get more details on the failure.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 13, 2010 at 7:19 am
You may use the parameters mentioned here inside the VBScript.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 12, 2010 at 7:00 am
Yes the datatypes. Also found this information. You may try the workaround.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 11, 2010 at 9:26 am
Use ALTER LOGIN in conjunction with the above query to turn on CHECK POLICY
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 11, 2010 at 8:49 am
This provides you many options.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 11, 2010 at 8:47 am
It depends on with what error the copy job is failing.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 10, 2010 at 11:10 pm
Viewing 15 posts - 781 through 795 (of 1,157 total)