About 241,000 results
Open links in new tab
  1. sql - How to open .mdf and .ldf files? - Stack Overflow

    May 8, 2011 · In SQL Server management studio you can "Attach" an MDF file, which is associated with the LDF (log file). Alternatively, you can use Visual Studio's Server Explorer to …

  2. How to open the SQL Server Transaction Log File (LDF)?

    Oct 13, 2011 · 3 I mean the way to open the LDF file and read/analyze it. Now, I have ability to extract the backup LDF file, but it seems that the LDF file is SHARE_DENY_READ when the …

  3. Read the log file (*.LDF) in SQL Server 2008 - Stack Overflow

    Mar 19, 2012 · I'm searching for a way to read the SQL Server 2008 log file, not to show the information, but to read the meaning of the symbols and the structure of the LOG table. I'm …

  4. How do I open .mdf file & .ldf file in SQL Server Management Studio

    Oct 21, 2022 · I'm new to sql. My client has given me one .mdf file & one *ldf file. I have Microsoft SQL Server Management studio 2018 installed in my client system. Server …

  5. How to attach a database without an LDF file? - Stack Overflow

    May 29, 2009 · Create a new database with same .mdf and .ldf file as old one. Stop the sql server Rename .mdf and .ldf files of the new db to .mdf_old and .ldf_old Rename .mdf_old to .mdf …

  6. What is the LDF file in SQL Server? - Stack Overflow

    May 5, 2009 · What is the LDF file in SQL Server? what is its purpose? can I safely delete it? or reduce its size because sometimes it's 10x larger than the database file mdf.

  7. SQL Server: Importing database from .mdf? - Stack Overflow

    1 If you do not have an LDF file then: 1) put the MDF in the C:\Program Files\Microsoft SQL Server\MSSQL13.SQLEXPRESS\MSSQL\DATA\ 2) In ssms, go to Databases -> Attach and …

  8. SQL Server Operating system error 5: "5(Access is denied.)"

    Aug 17, 2013 · The SQL Server database engine service account must have permissions to read/write in the new folder. Check out the blog post Attaching Database – Unable to Open …

  9. How can i convert a database .mdf and .ldf files into an excel file in ...

    Sep 10, 2013 · I have an application that needs to upload .mdf and .ldf files and convert them into an excel file in the website and then allow them to be downloaded on the client computer.

  10. sql server - FCB::Open failed: Could not open file - Stack Overflow

    Oct 18, 2016 · After reading the blogs I replaced the master.mdf and mastlog.ldf files from the templates folder with the same file, assuming master database was corrupted as I was …