Yes, "select into" table is being created along with DSI thread down.
Though i run the "select into" manually ... here below.
[54] 1> select * from hts_ae_codes_HS
[54] 2> go
Msg 208, Level 16, State 1
Server 'S****D01', Line 1
hts_ae_codes_HS not found. Specify owner.objectname or use sp_help to check whether the object exists (sp_help may produce lots of output).
[55] 1> select * into dbo.hts_ae_codes_HS from dbo.hts_ae_codes
[55] 2> go
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
Msg 911, Level 11, State 2
Server 'S****D01', Line 1
Attempt to locate entry in sysdatabases for database '' by name failed - no entry found under that name. Make sure that name is entered properly.
(2 rows affected)
[56] 1> select * from hts_ae_codes_HS
[56] 2> go
ae_id ae_code ae_name
----------- ------- ---------------------
0 A American
1 E European
(2 rows affected)
[57] 1>