Viewing 6 posts - 1 through 7 (of 7 total)
For Create Function For SequenceID YouCan Use This Function But This Function Is Very Bad Performance and If multi user call this in some time generate duplicate id .
to generate...
March 7, 2012 at 4:21 am
because after enter data into db speed of query is reduce
i used join in query between two,three,.. table .and guid is generate no sequence id .
example tblSale(ID Uniqueidentifier,...)...
March 6, 2012 at 8:21 am
Hello.Sorry For This Delay.
This is Very good suggest .
but i connote used this suggest
because my application have about 20 user
and for do this action i must be recreate my db...
March 6, 2012 at 4:45 am
i know identity column is very good but my database is more than 250 table and relation between table is set.
for change pk and fk datatype is very heavy for...
March 3, 2012 at 11:32 pm
Thank for read my problem (Jeff Moden)
i write more description for my problem
i need function that generate sequence uniqueidentifier
i write function that usefull but not 100% sequence
(data type of...
March 3, 2012 at 10:12 pm
Viewing 6 posts - 1 through 7 (of 7 total)