SyntaxFix
Write A Post
Hire A Developer
Questions
ROWID is a hidden column on Oracle tables, so, for SQL Server, build your own. Add a column called ROWID with a default value of NEWID().
NEWID()
How to do that: Add column, with default value, to existing table in SQL Server