Viewing 15 posts - 766 through 780 (of 1,157 total)
Lowell is right. Official version here
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 19, 2010 at 10:00 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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 18, 2010 at 11:01 pm
Please enable logging in SSIS to get more details on the failure. Refer this
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 18, 2010 at 1:49 pm
Please check if DTUtil is of use.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 18, 2010 at 1:42 pm
You may find this useful
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 17, 2010 at 11:26 pm
Check if this helps.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 17, 2010 at 11:12 pm
Here is how to use it. It will help to figure out orphaned users and fix it.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 16, 2010 at 10:53 pm
What are the errors that you get?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 16, 2010 at 10:44 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
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 16, 2010 at 2:08 pm
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 15, 2010 at 4:08 am
Viewing 15 posts - 766 through 780 (of 1,157 total)