Posts
Sort by recent activity
Property cannot be updated or deleted
Property cannot be updated or deleted. Property 'SqlAssemblyFileLine' does not exist for 'dbo.up_CLR_RotaAppointmentTransfer'.
Had a search on the forums and the web in general and I can't see w...
DROP ASSEMBLY failed
Ok got another one. Hopefully its as painfully obvious as my last question.DROP ASSEMBLY failed because 'PremierSoftware.SqlServer.BusinessData' is referenced by object 'up_CLR_StockHeaderSearch'.
...
"Object reference not set to an instance of an object."
Heres my code: Database liveDatabase = new Database();
liveDatabase.RegisterForDataCompare(liveConnectionProperties);
Database snapshotDatabase =...