Viewing 15 posts - 226 through 240 (of 1,157 total)
Right click the Maintenance Plan and select "View History". If that does not have enough information, please add an output file to the Job Step (under Advanced).
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 8, 2010 at 10:30 pm
Agree with Gethyn. We cannot create it
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 8, 2010 at 8:38 am
I followed the same steps on an instance running SQL Server 2005. But I could not reproduce the issue.
sp_helptext gets the information from syscomments view.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 8, 2010 at 2:57 am
Really? I didnt know that.
You can extract the SQL Service pack binary and you will find several scripts.
So i am assuming im OK for now. What do you say?
Since...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 10:13 pm
The Service Pack copies new binaries and replaces the existing ones. After that is done, it executes certain scripts to update the system dbs/objects.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 11:26 am
Looking at the error message already posted, the error seems like while applying some of the scripts during the installation of Service Pack, it is failing. I think the binaries...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 9:50 am
vambati72 (12/7/2010)
Msg 3132, Level 16, State 1, Line 1
The media set has 2 media families but only 1 are provided. All...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 9:45 am
@marc Bonjean,
Multiple backups will run simultaneously using different threads.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 3:34 am
Is Query --> IntelliSense Enabled option selected? If yes, then you may try "Repairing" SQL Server in the "Add/Remove" applet.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 7, 2010 at 3:13 am
The transaction log backups must be restored in the same sequence as they were backed up after the FULL backup. The log backup that you are trying to restore, was...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 11:18 pm
Please look for any errors messages in the log files located at C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 10:44 pm
Even I have a database where this error comes in whenever a particular tables is queried. Like in your case, the storage related errors are no where logged. Even though...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 10:03 pm
Please check the System Event Log for any storage related errors. This has to do something with the underlying storage.
Like you mentioned, restarting the instance will re-create the tempdb. If...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 9:44 pm
When Maintenance Plans are created, corresponding jobs are also created which will have the naming convention like 'MaintenancePlan.SubPlanName'. The changes that you are proposing should be made on the Maintenance...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 12:15 pm
subha.mcts2005 (12/6/2010)
Hi Guys,not my side identifying databases.
sql server Engine how to identify the databases ?
iam asking sql engine will consider any sid ?
Like you query sys.databases to find database information,...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 6, 2010 at 7:50 am
Viewing 15 posts - 226 through 240 (of 1,157 total)