Hi,
What is GUID in SQL 2005?how to create GUID?How to insert the values into table when GUID Column is present in that table?plz tell me.
Himanshu
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmendra GaurPosted Aug 28, 2009, 5:29 AM
GUIDs can be created in a number of ways, but usually they are a combination of a few unique settings based on specific point in time (e.g., an IP Address, network MAC Address, clock date/time, etc.).
Generates a GUID in a specified format.
When you start guidgen.exe, or when you click the New GUID button in the Create GUID dialog box, guidgen.exe generates a GUID.
To run guidgen.exe from the IDE
On the Tools menu, click Create GUID. The Create GUID tool appears with a GUID in the Result box.
Select the format you want for the GUID.
Click Copy.
The GUID is copied to the Clipboard so that you can paste it into your source code.
If you want to generate another GUID, click New GUID.
Kirtan PatelPosted Aug 28, 2009, 8:17 AM
http://www.c-sharpcorner.com/Forums/ShowMessages.aspx?ThreadID=64103
roy himanshuPosted Aug 28, 2009, 6:17 AM
thanx for ur response,but i want GUID Query?how to create table and columns.inthis columns its contain COL_ID,it is uniqueidentifier and primarykey.plz tell me