Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --On main server(server)
  2. TicketRequest (id, date, count, start, end/*,and some other columns*/)
  3. Ticket (id, reqId, blockedDate, usedDate, userId/*,and some other columns*/)
  4. --and some other tables
  5.  
  6. --On linked server(gate)
  7. --Just this table
  8. Ticket (id, userId, blockedDate, usedDate)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement