How do I Script views in SQL 2000 with columns. I don't need a create script, but I need to script all the columns in a view. If I run the query "select * from INFORMATION_SCHEMA.COLUMNS", it gives me a list of all the table names along with the columns in a database. I need exactly same for views.