views:

8

answers:

0

I know how to create a new schema and write a DDL script to create tables with the same name that reside in different schemas in the same database. I want to know how to do that using SQL Server 2005 Management Studio Express.

To repeat, I want to know if I can create two tables having the same name but residing in different schemas of the same database using SQL Server 2005 Management Studio Express.