Viewing 4 posts - 1 through 4 (of 4 total)
Here is the DDL statement of the table
CREATE TABLE mess_type (
MessageKey NVARCHAR(32) NOT NULL,
Type INT NOT NULL,
TimeDone INT NOT NULL,
TimeStored DATETIME NULL,
PksOwner_id INT NOT NULL,
...
November 28, 2007 at 10:25 pm
hi,
For creating the unique key we are using the function UuidCreate() which always generated the unique charecter. We are using the same mechanism for both SQL Server...
November 28, 2007 at 3:27 pm
Hi Markus,
Is there anyway to make sure that database do not accept those junk charecters.
Thanks,
Swati
November 28, 2007 at 12:25 pm
Hi Markus,
Thanks you so much for replying to this query.As per our product design as a primary key we need to have 32 charecters.As far as the...
November 28, 2007 at 10:05 am
Viewing 4 posts - 1 through 4 (of 4 total)