What is the usage of RowGUID in sql server?
-
29 กุมภาพันธ์ 2555 7:13If a column in a table have uniqueidentifier type, in the "column properties" section in the sql server management studio, a boolean property with name "RowGUID" is exist. all new records that added to table have a uniqueidentifier, whether rowguid=NO or rowguid=yes. Thus, what is the usage of this field?
- แก้ไขโดย iman rahiminia 29 กุมภาพันธ์ 2555 7:14
ตอบทั้งหมด
-
29 กุมภาพันธ์ 2555 9:11
Hi,
Please refer then links below,
http://forums.asp.net/t/1248405.aspx
http://stackoverflow.com/questions/4443036/ms-sql-server-row-guid-column
Thanks,
Suresh
Please use Mark or Propose as Answer if my post solved your problem and use Vote As Helpful if a post was useful.- ทำเครื่องหมายเป็นคำตอบโดย Iric WenEditor 6 มีนาคม 2555 6:17
-
29 กุมภาพันธ์ 2555 21:16