Discussion:
convert view to table
(too old to reply)
Hüseyin Gürüler
2005-04-19 14:45:47 UTC
Permalink
Hi,

How to convert a view to a table in SQL server?

I have created the view with related tables and filtered. But my system
studying on can not work with a view.

or any other solution?

Thanks without expect reply,
Jens Süßmeyer
2005-04-19 15:05:29 UTC
Permalink
SELECT * INTO NewTable FROM Yourview

HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---
Post by Hüseyin Gürüler
Hi,
How to convert a view to a table in SQL server?
I have created the view with related tables and filtered. But my system
studying on can not work with a view.
or any other solution?
Thanks without expect reply,
Loading...