views:

9

answers:

0

Howdy,

I have a database I am using the Visual Studio 2010 Database Project tool vsdbcmd.exe to create a schema from.

vsdbcmd /a:Import /dsp:Sql /model:"Database" /cs:"Server=SqlServer; Initial Catalog=DatabaseName; Integrated Security=SSPI;"

The tool is reporting an error:

Error TSD02016, Gen-259 (12,50) The column name is not valid. No table name was specified.

How would I go about pinpointing where this error is originating?

I have found one resource on the internet (http://social.msdn.microsoft.com....) that points to a possibility of a keyword used incorrectly, but the error messages are not the same.

What is Gen-259?

Thank you,
Keith