Advertisement
Guest User

rq

a guest
Dec 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. insert into ec_WebService_Credential(
  2. WSC_Kiosk
  3. , WSC_Person_ID
  4. , WSC_User
  5. , WSC_Token
  6. , WSC_Create_UTC
  7. , WSC_Login_UTC
  8. , WSC_Expiry_UTC)
  9. values(
  10. @WSC_Kiosk
  11. , @WSC_Person_ID
  12. , @WSC_User
  13. , @WSC_Token
  14. , GETUTCDATE()
  15. , GETUTCDATE()
  16. , @WSC_Expiry_UTC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement