Copy table structure (SQL Server Express 2005) - Posted (1093 Views)
Senior Member
Astralis
Posts: 1218
1218
I have some tables I'm trying to copy some of the tables (everything but the actual data) from one database to another database on the same server using SSE2005. I have MSQL Server Management Studio EXPRESS and it does not have the import/export feature. There is not a lot of information from Google about the alternatives for this issue. Are there any recommendations on how to do this?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Admin
HuwR
Posts: 20611
20611
just create a script (right click on db and select 'Script Database as')<
 
You Must enter a message