I am having a problem getting import to work. I am using the localdb v12.0.2000 (SQL Server 2014) that comes with VS 2015. Export works just fine.
I exported 4 tables and 4 procedures. Then I created a new database and went through the steps for importing. And nothing showed up but I didn't get any errors either. So I started SQL server profiler to watch the traffic. I saw the if exist drop scripts run for each of the objects but never saw the create scripts run.
I am having a problem getting import to work. I am using the localdb v12.0.2000 (SQL Server 2014) that comes with VS 2015. Export works just fine.
I exported 4 tables and 4 procedures. Then I created a new database and went through the steps for importing. And nothing showed up but I didn't get any errors either. So I started SQL server profiler to watch the traffic. I saw the if exist drop scripts run for each of the objects but never saw the create scripts run.