SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
select top results without selecting columns?
What's the problem with?
SELECT TOP (100) * FROM dbo.YourTable
Without a ORDER BY clause on an explicit named column you will get a more random result.