Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which is Faster
Message
 
 
To
24/04/2007 05:50:30
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
01219224
Message ID:
01219248
Views:
10
It souldn't make any difference.

>My companytable got over 35 fields (include 4 address field nvarchar(50)X 4, contact person.. etc)
>Now I need to insert to company code and company name into a temp table.
>
>(1) insert into myTemp(...) select .... from companytable
>OR
>(2) I create a view first which only select 10 fields from companytable
>insert into myTemp(....) select .. from myView
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform