Viewing 15 posts - 76 through 90 (of 142 total)
Hi Venu,
The database backup fails mainly due to disk space issue. You must ensure that you must have almost 3 times of free disk space compare to size of your...
March 21, 2009 at 11:34 am
This depends the timestamp of the backup file. In your cases, the 3 days old files are not old enough ( say 2 days, 59 minutes, 55 sec ) to...
March 20, 2009 at 7:03 am
Hi Venu,
There are ways to check the location of log files.
From SQL Server Mgmt Studio, you go to Management --> SQL Server Logs --> Current Logs. You can see the...
March 20, 2009 at 5:36 am
Hi Venu,
Each Maintenance Plan creates Jobs with respect to the activities you specify in the plan definition.
If you have properly created the Maintenance Plan for db backup, a associated job...
March 20, 2009 at 5:02 am
I agree with Krishna view. The backup strategy depends on the business need and kind of cost and risk the business is ready to take.
Still taking a Full Backup everytime...
March 19, 2009 at 10:52 am
There is no such limit for compressed folder. The backup might be failing due to no response from the disk for sometime.
March 19, 2009 at 10:13 am
There may not be much issue on the backup. If you have enough disk space then no problem.
You might face a bit of slow responce while the backup is going...
March 19, 2009 at 10:05 am
You need to check for Indentity column. You need to see if the values are Identical in source table then ignore the field/column export to destination server. Identity column will...
March 19, 2009 at 6:31 am
You can try something like this. Restore your latest Full Backup file with a new database name using the NO RECOVERY option. After this the database should status will show...
March 19, 2009 at 3:49 am
Based on my experience, this error is related to OS and Network issue. It has nothing to do with SQL Server.
If the OS is not able to determine the...
March 19, 2009 at 3:40 am
Hi Rubina,
Normally this will not cuase any problem. There is no data integrity issue due to Replication and Backup activity happening together at one time. The risk is only for...
March 18, 2009 at 9:40 am
Hello,
Alot of search and did not seen the workaround. All you need to do is create a new database with the same name as the one that you want...
March 18, 2009 at 9:22 am
Please check this for detailed
http://www.microsoft.com/sqlserver/2005/en/us/integration-services.aspx
March 11, 2009 at 7:36 am
Hi Chirag,
Correct. The data file growth will be lower in most of the cases. This is what most of friends are saying above. Enjoy.
February 27, 2009 at 3:21 am
This may be correct and may not be. The Transaction long records all the activities which are performed on the database. Most of the time, the size of transaction log...
February 26, 2009 at 5:49 am
Viewing 15 posts - 76 through 90 (of 142 total)