Viewing 15 posts - 3,901 through 3,915 (of 6,679 total)
Lowell (4/26/2010)
1. you want to create a view for every table in the database, but exclude...
April 26, 2010 at 2:25 pm
There is nothing in that script that would cause the issue you are having. It has to be some other script that is breaking the log chain.
Two questions:
1) Why...
April 26, 2010 at 2:16 pm
Review the article again - it shows you.
April 25, 2010 at 11:19 pm
I don't see where you are wexecuting the dynamic sql. Either way, '' is not the same as null.
April 25, 2010 at 11:04 pm
I would check all scheduled jobs, and any scheduled jobs that ran right before this issue happened. I would also check the SQL Server logs to see if the...
April 25, 2010 at 2:20 pm
Krasavita (4/25/2010)
Executing the query "BACKUP LOG [Jul_reports] TO DISK = N'F:\\TransactionJobs\\Jul_Reports\\jul_Reports_backup_201004251500.trn' WITH RETAINDAYS = 1, NOFORMAT, NOINIT, NAME = N'Jul_Reports_backup_20100425150007', SKIP, REWIND, NOUNLOAD, STATS...
April 25, 2010 at 1:46 pm
How do you know it is failing? You state there are no errors, where have you looked?
Is this a maintenance plan job? If so, View History for the...
April 25, 2010 at 11:27 am
Generally, the approach that is taken is to update the row and specify all of the column values. In your application, you would get all of the data -...
April 25, 2010 at 11:25 am
Start with this article: http://www.sommarskog.se/dyn-search-2005.html
April 25, 2010 at 10:40 am
First, how often do you backup your transaction log?
Second, do you have a max size set for the transaction log?
Review the article in my signature about managing transaction logs -...
April 24, 2010 at 11:53 am
Because the maintenance plan recreates the agent job every time you make changes to it and save it.
April 23, 2010 at 2:43 pm
If you need to log info from a trace, use a server side trace instead of the GUI. A server side trace will run in the background and output...
April 23, 2010 at 1:42 pm
Perform a new installation instead of modifying an existing one. Then, only select the Reporting Services component.
April 23, 2010 at 12:49 pm
How are you connecting to the database? If you are using a registered server - check to see what the default setting is for that registered server.
April 23, 2010 at 12:46 pm
aber (4/23/2010)
April 23, 2010 at 12:28 pm
Viewing 15 posts - 3,901 through 3,915 (of 6,679 total)