.ndf SQL Server database
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How could i access the objects(tables,views) in SQL Server Secondary datafile(.ndf). pls help
As far as I know, you don't. Those are secondary data files and, combined with the master, make up the database. You do not manipulate the data in the files through anything other than the interfaces provided by the database. There is no supported method that I know of for getting at the data in the secondary files without going through the database. This question belongs in the General Database forum, not VB.NET.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...