Page 1 of 1

Src Control for Sql 2008 Sprocs.

Posted: February 2nd, 2010, 2:27 pm
by street
Does anyone have a recommendation for sql server 2008 src control for stored procedures?I am currently using svn/tortoise for my VS studio. Thoughts?

Src Control for Sql 2008 Sprocs.

Posted: February 2nd, 2010, 3:44 pm
by Hansi
I'm using the same setup, works fairly well. Can't think of any option that would work better.

Src Control for Sql 2008 Sprocs.

Posted: February 2nd, 2010, 6:26 pm
by street
I should have been more clear. I typically write queries/sprocs in sql mgmt studio. Are you using svn/tortoise with mgmt. studio?

Src Control for Sql 2008 Sprocs.

Posted: February 3rd, 2010, 11:13 am
by Hansi
Yes, most of the time we write the procedures in management studio and commit them to svn via tortoisesvn. Other times we use Visual Studio to write and debug the stored procedures and again commit them to subversion with tortoisesvn.