December 28, 2006 at 11:10 pm
plz explain the concept of newid() and rowguidgrid in create table command
December 29, 2006 at 11:14 am
December 30, 2006 at 9:10 pm
thanx a lot....
can plz send me a example for it.
December 31, 2006 at 12:52 am
Only merge replication and transactional replication with immediate updating subscribers will have rowguid not all replicated tables...
MohammedU
Microsoft SQL Server MVP
December 31, 2006 at 12:59 am
Create Table Test
( Col1 int, rowguid uniqueidentifier default newid() not null
MohammedU
Microsoft SQL Server MVP
January 1, 2007 at 9:54 am
RowGUID are not only for replication, though they are required for replication.
ADO.Net and ADO also use RowGuid (if it is set on a table) for identifying rows for disconnected batch updates. This generates much more efficient update queries.
Mark
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply