Monday, December 14, 2009
Creating a table from your view
In one of my projects had to create a table and populate it with my view. You can do this as :
SELECT *
INTO dbo.tbl_tblname
FROM dbo.vw_viewname
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)