-
Notifications
You must be signed in to change notification settings - Fork 10
SQL Server 2022
Arvind Shyamsundar edited this page Nov 17, 2022
·
29 revisions
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)