How to generate a new GUID in SQL Server?
I thought GUID() can generate a new GUID in SQL Server. It generates the error. That is very close. The correct keyword is NEWID().
Code
Select NEWID() |
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 2 feedbacks awaiting moderation...
Form is loading...