Guest User

Untitled

a guest
Jun 22nd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. CREATE PROCEDURE dbo.BAJAWARE_User_Sel_Username
  2. @Username BAJAWARE_utDescripcion100
  3. AS
  4. SELECT
  5. IdUser,
  6. Active,
  7. Description,
  8. Blocked,
  9. [Name],
  10. Email,
  11. Telefono,
  12. Mobil,
  13. NumeroControl,
  14. Username,
  15. Password,
  16. UsuarioWindows,
  17. IdUserType
  18. FROM BAJAWARE_User
  19. WHERE Username = @Username
Add Comment
Please, Sign In to add comment