Skip to content

SQL Server 2022

Arvind Shyamsundar edited this page May 24, 2022 · 30 revisions

SQL Server 2022 CTP CTP2.0 - 16.0.600.9 - x64 (Date - 5/24/2022)

# 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)
Clone this wiki locally