Viewing 15 posts - 61 through 75 (of 76 total)
Probably not your issue, but are the indexes across both databases identical. Is your query having to do table scans. Have you looked at the Query Governor. Also have you...
October 26, 2005 at 2:10 am
Hi, not sure if this is of much help however. I would be relunctant to automatically rollout SP's, hotfixes etc across servers. I appreciate you have over 400 boxes and...
October 13, 2005 at 3:53 am
Hi Steve, I never thought of BCP'ing out the data. But as you say if the data is that important, its worth a try. I reckon it will be hairy...
October 11, 2005 at 8:14 am
Hi again. Once the mdf is corrupt unless dbcc checkdb or dbcc cleantable can fix the coruption you will have to restore. And before so, rectify the hard disk issue....
October 11, 2005 at 7:57 am
Hi, Look up dbcc checkdb on books on line. I suggest dbcc checkdb(database, repair_rebuild) with ALL_ERRORMSGS. Also run a dbcc checktable ( tablename ). I know with Torn Page detected...
October 11, 2005 at 4:05 am
In order to reduce your LDF, you must back it up. Running checkpoint will write data from the ldf to disk. SQL Server itself issues checkpoints at predefined intervals. However to...
October 4, 2005 at 2:21 am
Hi, Just an FYI. I am experiencing the exact same problem in relation to looking at the properties of our production DB (which is on a clustered platform) from EM...
September 22, 2005 at 3:47 am
Dan, sorry didn't come across that issue before. But I will bear in mind for myself going forward. Anyway goes without saying don't forget, backup your system databases if you are...
June 1, 2005 at 2:19 am
Hi Dan, creating a step for each table would be a nightmare for you having so many. My idea behind sp_who2 (when you log on at time of freeze)...
May 30, 2005 at 8:37 am
Hi Dan, when you say Optimization freezes. Was there any blocking, ie run sp_who2. Also if your optimization is run from a wizard, perhaps you could create a separate...
May 30, 2005 at 5:23 am
Try http://www.red-gate.com/sql/sql_log_rescue.htm
I haven't tried it yet but their beta is free.
We use...
May 25, 2005 at 9:25 am
Thomas, when you say the Distribution job disappears, do you mean it disappears from the list of Distribution Agents under Replication Monitor or has the Distribution Agent Job in SQL Server...
January 25, 2005 at 8:57 pm
Hi, hope I am not offending anyone by covering old ground. As previously mentioned, I looked at sp_spaceused and some other stored procedures and created my own. I intend now...
January 25, 2005 at 8:36 pm
I'm new enough myself to SQL Server, however try... do a full backup of your database and move the .BAK file to the new server. Also script the Publication/Subscription and...
June 24, 2004 at 1:31 am
Hi There,
Fairly new to DBA aspects of sql server myself, however, we run a 24 by 7 operation. I take a full backup at night, every four hours differential and...
June 11, 2004 at 4:28 am
Viewing 15 posts - 61 through 75 (of 76 total)