I have a few tables on my dev computer that I would like to roll out into productions. Is there an easy way to convert the table to sql syntax? Ideally, I would like to end up with a file with all the commands to create the table and the few lines in it.

Cheers!

If you have MS SQL Server Management Studio installed, then you can right-click your table and select "Script Table As" and then "Create To". Am not sure if this is possible for data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.