http://blog.sqlauthority.com/2009/06/17/sql-server-list-schema-name-an(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 11 months ago

Just a day ago, I was looking for script which generates all the tables in database along with its schema name. I tried to Search@SQLAuthority.com but got too many results. For the same reason, I am going to write down today’s quick and small blog post and I will remember that I had written I wrote it after my 1000th article.

3 comments |category: |Views: 145

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by softomicsoftomic(0) 2 years, 11 months ago 0

pinaldave,

If you have access to SQL Server Management Studio, you can easily do it with the script wizard. Right click on your database, choose tasks >> generate scripts from the popout menu. That opens a wizard which allows you to generate sql scripts to create the whole database or any parts. You can send the results to a file or clipboard or the window. I bet you can write an SSIS job to do this on the fly if you do this task on the fly.

Paul

Reply

posted by JudahGabrielJudahGabriel(814) 2 years, 11 months ago 0

Ummm, how about a meaningful title, rather than a URL?

Reply

posted by pinaldavepinaldave(9662) 2 years, 11 months ago 0

The title was mistake. As I did not have edit facility I could not edit it.

Hope you have liked the story.

Kind Regards,
Pinal

Reply

information Login or create an account to comment on this story