SQL Server 2008 Management Studio Script Generation Skips Tables

Have you ever used SSMS to build db scripts and data for you? I have been doing that lately and found a big problem with it skipping random tables. Here's how I've gotten around the problem.

 

[A New DevLife post]

#1 Kim on 1.29.2009 at 9:56 AM

We use the Visual Studio 2008 Data Base Edition (DataDude) to generate all our db deployment/diff scripts. I have not encountered any problems with it skipping tables.

Leave a Comment