How can I disable the integration between VSS and Visual Studio?
Under the registry key: HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Source Control (for Visual Studio 6.0) or HKEY_CURRENT_USER\Software\Microsoft\DevStudio\5.0\Source Control (for Visual Studio 5.0) , change or created the entry: Name: Disabled Type: REG_DWORD Data: 0x1 (All the warnings about working in the registry apply.) 34. How can I use SourceSafe to version stored procedures with Visual Studio 6.0 and SQL Server 7.0. Check out Versioning Stored Procedures with Visual Studio 6.0 and SQL Server 7.0 Embarcadero also includes some SQL/SourceSafe integration: http://www.embarcadero.com/news/sqlsourcesafe.asp Also check out Adding a Stored Procedure to Source Control in Data ViewAdding a Stored Procedure to Source Control in Data View.