Activity overview
Latest activity by Mickeman
Yes, but only when choose either Views, Stored Procs or Functions.
I also did "EXEC sp_helpconstraint TblBokOrder" against the TblBokOrder in the receiving DB (the one that gonna be updated). There are only a PK, BOid and a FK : FK_TblBORader_TblBokOrderTblBORader / comments
Yes, but only when choose either Views, Stored Procs or Functions.
I also did "EXEC sp_helpconstraint TblBokOrder" against the TblBokOrder in the receiving DB (the one that gonna be updated). There...
1) Sorry, I'm not allowed to send away a snapshot of the db.
2) 6.2.0.271
3) Behavior: Nothing checked.
Ignore: Everything checked except: Comments
WITH NOCHECK
Extended proterties
SET QUOTED_IDENTIFIER...
The LOCK properties...
Identity property on columns.
4) SQL server 2000 Standard Edition, sp4
and
SQL server 2000 Enterprise Edition, sp4 / comments
1) Sorry, I'm not allowed to send away a snapshot of the db.
2) 6.2.0.271
3) Behavior: Nothing checked.
Ignore: Everything checked except: Comments
WITH NOCHECK
Extended proterties
SET QUOTED_IDENT...
DROP CONSTRAINT
Hello
Can somebody maybe explain for me why I receive this message then I try to syncronize 2 tables, update a field from char to varchar?
Thank you
MickeThe following error message was returned fr...