Viewing 15 posts - 646 through 660 (of 1,166 total)
Yelena: Check your tools are installed in Program files folder and also check SSIS installation...
Chris: You want to avoid retores when failover happens but what the the jobs and alerts...
January 9, 2007 at 11:41 am
Your error is related to virtual log files...
Read the BOL topic "Virtual log files"...
Try using DBCC SHRINKFILE as other user suggested....
January 9, 2007 at 11:38 am
John,
DBCC OPENTRAN will show you open transactions the database...
Are you asking the original poster to run this command?
January 9, 2007 at 11:32 am
So, better check your serevers frequently and update them with latest SPs and patches
January 9, 2007 at 11:07 am
You can use the following three methods...
1. Mirroing...
http://www.microsoft.com/technet/prodtechnol/sql/2005/dbmirror.mspx
http://www.dell.com/downloads/global/power/ps4q06-20070130-Muirhead.pdf
2. Log shipping...
http://msdn2.microsoft.com/en-us/library/ms190016.aspx
3. Replication...
http://msdn2.microsoft.com/en-us/library/ms151176.aspx
January 8, 2007 at 11:02 pm
Some people try to save old data instead of new...so that I raised the flag...
If it works then good luck...
January 8, 2007 at 10:50 pm
Try enabling "SELECT INTO/BULKCOPY" database option using sp_dboption procedure...
January 8, 2007 at 5:48 pm
As DCPeterson mentioned there is no builtin functionality in sql but if your tables has inserted/updated data columns which inserts the datetime when the row inserted/updated take a look those...
January 8, 2007 at 5:41 pm
Un-replicated transactions will also fill the log in transactional replication because sql will not truncate the log until the transactions replicated...
January 8, 2007 at 5:32 pm
Store the MP packages in MSDB and restore the MSDB when you failover so that you will get all jobs alerts and schedules and MPs all together...
January 8, 2007 at 5:29 pm
Make sure your log file growth is not restricted... if it is make it unrestricted...
Run the profiler and see what is happening during that time and include error events also...
January 8, 2007 at 5:24 pm
I don't think anything will break if you change the sql server name to machine name...and I don't think there is any thing you can test...
Even if anything breaks you...
January 8, 2007 at 5:18 pm
You can configure the disk to compress...MS will not support but it works...
SQL Server databases not supported on compressed volumes
http://support.microsoft.com/default.aspx/kb/231347
January 8, 2007 at 1:47 pm
Instance should be used as...
ServerName OR IP address\InstanceName
If you have another instance on the server SERVICE packs will not effect each other...
January 8, 2007 at 12:59 pm
Viewing 15 posts - 646 through 660 (of 1,166 total)