Viewing 15 posts - 766 through 780 (of 1,161 total)
August 19, 2010 at 1:57 pm
In the SQL Server Error Log. Please try to go through the Books Online and SSMS
August 19, 2010 at 10:15 am
You may use a custom query which monitors the job status. This query gives the status of a given job
EXEC msdb.dbo.sp_help_job @Job_name = 'The Job Name'
The following tables hold all...
August 18, 2010 at 11:01 pm
Please enable logging in SSIS to get more details on the failure. Refer this
August 18, 2010 at 1:49 pm
You may find this useful
August 17, 2010 at 11:29 pm
Are you able to logon to the SQL Server 2005 installation? Also the error logs located at the SetupBootstrap folder gives more information on the reason for the failure.
On a...
August 17, 2010 at 11:26 pm
Here is how to use it. It will help to figure out orphaned users and fix it.
August 17, 2010 at 11:06 pm
This is because the ProtectionLevel property is set to EncryptSensitiveWithUserKey by default. Open the package as the user who created it/on the machine it was created and modify the ProtectionLevel...
August 17, 2010 at 10:52 pm
This error may affect other applications using SQL VDI. You may use Process Explorer to find out which process is using the mutex.
August 16, 2010 at 11:19 pm
To add to the conversation, the messages in sys.messages are dependent on the RLL files. Please refer this
August 16, 2010 at 10:53 pm
Please select the executable which matches the Default Language you have set for your computer. Under Regional Settings applet in Control Panel.
On most occasions it will be *ENU.exe
August 16, 2010 at 2:08 pm
Viewing 15 posts - 766 through 780 (of 1,161 total)