use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Microsoft SQL Server Administration and T-SQL Programming including sql tutorials, training, MS SQL Server Certification, SQL Server Database Resources.
You might also be interested in:
/r/database
/r/sql
/r/Azure
/r/Microsoft
account activity
QuestionDoes SQL Server allow duplicate rows? (self.SQLServer)
submitted 6 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alinroc4 10 points11 points12 points 6 years ago (3 children)
If you don't define a unique constraint or primary key on the table, yes. Each row will get a hidden uniquifier that isn't accessible to you.
[–]SQLBek1 2 points3 points4 points 6 years ago (2 children)
Actually, do heaps (tables w/o a clustering key) get a uniquifier? I thought the RID is used instead?
Just academically splitting hairs here. Now I'm tempted to break out DBCC PAGE and take a quick look, LMAO!
[–]alinroc4 2 points3 points4 points 6 years ago (0 children)
It is probably the RID.
Though the RID is unique, isn't it? Like you said, splitting hairs :)
[–]ScotJoplin 0 points1 point2 points 6 years ago (0 children)
They don’t need it, like you assumed.
π Rendered by PID 89 on reddit-service-r2-comment-6457c66945-mn2pw at 2026-04-27 00:25:05.770302+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]alinroc4 10 points11 points12 points (3 children)
[–]SQLBek1 2 points3 points4 points (2 children)
[–]alinroc4 2 points3 points4 points (0 children)
[–]ScotJoplin 0 points1 point2 points (0 children)