is it possoble to create a database having only one table in sql server 2005?
hi
can we create a database in sql server 2005 which contains only one table and the table can contain any number of records but it should not allow to add another table and restrict us to create another table in same database.
how to achieve this?