Viewing 15 posts - 1 through 15 (of 25 total)
Can you tell me the version of SQL Server which you are using
October 8, 2014 at 1:20 am
Please check the following things which each can be the source of your problems:
•Check the exact database names and file paths.
•Disable your Anti Virus Software, this could "lock" your database...
October 6, 2014 at 5:02 am
This error happens when Full back up is not restored before attempting to restore differential backup or full backup is restored with WITH RECOVERY option. Make sure database is not...
October 6, 2014 at 4:36 am
Well Gila Sir is right you need to tape backup task , offline the DB and bring it online again
September 28, 2014 at 11:54 pm
Rebuild the index and also use dbcc command for same
September 24, 2014 at 5:11 am
Thanks for your suggestion
September 23, 2014 at 1:47 am
It was SQL Server 2008
September 23, 2014 at 1:33 am
SQL server 2005 SP3 which you have as of now(9.00.4035.00 ) is out of support. So first thing you should do is apply SP4. Access violation exception generally means some...
September 19, 2014 at 10:12 pm
Hi
Gila Sir is right you should try to restore from backup first
September 19, 2014 at 6:36 am
First problem is that it appears that the master database has either been moved, or deleted, or the folder has had all rights removed from the SQL Server's account.
I'm guessing...
September 17, 2014 at 4:21 am
Best thing to do is to collect what caused the log file to grow by setting up an alert
September 12, 2014 at 12:35 am
Checksum failed for db1.mdf and you run checkdb for Mydb. I guess they both are same.
September 10, 2014 at 5:31 am
I think you should review the suspect_pages table in msdb to check if other pages in the same database or different databases are encountering this problem.
September 5, 2014 at 12:15 am
You may use this code for verify the SQL BAK files
SELECT
DISTINCT
a.Name AS DatabaseName ,
...
September 5, 2014 at 12:01 am
hi
The possible reason for NTFS error is corruption hence you need to repair Windows OS and after this you can restore it from updated backup. If you don't have a...
September 3, 2014 at 5:33 am
Viewing 15 posts - 1 through 15 (of 25 total)