You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It works for Oracle, not for MS SQL Server. For MS SQL Server use this: SELECT * INTO Table2 FROM Table1 but make sure that appropriate database property settings are correct (bulk copy/select into - checked).