in oracle SQL a statement such as "create table temp as select * from old_table" works fine and creates a table called temp, but the same statement does not execute in MS SQL Server. any solutions? i need to create a table through a select query, such as the one explained. please post a answer soon. thanks!
also when i try to import data into excel from SQL server, it only works for tables, but the program simply hangs when i try to import data from a view. please help!
also when i try to import data into excel from SQL server, it only works for tables, but the program simply hangs when i try to import data from a view. please help!