Skip to content

Commit 6a2f432

Browse files
authored
Update Reporting_Users.sql
1 parent 20a6bd4 commit 6a2f432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
SELECT TOP (1000) [UserID]
1+
SELECT [UserID]
22
,[UserType]
33
,[AuthType]
44
,[UserName]
55
,[ServiceToken]
66
,[Setting]
77
,[ModifiedDate]
8-
FROM [ReportServer].[dbo].[Users]
8+
FROM [ReportServer].[dbo].[Users]

0 commit comments

Comments
 (0)