Skip to content

SQL Server 2025

Arvind Shyamsundar edited this page Jun 16, 2025 · 1 revision

SQL Server 2025 CTP CTP2.0 - 17.0.700.9 - x64 ()

Note

Usage of the Microsoft Symbol Server is covered by the license terms published here.

# SQL Server 2025 CTP CTP2.0 - 17.0.700.9 - x64 ()
$outputFolder = 'c:\sqlsyms\17.0.700.9\x64' # NOTE: Change this output folder as needed.
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/815a096309ae4c9ab67d2523a2aa307c2/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/ee10be3afa074a8380813aca652818c52/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/1b7cf56bb861460589c347bf07b8f68a2/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/725fb8b272ad46fb8538468b45c005182/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/40346e4470cc448caa87758daa49891a1/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/e1444c3327ba4e67b63bd6a335e35df12/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/8ef5e8829b1b4c9c927086b474ec91921/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/1b615225b7a1478abe52babffc8049781/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/dd95f8f693c1414fb613e3238dde7b241/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/d0245bb2d35647918598e828dd2027071/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/8cdce9d0a2be4bad95594fd8159ecba62/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
if (-not (Test-Path "$outputFolder\SqlServerSpatial170.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial170.pdb/7cb79c80346a48b6a98428101ef089aa1/SqlServerSpatial170.pdb' -OutFile "$outputFolder\SqlServerSpatial170.pdb" } # File version 2025.0170.0700.09 ((sql2025_ctp2_0).250509-0020)
Clone this wiki locally