About 43,700 results
Open links in new tab
  1. sql server - What are NDF Files? - Stack Overflow

    May 2, 2024 · An NDF file is a user defined secondary database file of Microsoft SQL Server with an extension .ndf, which store user data. Moreover, when the size of the database file growing …

  2. How to find out SQL Server *.ndf file contents - Stack Overflow

    Nov 19, 2012 · So, can anybody give me an idea how can I see the contents of the *.ndf file, or why the file wouldn't delete ? please ) P.S. May be it's a bug of sql server 2012 - I was able to delete files on …

  3. How to open an MDF file using python? - Stack Overflow

    Sep 2, 2022 · Exception: file SERVER.mdf is not an MDF file! The MDF file is in the same folder as my Python program. If it cannot be fixed: Is my MDF file corrupt? How can I get the data out of my file? …

  4. How to open a SQL Server .mdf file with Python (pandas)

    Nov 15, 2018 · 4 I have a mdf file on my desktop is there no way to just open that file in python. Well, yes, you could open it as a binary file but then you'd need to write the code to interpret the contents …

  5. How to handle .ndf files while restoring backup files in sql server ...

    May 16, 2013 · 2 You do most likley already have a database file at "C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MESDB.ndf" and its attached to a running …

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

    Oct 18, 2016 · Starting up database 'msdb'. Starting up database 'mssqlsystemresource'. Error: 17204, Severity: 16, State: 1. FCB::Open failed: Could not open file …

  7. ndf file missing error shown while attaching the "mdf" file

    Sep 28, 2018 · I tried creating a new database and adding a new ndf file. after that i tried to replace the new mdf annd ldf file with the old mdf and ldf file after stopping the sql server service.

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

    May 29, 2009 · Rename existing .mdf file to .mdf_old 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 …

  9. sql - How to open .mdf and .ldf files? - Stack Overflow

    May 8, 2011 · 2 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 attach to and …

  10. Remove (merge) SQL Servers' database secondary data file

    Feb 2, 2010 · I have a database backup for which SQL Server Management Studio says that it has three files in it: an .mdf file, an .ndf file and one .ldf file. This secondary data file (the .ndf one) was created …