Guest User

Untitled

a guest
Jan 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. |UserNumber | Variable1 | Variable2 |
  2. |------------|-------------|--------------|
  3. | 1 | 1 | Yes, I do |
  4. | 1 | 5 | No, I do not|
  5.  
  6. (1) User1
  7. (1) "4482359"
  8. (2) "12526"
  9. (3) "5"
  10. (4) ""
  11. ...
  12. (2) User1
  13. (1) "5847895"
  14. (2) "33568"
  15. (3) "6"
  16. (4) "2"
  17. ...
  18.  
  19. query.Append("USE Import BULK INSERT dbo.[Insert_Table] FROM")
  20. query.Append(" 'C:UsersIDesktopInsert_Table.csv' ")
  21. query.Append("With (FIELDTERMINATOR = ',', ROWTERMINATOR = 'n')")
Add Comment
Please, Sign In to add comment