-
Notifications
You must be signed in to change notification settings - Fork 10
SQL Server 2022
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM CU5 - 16.0.4045.3 - x64 (KB5026806)
$outputFolder = 'c:\sqlsyms\16.0.4045.3\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/039803523e634d1dab173f93e535f4622/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/5e584444d7314b61937babb9309761752/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/fbbb9b131ebf426393aeb215f0bb8aa52/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/a5febc67494a41039b770be3e1fc67352/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/bfabd39eca9946a49918074919ea77871/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/d5075d1190c24df49d6c8a90326325af2/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/3aca5775bfd1415880b459f7c13e48231/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/4e1089bed16e465b8c73dfba7defe0661/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/c2c9cef25e2844c5ada68e30f1af1f681/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/7425f59fa392492290472186d05318bf1/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/6ea15ecc8c594be0a4806a563820fd1a2/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/40d4a3dde6e741e5b2f6514c57044dff1/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.4045.03 ((sql2022_rtm_qfe-cu5).230526-1924)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM CU4 - 16.0.4035.4 - x64 (KB5026717)
$outputFolder = 'c:\sqlsyms\16.0.4035.4\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/975fe0100e7049b58df26e850c3476412/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/faa9b75fa84d4b5a9b2bd1f5e66fd51d2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/6f30a3e9e27a4dc68d7595e1453e7b4e2/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/2a454db384c041c380ed1148798411b92/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/ed8455a370e94382ba6fe687aad4771b1/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/210b8dcf2ac54e719edceed5b805f5b02/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/499de37b15b74284b0c0cfa6f2dfdf641/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/3053e7fc8cbb48d0bf1f1f1f0e052b851/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/1874171429de4acfb52a4da172e494e51/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/692e1f157cb14f0986d8728f323f46331/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/8a8817a0119c43e5a9c05cc3535d64592/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/fe6d10d6e8a94c0596dc5c7f226cbeac1/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.4035.04 ((sql2022_rtm_qfe-cu4).230501-1707)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM CU3 - 16.0.4025.1 - x64 (KB5024396)
$outputFolder = 'c:\sqlsyms\16.0.4025.1\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/157835c72863441cbc1d663cbb6c48d12/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/258ad7563d6f4faba7145f4759bde04a2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/6802aecb74b44f4da8147246607999492/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/78212416f2054a3aa2ee46ed9f51a5eb2/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/b8a0d3cc10c84902919f8ce49977613e1/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/50411b8b616f4d0b8b11e72c9e348d712/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/cecb6b01aa6e46d187402ae6e95be8721/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/342464caf8e04c588fecad6d943e5c2f1/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/b6a0fe425b6a479f9058bb7ae43d34931/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/be7a91803241446ca18201bb621a71851/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/6a01cd9cc1fd4bae806c0ca61b06a29f2/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/88b6fbaf06f9400f84a5ac1c253970361/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.4025.01 ((sql2022_rtm_qfe-cu3).230314-0140)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM CU2 - 16.0.4015.1 - x64 (KB5023127)
$outputFolder = 'c:\sqlsyms\16.0.4015.1\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/a56c1b9412c14c20aa04eace57e9cfcb2/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/c84c650a4f2045d4b5311b1833dafd192/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/fd923d3a3b074d8da2217763eb83d1c82/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/f0267cd485044f5da43be809d1a791742/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/486fef0f41bf4749985ec1c6c156e6901/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/58e8b5ebd36d4accb68d3a997239cfd02/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/c9b0456308b848c399f9f880a0d97d0a1/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/7e0bb766b3cd4d358fc9730062c728681/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/600178df1de0422c989ac9f84dad57581/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/3cac87dab5734710a9e27588ca6aef7b1/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/86bcba10ce754e2f94f7d9965c9f92292/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/4695c30ea7304d988099887d129981591/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.4015.01 ((sql2022_rtm_qfe-cu2).230227-2309)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM CU1 - 16.0.4003.1 - x64 (KB5022375)
$outputFolder = 'c:\sqlsyms\16.0.4003.1\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/2b5bdd54728b450480fa8c143c6666982/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/ef96cb3d8fa943aabe2da35c82c381342/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/066b70ad6f4e47fdbebc1f7f62464e632/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/66212e4989b24e1fab84292e96016a092/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/c2960a38944e4b258589bd61316e07b11/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/2cebc1c4cf444e6ebcc26fc1e389d63c2/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/29eb18ab89a34eaf96959ce49de510c01/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/ecb55bc440e8467fa5700d6a55960b6b1/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/2960829e9abf4f3c91068b90d3645c9a1/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/34138645e13a4644ae57fc3bbdadb1321/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/4a8fe9b8a1924b908d8046ffc91f44872/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/e29eb97cc6dd407cafdc62daa140b35c1/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.4003.01 ((sql2022_rtm_qfe-cu1).230128-0022)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM Feb 2023 GDR - 16.0.1050.5 - x64 (KB5021522)
$outputFolder = 'c:\sqlsyms\16.0.1050.5\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/0f70e226ca8b4ba494bc5e20efd677542/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/10657a075eac497c9073b31d1ef71d9a2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/f9cc3c16cf9b41abb4e472a0119607c82/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/d8171f6959274472881ec1953a77c8b12/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/1bad105cf1b94f9d87d887b013ad3cb11/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/81327aa5c1234fd9b1e18f9ae3dc8ced2/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/714b9a82dd54483cb714e895686dec0a1/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/adfe3da6d33d4d6a864662b223805c461/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/3e80a6fde7de416fbb5b134a5492c9831/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/f68943381b194382bd9cd2bbe58ba0661/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/d247e3ea6a1d4c5c835ca1f7062446a02/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/e2d86833268541a9921574c69c4e61f31/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.1050.05 ((sql2022_rtm_gdr).230123-1941)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 RTM RTM - 16.0.1000.6 - x64 (Date - 2022-11-16)
$outputFolder = 'c:\sqlsyms\16.0.1000.6\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/df33c0989a00452d959ff820e68c8b322/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/1f0a3ae183bc4882a450d610cb5342142/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/bfe66178a45a4266a816406aef56adb42/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/30baaa79460f4350a578d09a021a9c412/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/021addebc2d94f5d900fb258cf7eb7101/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/c3370e66864d42678d677d0bd59d44d82/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/2e2a74b8a2744994b06d0adabf053cbb1/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/bfe3851009f54f3a8e130fb2f154effe1/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/d66f4b94dedc432990a3b83ff3d95a551/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/fd608f90d4904ed7a0902db140f5c8441/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/b82b0ccca5424f81b635d2e9bdda661a2/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/7e3478d138c44a38a0e06a68b593a2161/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.1000.06 ((SQL22_RTM).221008-0913)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 CTP RC 1 - 16.0.950.9 - x64 (Date - 2022-09-22)
$outputFolder = 'c:\sqlsyms\16.0.950.9\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/64da745a09e64bbabf9b2004a36b35f72/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/0332b725e2df4caeb1ce5cdb54a57afc2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/68d87a34214e424da4362732eee1a1de2/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/5e081243328b44109f2c217279383cdc2/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/53a20aad97a34fbda99d808c7331a9731/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/403357d3e39b471c9629adeab703e6cf2/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/308b3da8de3a49498ea1d91719fd70f91/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/a6c4014abe0444ee8d7dee34c50fe3031/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/50fe8be92e1f4d03a911f64d8d33c2b21/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/7d70991211d64f148f104864429232441/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/acb957ef23e8412dac973ed4f71076212/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/86b4fc0c9e74485db4edab99f26a33c81/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.0950.09 ((SQL22_RTM).220913-1734)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 CTP RC 0 - 16.0.900.6 - x64 (Date - 2022-08-23)
$outputFolder = 'c:\sqlsyms\16.0.900.6\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/cbf11052b8104dcda89848ddf16792362/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/85eb65c03d99432b832caa21f40eb33e2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/4649ae6a9fba4459827e6d13c3874a8c2/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/bf4946a61dcd4c25a8f54f3a2f4f3c5a2/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/5784afbc812c4e29a05c8223cff2e5641/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/16b5d8425e714f459c3c4466c3611ade2/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/d4c0f807c77d481eb0426687344190ab1/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/8404055ec37d404aa2d3a8e0873c29e31/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/69a8f4e3a7064009a41be0b7ef930c771/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/162596ddd44a47e084367c0c22d9fdcd1/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/b77047e532ac480f9eb8c0781c9660602/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/464c44dc98264eb6a247c67ac55d1f1a1/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.0900.06 ((SQL22_RC0).220820-1923)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 CTP CTP2.1 - 16.0.700.4 - x64 (Date - 2022-07-27)
$outputFolder = 'c:\sqlsyms\16.0.700.4\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/1be03303dfd8455d95f68fde415f40332/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/31c10d159ff643e196fbf07537a18e5c2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/6b55f2b3de2940df89a3e3efdc73c1702/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/9ac3bf8e08c141fd95d046c735f5c0652/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/716fc4cad17c4f0fa3d5798db765216a1/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/b40ee0094c624ffd85c858179202c7d82/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/dabba55d10814497a0c578ed780314df1/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/ef1cfd9df88c46519f2cb86c8dd0a4ca1/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/0aeec3d3a8ba4c72b2daad115494f3861/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/f64a3f2a42164d1e9c2a5cf712b730721/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/e787cb3a82184b6fa71f995dd6525d592/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/d59a28fd76664fdb9d16f3f7f7f1e5d41/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.0700.04 ((SQL22_CTP2_1b).220722-2233)
Note: usage of the Microsoft Symbol Server is covered by the license terms published here.
# SQL Server 2022 CTP CTP2.0 - 16.0.600.9 - x64 (Date - 5/24/2022)
$outputFolder = 'c:\sqlsyms\16.0.600.9\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlDK.pdb/9ca7910a30904ef3b34f8f74b6f0736f2/SqlDK.pdb' -OutFile "$outputFolder\SqlDK.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\sqlmin.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlmin.pdb/a85bd4fbbc5440658a4f063b6cde3afd2/sqlmin.pdb' -OutFile "$outputFolder\sqlmin.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\sqllang.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqllang.pdb/c97ccdf6bcde4eea88ab30167ea5105c2/sqllang.pdb' -OutFile "$outputFolder\sqllang.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\SqlTsEs.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlTsEs.pdb/dcaff09ef15d4d3fb35a90d3943caa6f2/SqlTsEs.pdb' -OutFile "$outputFolder\SqlTsEs.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\sqlaccess.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlaccess.pdb/898f5e2f9668491dbdcc7aee8757791b3/sqlaccess.pdb' -OutFile "$outputFolder\sqlaccess.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\qds.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/qds.pdb/cb55cf33c3e74701af97ed7497b2c8442/qds.pdb' -OutFile "$outputFolder\qds.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\hkruntime.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkruntime.pdb/7c8869e2b67245cabc61f3317f83ad561/hkruntime.pdb' -OutFile "$outputFolder\hkruntime.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\hkengine.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkengine.pdb/6028014cd75243ef84a7e33b88eef34b1/hkengine.pdb' -OutFile "$outputFolder\hkengine.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\hkcompile.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/hkcompile.pdb/320c75200f9e47cebeaab8e056e053e31/hkcompile.pdb' -OutFile "$outputFolder\hkcompile.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\SQLOS.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SQLOS.pdb/c23ef1d544cb40779de790ec868a6d171/SQLOS.pdb' -OutFile "$outputFolder\SQLOS.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\sqlservr.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/sqlservr.pdb/37516db826cd4e0bbe7ae4d50f89bac82/sqlservr.pdb' -OutFile "$outputFolder\sqlservr.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)
if (-not (Test-Path "$outputFolder\SqlServerSpatial160.pdb")) { Invoke-WebRequest -uri 'https://msdl.microsoft.com/download/symbols/SqlServerSpatial160.pdb/d1c69696b6f041dc960e801f7f1138e31/SqlServerSpatial160.pdb' -OutFile "$outputFolder\SqlServerSpatial160.pdb" } # File version 2022.0160.0600.09 ((SQL22_CTP2_0).220520-1953)