Viewing 15 posts - 241 through 255 (of 340 total)
first thing i would suggest have sufficient disk space for the databases.......you can schedule the backups in the off bussiness hours so that i would not cause any performance problems......if...
July 20, 2007 at 7:23 am
if you want to remove your mirror db you need to remove mirroring first and then only drop the mirror db........
alter database dbname set partner off
will turn off the mirroring now...
July 19, 2007 at 10:28 pm
sql 2005 doesnt show the suspect status in the object expplorer......,try this but i am not sure....
select databasepropertyex('DBName','Status') ..............
whats the error you get while restoring the user dbs ? ?...
July 18, 2007 at 6:43 pm
refer this link for the version and edition upgrades,
http://technet.microsoft.com/en-us/library/ms143393.aspx you cannot downgrade from enterprise to standard without uninstall and reinstalling sql server 2005.........but vice versa is possible..........
July 18, 2007 at 6:22 pm
unless you specify a cleanup task in the maintenance plan will not remove the old backup files........go to your maintenance plan and right click and modify and see if there is a...
July 18, 2007 at 6:09 pm
just check in the log shipping monitor and see what is the last tran log that was restored??? if nothing was restored from the time of configuring the log shipping...
July 17, 2007 at 3:30 pm
to avoid data loss you need to have full recovery model,as it logs the transactions fully....but the size will grow enormously in case of bulk insert operations......hence it is advisable...
July 17, 2007 at 3:28 pm
refer this link, you need to have XP with SP2 but you cant install enterprise edition in it.....
http://technet.microsoft.com/en-us/library/ms143506.aspx
July 17, 2007 at 3:21 pm
you can run the sql profiler in sql 2005 and monitor the bottlenecks in sql server....refer, http://technet.microsoft.com/en-us/library/ms181091.aspx
July 17, 2007 at 3:13 pm
Matt,Jus do as below,
1.tran log backup on primary server falls into a shared folder
2.the sql service account of secondary shud have modify privilege for that shared folder,so that copy job...
July 17, 2007 at 3:08 pm
inaddition to what sugesh said, you can't configure db mirroring from sql 2000 to sql 2005 as it is not available in sql 2000...........the following are the editions supported in...
July 17, 2007 at 5:51 am
hi you can remove mirroring as pointed out by earlier persons,now whats the error you are getting......alter database command cud work
July 17, 2007 at 2:52 am
just refer ,
http://deepakinsql.blogspot.com/2007/07/how-to-configure-database-mirroring.html - for configuring dbmirroring
http://deepakinsql.blogspot.com/2007/07/prerequisites-for-database-mirroring.html - prerequisites for mirroring
revert if you have nay concerns
yes you can make use of that code...
July 16, 2007 at 7:04 pm
just insert from tape into disk and give a try.......and start sql in single user mode....
net start msssqlserver \c \m and check if its working.....
July 16, 2007 at 6:59 pm
dont ever shrink the system dbs except tempdb......but i wonder how your master is 750MB it shud be less than 100MB....check and remove all user tables if any from the...
July 15, 2007 at 11:08 am
Viewing 15 posts - 241 through 255 (of 340 total)