Viewing 15 posts - 1 through 15 (of 16 total)
This can also be done using RedGate SQL Compare command line. You can create a batch that takes a snapshot of the databases that you are interested in and then...
March 20, 2013 at 9:15 am
We experienced the same error messages this morning. The system dbs would all fail on the CHECKDB, the user databases would work correctly.
We first tried bringing down the SQL...
October 22, 2009 at 10:32 am
I do not normally let my databases autogrow. I do, however, set the database to autogrow and set it to a low fixed amount, not percentage. This will get you through any...
October 19, 2006 at 9:08 am
I agree with Rudy I ran into problems with this when I was writing a procedure to do this with WinZip. Once I found that it allows you to name a...
April 17, 2006 at 2:32 pm
Attached are procedures that I use to zip files from SQL Server. The following link is another procedure that I use to perform a backup and zip the file in one...
August 11, 2005 at 7:48 am
>>is it ok to backup only the database without the transaction log ?<<
The answer is ... it depends ... When you backup the database you are ensuring that you will...
July 28, 2005 at 6:46 am
I use this procedure to perform backups and zip the backup files. I use winzip 9 with the command line interface installed. This procedure only uses a few of the...
July 27, 2005 at 8:45 am
You will need to monitor the size of your database and transaction log. It should be an unusual situation when these are required to autogrow. You will want to schedule...
July 27, 2005 at 8:10 am
The truncate_only option does remove the inactive part of the transaction log, however, if you do this on a production database you should immediately backup the database.
Peforming regular log...
July 18, 2005 at 9:13 am
There are some examples and discussions on this site about home built applications. If you are going to have this application running in the backgroud to for a standby server...
May 20, 2005 at 8:26 am
I am going to take a SWAG here that this is a 'home built' application. You had mentioned that the copy was taking all log files from your source directory...
May 20, 2005 at 6:54 am
I was experimenting one evening with security on a development server and I wanted to revoke access 'public' access to all of the system supplied tables. I am the SA...
May 19, 2005 at 8:56 pm
Are you trying to grant permissions from within the stored procedure? If so you wil run into a problem because a user/role that has permission to grant (or revoke) those...
May 19, 2005 at 8:33 am
Is there a reason that you are using a severity level of 1. Severity levels less than 11 are for informational purposes and this may be causing some of the...
May 18, 2005 at 7:11 am
1. From the restore screen select the database you are going to restore if you are restoring over an existing database, if the database is new to the instance enter...
May 17, 2005 at 7:40 am
Viewing 15 posts - 1 through 15 (of 16 total)