Hi all,
Using Visual studio 2008, connecting to an old version of Visual Source Safe (the one that's pre .Net).
In Visual Studio, there's a section where you can add sql scripts to the project, and they'll be tracked in VSS. However, (unless I'm mistaken), you're saving this to source safe but any changes you may make withing sql SMS are not reflected back to source safe, correct?
I know you can edit and even execute these procedures from the Visual Studio environment, but I'm thinking most people like to do their SQL coding in SMS and their .Net coding in Visual Studio--not both in Visual Studio.
So I'm wondering what is a common source-control practice for those who do Visual Studio .Net projects with a lot of SQL code in them? Do you control changes via some separate tool for sql source control? How might this normally be done?
Sorry if it's the wrong forum, I thought this leaned more towards SQL than .Net and didn't want to double-post.
Thanks
--Jim
Using Visual studio 2008, connecting to an old version of Visual Source Safe (the one that's pre .Net).
In Visual Studio, there's a section where you can add sql scripts to the project, and they'll be tracked in VSS. However, (unless I'm mistaken), you're saving this to source safe but any changes you may make withing sql SMS are not reflected back to source safe, correct?
I know you can edit and even execute these procedures from the Visual Studio environment, but I'm thinking most people like to do their SQL coding in SMS and their .Net coding in Visual Studio--not both in Visual Studio.
So I'm wondering what is a common source-control practice for those who do Visual Studio .Net projects with a lot of SQL code in them? Do you control changes via some separate tool for sql source control? How might this normally be done?
Sorry if it's the wrong forum, I thought this leaned more towards SQL than .Net and didn't want to double-post.
Thanks
--Jim