Serving the Quantitative Finance Community

 
User avatar
street
Topic Author
Posts: 0
Joined: March 27th, 2008, 1:51 am

Src Control for Sql 2008 Sprocs.

February 2nd, 2010, 2:27 pm

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?
Last edited by street on February 1st, 2010, 11:00 pm, edited 1 time in total.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Src Control for Sql 2008 Sprocs.

February 2nd, 2010, 3:44 pm

I'm using the same setup, works fairly well. Can't think of any option that would work better.
 
User avatar
street
Topic Author
Posts: 0
Joined: March 27th, 2008, 1:51 am

Src Control for Sql 2008 Sprocs.

February 2nd, 2010, 6:26 pm

I should have been more clear. I typically write queries/sprocs in sql mgmt studio. Are you using svn/tortoise with mgmt. studio?
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Src Control for Sql 2008 Sprocs.

February 3rd, 2010, 11:13 am

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.