If your business uses relational databases to store data, it helps to use the SQL SELECT command with the INTO clause to create new tables from query results. This method isn't ANSI-standard SQL, but ...
tl;dr - see last paragraph. CREATE TABLE [dbo].[AttachedFiles]( [ID] [uniqueidentifier] ROWGUIDCOL NOT NULL, [ReferenceLocation] [varchar](255) NOT NULL, [FileName ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results