Skip to content

Commit

Permalink
Update Reporting_Users.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm authored Jul 27, 2022
1 parent 20a6bd4 commit 6a2f432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SQL Queries/ReportServer/Reporting_Users.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SELECT TOP (1000) [UserID]
SELECT [UserID]
,[UserType]
,[AuthType]
,[UserName]
,[ServiceToken]
,[Setting]
,[ModifiedDate]
FROM [ReportServer].[dbo].[Users]
FROM [ReportServer].[dbo].[Users]

0 comments on commit 6a2f432

Please sign in to comment.