-
Can anyone help me with how to view corrupted mdf files? I have certain MDF files which have been corrupted and creating hindrance in accessing SQL server database. I want to view these files. So, just wanted to know how to view them?
Last updated: -
How to repair backup of .mdf file database?
One of our clients gets the following error when trying to backup a database:quote:________________________________________System.Data.SqlClient.SqlException: SQL Server detected a logical consistency-based I/O error: incorrect checksum (expected: 0x121db60d; actual: 0x521db60d). It occurred during...
Last updated: -
I accidentally deleted contents of a table and is now trying to recover the deleted rows. I do not have a backup (how stupid of me). I do have a .mdf file, however I believe i copied that file while SQL Server 2005 was running. Is there anyway to recover this deleted data?
Last updated: -
SQL database recovery from corrupt database file!
Last week I backed up my SQL Server by using BE 2012. I named the file "SQL Server BAK" which contained copies of my SQL Server databases. A few days ago I lost some part of my data due to accidental deletion. I backed it up, so I tried to restore the database from the .bkf file. The problem comes...
Last updated: -
How to restore Sql Server 2000 mdf and ldf data
I have MDF and LDF files with different modified dates. How could I attach these to SQL Server 2000
Last updated: -
connecting to SQL server with mdf files
What is the best way to connect a website on a VPS to sql server 2008 R2 express, using MDF files as databases. The VPS is running on server 2008 R2. I installed the same environment on the development computer. IIS gets a connection because it sees the users that are in the ASPNETDB.MDF file....
Last updated: -
.mdf file backup in Visual Studio
I developed one Visual Studio .Net(C#) Project.After Publishing I couldn't access Database(.mdf file). can yuo tell how to backup?
Last updated: -
When you've developed e website with vis stud, including an aspnetdb.mdf file and a database file for the webcontent, how can you use these mdf files on the isp server where sqlserver 2005 is running? A normal connectionstring in the web,sonfig file gives an error about the attachdbfilename being a...
Last updated: -
Moving .MDF files from SQL Server 2000 to 2005
Is it possible to just copy and paste .MDF files from SQL Server 2000 to 2005 instead of going through the whole migration process? My company doesn’t have the time that a full migration requires, so we are thinking about just keeping the files and pasting them once we have SQL Server 2005...