Managing Changes in Database

  • Thread starter Thread starter james
  • Start date Start date
J

james

Hi Guys,

Would anyone mind recommending some packages for managing changes in
databases? I have used Ruby on Rails Migrations, but have not found
something similar for .Net. As far as I know LINQ will only map to a
database table, not create them for me.

Thanks,
James
 
Actually, LINQ-to-SQL does have a "create database" method - I must
admit that I've never tried it, though!

What sort of changes are you talking about? Depending on your level of
usage and the size of the system (i.e. whether it is worth it), it
might be that the db-pro version of Visual Studio gives you benefit -
not my cup of tea personally (give me the raw scripts!), but I've
heard from people who like it.

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top