Viewing 4 posts - 1 through 4 (of 4 total)
I think altering the table and adding a constraint with NO CHECK option is what you need.
ALTER TABLE tblTable WITH NO CHECK ADD CONSTRAINT uqConstraint UNIQUE
Regards,
Sony Antony.
March 14, 2009 at 1:37 am
Try
CREATE DEFAULT for each column
March 3, 2009 at 11:19 pm
As far as I know, convert is not necessary if you use date in the following format
yyyy-mm-dd hh:mm:ss.mls
Try giving date in this format
2008-12-29 00:00:00.000
I Think this will solve your...
January 6, 2009 at 9:52 pm
Each feature in every gadget is present in it, because (atleast) somebody wants it to be there in it.
Now, if YOU don't want it, don't use it. That's all.
After...
June 7, 2006 at 10:44 pm
Viewing 4 posts - 1 through 4 (of 4 total)