Viewing 15 posts - 361 through 375 (of 433 total)
Hi,
If your database is in the Emergency mode then try to recover the database using the following undocumented dbcc command
DBCC dbrecover (dbname [, IgnoreErrors])
Once the database...
April 13, 2007 at 6:20 am
Hi,
I have not faced the same issue but troubleshooted so many corruption related cases.
SQL Server error logs will log all the operation performaed on the database. Is it possible for...
April 13, 2007 at 6:06 am
Please see the BOL " How to Restore to the point of failure". I think you should restore it with STOP AT clause.
Regards,
Minaz Amin
April 13, 2007 at 5:54 am
You can use the profiler trace as back ground process and find out the culprit.
Regards,
Minaz Amin
April 13, 2007 at 5:45 am
I think the replication may not be configured properly. I would suggest you to remove and setup the replication once again.
Please follow this link for...
April 10, 2007 at 4:10 am
Is this the exact error message you receive in the error log.
>> Check thr network protocol is enabled ( TCP/IP)
Regards,
Minaz
March 16, 2007 at 5:02 am
Thanks Mohammed,
Where to check this ?
Minaz Amin
March 3, 2007 at 4:08 am
If you are still not confident of writing the script you can use the backup / Restore wizard.
As directed by MohammedU please check the BOL.
Minaz Amin
March 1, 2007 at 6:51 am
I strongly agree with Steve, As a DBA our primary goal is to save data. Depending on your business requirement you should have different recovery model.
Please make a point :
1) Backing...
March 1, 2007 at 6:43 am
What is the recovery model you have ?
1. Backup the transaction log.
2. Shrink it.
3 Create a maintenanace plan to do the backup regularly.
Minaz Amin
February 27, 2007 at 12:26 am
Thanks Dinakar.
we decided to do the same as you said, use connection string in the application which will check the domain and redirect it to the respective server.
Have nice day.
Regards,
Minaz Amin
February 27, 2007 at 12:15 am
"To be blunt responsibilities and availability have to make part of the decision making process, being the best programmer doesn't mean...
February 7, 2007 at 4:39 am
February 7, 2007 at 3:40 am
Before applying the hotfix please take
-> Master / MSDB / User database backup for safety then apply the hotfix.
Minaz Amin
February 7, 2007 at 3:24 am
Viewing 15 posts - 361 through 375 (of 433 total)