Hi,
- i'd like to send the data from a view to an external table, not possible in SQL server 7.
- another solution would be perhaps to generate a script such as :
CREATE TABLE ...
( tabledef ... )
AS
SELECT ..... (with an inner join)
but this doesn't work neither ....
- i have no experience of temporary tables , perhaps this could help ??
Any idea would be very helpful and apreciated !
Best regards
Philippe Peeters
- i'd like to send the data from a view to an external table, not possible in SQL server 7.
- another solution would be perhaps to generate a script such as :
CREATE TABLE ...
( tabledef ... )
AS
SELECT ..... (with an inner join)
but this doesn't work neither ....
- i have no experience of temporary tables , perhaps this could help ??
Any idea would be very helpful and apreciated !
Best regards
Philippe Peeters