Install the SQL Server update that adds proper support for “Select Top 1000 Rows” against Azure SQL Database in SSMS 2014 and later, or move to a build that already includes that cumulative update.
The issue is a known problem in SSMS 2014 when using Object Explorer’s “Select Top 1000 Rows” on Azure SQL Database tables and views. It was fixed in SQL Server 2014 Cumulative Update 5. Newer cumulative updates for SQL Server 2014 also contain this fix.
To resolve it:
- Install at least Cumulative Update 5 for SQL Server 2014 (or any later CU for SQL Server 2014).
- After the update, restart SSMS and use “Select Top 1000 Rows” again on the affected table or view.
If already on a newer SSMS but connecting to an older SQL Server 2014 instance, ensure that instance is patched to a CU that includes this fix.
References: