Viewing 9 posts - 1 through 9 (of 9 total)
Jeff Moden (11/29/2010)
dataguru1971 (11/29/2010)
November 30, 2010 at 4:42 am
Jeff Moden (11/29/2010)
November 29, 2010 at 6:00 pm
Would have to check it before insertion...is the value being passed as a variable anywhere?
If you do:
Create table concheck (
myint int not null
constraint isInt check (Ceiling((cast(myint as numeric(23,1))/1000)*1000)...
November 26, 2010 at 5:03 pm
Why not populate both lists from INFORMATION_SCHEMA.tables and .columns views which exist?
November 26, 2010 at 4:37 pm
Maybe the are referring to potentially use NOT EXISTS instead of NOT IN ?
http://decipherinfosys.wordpress.com/2007/01/21/32/
http://blogs.geekdojo.net/richardhsu/archive/2004/10/05/3325.aspx
March 9, 2008 at 12:35 pm
That can be a pretty broad question.
What do you intend to keep in the trail?
Updating of record?
You can have a trigger set up to store information in another table when...
March 9, 2008 at 12:20 pm
March 9, 2008 at 12:12 pm
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=98640
cross post.
Are both versions of SQL the same and updated through the same service packs?
March 8, 2008 at 12:24 pm
Viewing 9 posts - 1 through 9 (of 9 total)