How do you fix TSD02016 error in Database

Posted by Keith Sirmons on Stack Overflow See other posts from Stack Overflow or by Keith Sirmons
Published on 2010-06-14T16:38:45Z Indexed on 2010/06/14 16:42 UTC
Read the original article Hit count: 529

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about datadude

Related posts about vsdbcmd