diff --git a/SQL Queries/ReportServer/Reporting_Users.sql b/SQL Queries/ReportServer/Reporting_Users.sql index 5f3445b..d0559f8 100644 --- a/SQL Queries/ReportServer/Reporting_Users.sql +++ b/SQL Queries/ReportServer/Reporting_Users.sql @@ -1,8 +1,8 @@ -SELECT TOP (1000) [UserID] +SELECT [UserID] ,[UserType] ,[AuthType] ,[UserName] ,[ServiceToken] ,[Setting] ,[ModifiedDate] - FROM [ReportServer].[dbo].[Users] \ No newline at end of file + FROM [ReportServer].[dbo].[Users]