Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get the source path of an SQL database file in asp.net(C#) for connection string?
Posted
Updated 19-Jul-11 8:02am
v2
Comments
Uday P.Singh 19-Jul-11 11:42am    
not clear, what are you trying to do?
R. Giskard Reventlov 19-Jul-11 11:46am    
Why would you need it?

1 solution

Manually you can access the database file in this way
->
go to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data

and after than you can see your database but you cann't view your tables reside there (in to the database.).

if this is not whatyou are looking for than please add some more details related to your question.

thanks!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900