views:

195

answers:

2

I have a very large database structure, (Data is not important at this point, I can migrate the info in the db pretty easily if the structure is done) , all reside in SQL Server and I even published it to SQL Azure, but thinking about the limitation of SQL Azure in size, made me decide to switch most of the tables that do not need all the bells and whistles of SQL Azure to Azure Table and blob storage.

I was thinking of creating a TT template that dose that, but was wondering if their is a tool that do that.

Any ideas or thoughts?

The only tables that i would keep in SQL Azure would anything related to transactions like payments.

A: 

I just posted the CodeSmith Templates on my blog

http://laithnoel.info/13739878

hope this will help anyone trying to accomplish this as a starting point

Laith
A: 

BTW, 50GB SQL Azure databases are coming in June should you have a project where you need a relational db, but the current 10GB isn't big enough.

MoNail
Please don't use signatures, particularly ones with links. You're welcome to put a link to your web site or blog on your user profile page. Also, please don't use link obfuscator services. People like to see where a link is going before they click it.
Bill the Lizard