Results 1 to 1 of 1
-
06-30-2010, 11:15 AM #1
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,175
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
Script Create Table With Indexes - MS SQL
Script Create Table With Indexes - MS SQL
In SQL Management Studio if you
right click on a table > click on Script Table As > Click on the Create > Click on File/Clipboard... option
you won't get the indexes on the script to carry over.
Solution:
Right click on database
Tasks
Generate Scripts
Click Next
Choose database
On the Choose Script Options window under Table/View Options set Script Indexes to true
Click Next
......Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
Similar Threads
-
Transferring / Editting a Table
By Amirmullick3 in forum DatabasesReplies: 6Last Post: 04-05-2011, 01:41 AM -
How To Copy DataRow From One Table To Another In ASP .Net
By manik in forum ASPReplies: 2Last Post: 07-28-2010, 08:07 PM -
Why using table is bad
By mastermind in forum HTML / DHTMLReplies: 3Last Post: 12-11-2009, 03:52 AM -
How to Create Table in Office without using mouse and menus
By Amit.Verma in forum MicrosoftReplies: 7Last Post: 08-12-2008, 07:18 PM -
ASCII Table
By Amit.Verma in forum Web Development - Programming & CodingReplies: 4Last Post: 08-04-2008, 10:47 AM


Reply With Quote

