Trying to migrate old mdf to new system, possible corruption?
Hi,Im completely inexperienced with SQL databases, and Im in desperate need of help trying to get a database migrated from my Dad's old computer to his new one.I apologize in advance for being long...
View Articlecannot attach mdf file
Hi,I have the following problem: Due to a harddisk problem the database went into Suspect mode.I don't want to risk losing any data by trying to fix it directly on the server since there are no recent...
View ArticleQuestion
The ssis db in the c drive is getting full with the transaction log files when the packages are running for evry 2 minutes...how can I delete the transaction files in ssis db
View ArticleUnable to Start Backup Exec And MS SQL Services and Databases SQL 2005
getting the errors belowIn Event viewer I have Event ID 17120 SQL Server Could not Spawn FRuncm thread check the sql server error log and the windows event logs for information about possible related...
View Article5242 errors
Hi,I recieved the following 5242 error today.An inconsistency was detected during an internal operation in database 'XXXXX'(ID:15) on page (1:161834). Please contact technical support. Reference number...
View ArticleTransaction log backup is not working
I am trying to take transaction log backup using following query -BACKUP LOG [Test] TO DISK = N'X:\Backup\TestLog.trn' WITH NOFORMAT, NOINIT, NAME = N'TestLog', SKIP, REWIND, NOUNLOAD, STATS = 10But it...
View ArticleCan't drop, detach or set SUSPECT database to emergency mode
I have a database in a dev enviroment that is in SUSPECT mode. This is 2005. I don't need to recover the database. It is just development and the users can restore and/or upgrade from backup. I just...
View ArticleDBCC Checkdb consistency Error on Production Database
Hi All,My production server details are :Microsoft SQL Server 2005 - 9.00.5000.00 (X64) Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service...
View ArticleCheckDB on Read_only database sometimes reports issues ??
Last week I noticed DBCC Checkdb reported an issue with one of my databases. ( SQL 2005 Enterprise Edition (64-bit) 9.00.5000.00 SP4 )[quote]CHECKDB found 0 allocation errors and 1 consistency errors...
View Articleorder of rows during bulk insert
Hi,When a bulk insert is done from a flat file or a xls file, how do u ensure the rows are added in the same order as they are in the xls file?Basically, I want to load the data into a table which has...
View ArticleDBCC CheckDb Error Message
Hi,I'm trying to recover a database which unfortunately we don't have any backups of.I have ran the following command "DBCC CHECKDB ('CustomerAccounts') WITH TABLOCK, ALL_ERRORMSGS, NO_INFOMSGS;"And...
View ArticleUnable to attach MDF File to sql server
Dear All,Please help, I'm unable to attach mdf file to the sql server . Error Message :An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
View ArticleDBCC CHECKDB wont run - Interesting Challenge
Hi All,Very long time since i was last here.Need some advice with this challenge, hopefully Gail or Paul might be around?.SQL 2005 SP2Dedicated NAS - about 8 years old3.5TB database split over multiple...
View ArticleMSSQL logs eating disk space
Hi Guys,We are having an issue with MSSQL logs (C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\) eating disk space after making a backup restore of the server. Logs were eating up to 10...
View Articlecorrupted mdf file
hello: i was given a corrupted mdf file, the server the database (sql 2000) crashed and the only file recovered was this .mdf file. I have tried as many of the options that i can find, and still cannot...
View ArticleNo catalog entry found for partition ID (MSSQL 2005)
I've seen few posts regarding this error msg but none that have yet helped me. This error has happened a few times in our environment at seemingly random times, necessitating a restart of the DB...
View ArticleBackup Failed SQL 2005
Hi,I cant able to take the database full backup its says database log file is corrupted. Please find the attached screenshot for your ref.Its very urgent. Please help on this.
View Articlehow to restore .ndf file in database SQL 2005
hi all,i have mistakenly deleted .ndf file of the database and but i have a backup of that file any one help my how to restore .ndf file in my database or any other suggestion so that my database can...
View ArticleBackup failed but DBCC CHECKDB has no errors
SQL 2008 R2 Database. Backup failed with this message:BACKUP 'Db' detected an error on page (1:24909497) in file 'D:\Data\Db.mdf'.Msg 3013, Level 16, State 1, Server xxxxx, Line 1BACKUP DATABASE is...
View ArticleCorrupt DB -repair or restore
I have a dept who would prefer I repair instead of restore else they'll lose 4 hours of work:DBCC CHECKDB with PHYSICAL_only output:DBCC results for 'sysdevcq'.Msg 8909, Level 16, State 1, Line 2Table...
View Article