Yeah, I have tried SVN, Git, Mercurial, TFS... all of them.
They are all good for code.
But from my own personal experience, I find that people tend to not place
their stored procedures under version control. They seem to see them
as separate from all the other C# source code and what not.
It can
On Wed, Apr 25, 2012 at 8:33 AM, Reuben Bartolo
wrote:
> Stored procedures, as everyone mentioned, have huge advantages, and it is
> recommended that you use them whenever possible. However, a disadvantage
> that few speak about, is how to keep them in version control.
---
Have you tr
Stored procedures, as everyone mentioned, have huge advantages, and it is
recommended that you use them whenever possible. However, a disadvantage
that few speak about, is how to keep them in version control.
Reuben
http://whatiseeinit.blogspot.com/
On 25 April 2012 15:25, Stephen Russell wrote:
On Tue, Apr 24, 2012 at 2:49 PM, carlos augusto adames jimenez
wrote:
> Hi, i would like you to help me up to know the difference between Stored
> Procedures and Sql Sentences. When to use one or another.
>
> Hope you can help me clarify this. For me as a programer which is more
> recommended to u