Group: Forum Members
Posts: 25,
Visits: 64
|
Added the tables for Messaging, then set up Deployment Data tasks (In a possibly misguided attempt to distribute the messages that I will be creating).
Fails on deployment, apparently trying to insert into the tables (I don't have data in them yet).
Seems to be more polite to either do nothing rather than try to insert nothing, or to log something such as "No data available to deploy to table XXX" as an info message.
Getting:
An error occurred while creating a stored procedure.
ExecuteNonQuery failed for Database 'MyDatabaseName'
An exception occurred while executing a Transact-SQL statement or batch.
An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for em...
Also would be nicer if it indicated which table it's trying to deploy to in the message, I happen to know it's the deployment data since I don't have any stored procedures to deploy yet
|