Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.
how i can make auto-attach for attach my sql db to my appliation when i'm install it in other system.(sql server 2008 and vb.net 2008)



thanks.
Posted

1 solution

If by attaching you mean how to attach a database to an existing SQL Server instance, see http://www.connectionstrings.com/sql-server-2008[^] and "Attach a database file on connect to a local SQL Server Express instance".

Note that this only works with SQL Server Express Edition.
 
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