Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.15 KB | None | 0 0
  1. create table AUDIT
  2. (
  3.     computer_name varchar(max),
  4.     user_name varchar(max),
  5.     app varchar(max),
  6.     app_location varchar(max),
  7.     date_id datetime
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement