Sql Server 2005 December CTP and 40903 Build of VS.NET

If you get the December CTP bits of Sql Server 2005, don't forget to follow the suggestion in the readme file for updating the install of VS.NET.  Here is the batch file from the read me.

@Rem Batch file for copying updated files from the Nov SQL Server CTP to a local VS installation

set COPY=xcopy /kfvy

@Rem Update source and destination locations as appropriate (default install locations listed below)

set TOOLSSRC="%ProgramFiles%\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7"

set ENGSRC="%ProgramFiles%\Microsoft SQL Server\MSSQL.1\MSSQL\Binn"

set DEST="%ProgramFiles%\Microsoft Visual Studio 8\Common7"

@Rem Copy the required files

%COPY% %TOOLSSRC%\IDE\Microsoft.VisualStudio.vsp*.dll %DEST%\IDE\

%COPY% %TOOLSSRC%\Tools\VDT\vdt80.dll %DEST%\Tools\VDT\

%COPY% %ENGSRC%\sqlaccess.dll %DEST%\PublicAssemblies\

No Comments