Viewing 4 posts - 1 through 4 (of 4 total)
You missed somthing in my post.
First, there is no reason why a PK should be changed without changing the FK in another table. FK means dependant.
In case , it really...
January 24, 2008 at 1:40 pm
there are two solutions:
1. On the foreign key, enforce Cascade on Delete and Update.
2. PK columns can never be null.
So PK columns do not need to be...
January 24, 2008 at 12:18 pm
It will work.
Microsoft online documentation says both 64 and 32 bit Versions use the same storage format.
January 16, 2008 at 9:49 am
Search in the Master database.
If you create a stored procedure in the Master database and give it name starting with 'sp_', you can call it in any database.
January 16, 2008 at 9:32 am
Viewing 4 posts - 1 through 4 (of 4 total)