Hi Folks
I have a SQL Server database that I need to move into a LocalDB for distribution with an application (VB.NET) I've written. Unfortunately I'm no DBA and the half-dozen or so times I've attempted to do this I cocked it up completely.
The DB was originally developed in 2008 R2 Express, I've since backed it up and restored it to 2012 express. It includes a number of stored procedures as well as about 30 tables. I have SQL Server Management Studio 2012 and LocalDB installed on the development machine. So far the only way I've been able to do anything with LocalDB is to create and define things one step at a time through a command line interface.
I have the DB all set up to be distributed, I just need to get it into LocalDB so I can send it out with the App. Can anyone help me figure out how to do this?
Thanks
Craig
I have a SQL Server database that I need to move into a LocalDB for distribution with an application (VB.NET) I've written. Unfortunately I'm no DBA and the half-dozen or so times I've attempted to do this I cocked it up completely.
The DB was originally developed in 2008 R2 Express, I've since backed it up and restored it to 2012 express. It includes a number of stored procedures as well as about 30 tables. I have SQL Server Management Studio 2012 and LocalDB installed on the development machine. So far the only way I've been able to do anything with LocalDB is to create and define things one step at a time through a command line interface.
I have the DB all set up to be distributed, I just need to get it into LocalDB so I can send it out with the App. Can anyone help me figure out how to do this?
Thanks
Craig