My database name is Test and that database contain 1 Table. Table name is Test_Table
Here is my Test_Table:
id data_id
0 Choose
1 Yes
2 No
What is the way of creating backup of database without data because i want only the structure of database Table.
I want that when i restore my database it only show me all Table without Data Like:
id data_id
I am using SQL Server 2008.