Interview Question in SQL Server Reporting Services (SSRS)


 

Interview Question :: How do i limit the records to be viewed to a certain number in reporting services


MS SQL Reporting Services
Answers to "How do i limit the records to be viewed to a certain number in reporting services"
RE: How do i limit the records to be viewed to a certain number in reporting services?

Add Paging...



or



Modify your SQL



Ex:



Select Top 10* from Employees
 
Vote for this answer ::  
Update Alert Setting