Advertisement
b3itz

Untitled

Dec 2nd, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. DECLARE @day int
  2. SELECT @day = DAY(GETDATE())
  3. SELECT * FROM log
  4. WHERE DATEPART(dd, [date]) = @Day
  5. and Logger = 'UnSys.G4.Extensions.SxSd.ARIAeRxDirectoryUpdateDataConduit.DataProvider.DataProviderService'
  6. and Exception like '%0x80131904%'
  7. and ExtensionInstanceID = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement