We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a6bd4 commit 6a2f432Copy full SHA for 6a2f432
SQL Queries/ReportServer/Reporting_Users.sql
@@ -1,8 +1,8 @@
1
-SELECT TOP (1000) [UserID]
+SELECT [UserID]
2
,[UserType]
3
,[AuthType]
4
,[UserName]
5
,[ServiceToken]
6
,[Setting]
7
,[ModifiedDate]
8
- FROM [ReportServer].[dbo].[Users]
+ FROM [ReportServer].[dbo].[Users]
0 commit comments