2

In Sql Server 2008 when I right click on a database there is a menu in Tasks->Generate Scripts that would give the hole database script codes.Now is there a service like this in VS2012's server explorer that give me hole database scripts codes?

1

2 Answers 2

1

As far as I know there is no native way of doing that from VS2012.

Sign up to request clarification or add additional context in comments.

1 Comment

Did you see this, i can't use this: msdn.microsoft.com/en-us/library/0z2xsa6y.aspx
0

I don't think it's possible Generate script from all db object like sql server managment, but in SQL Server Object Explorer you can generate script from each table by:

Select own db in sql serever object explorer ->right click and select script as -> Create To -> Clipboard

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.