Files
UnrealEngineUWP/Engine/Source/Programs/CrashReporter/CrashReportWebSite/Models/Query-UserName.sql

11 lines
678 B
Transact-SQL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
SELECT [Id]
,[ComputerName]
,[BuildVersion]
,[UserName]
,[Branch]
-- ,[UserNameId]
,[EpicAccountId]
FROM [CrashReport].[dbo].[Crashes]
--where [TimeOfCrash] > CAST(GETDATE() AS DATE)
where username != 'anonymous' and buildversion = '4.5.0.0' and branch = 'UE4-Releases/4.5'
group by ComputerName