Hi JamieRae
thanks so much for providing some help! I think I am overcomplicating things
Yes, downloading a specific tableID from data.census.gov and using an ArcGIS Pro join "via the GEOID" is very trivial. The US Census even provides a video tutorial and it is something our undergraduate students can do.
But I am trying understand how to load (any) raw summary file into SQL and do a query . So I unzipped your maine folder with 7zip (ACS2019_5yrs_me.zip) which contains ACS2019_5yr_me.bak
We spent the past few hours with our IT department trying to understand your instructions on how to restore the file
Using the free SQL Server (Express) 2019 together with SQL Server Management Studio (SSMS) 18.10 there is an option to restore BAK files I believe. The GUI steps are
1. database
2. restore database
3. devices
4. search for folder (at the three dots) ... and add the folder
But here we cannot navigate to your folder. After multiple hours of trying the university help desk just said I should go back and ask you why about the solution. Maybe this is the problem and solution?
Cannot navigate to some folders when attempting to attach .MDF files to database in Management Studio (microsoft.com)
But our university really is unfamiliar with Microsoft SQL and system level/registry permissions so we are stuck. It is easier it seems to just click in the SQL Server Management Studio (SSMS) to backup a file but the below command also doesn't work for us
We also tried entering this directly:
RESTORE DATABASE @ACS2019_5yr_me FROM
@C:\Users\jlevy\Desktop\jlevy\ + @ACS2019_5yr_me.bak
This was the error message:
Msg 137, Level 15, State 2, Line 2
Must declare the scalar variable "@ACS2019_5yr_me".
Completion time: 2021-12-05T11:50:12.2076973-10:00
We are open to any suggestions. Maybe it is simpler to access a summary file that does not have a bak extension? Maybe there is just a simple video to show how to access the summary files and do a query with SQL Server Managemetn Studio 18.10 and SQL Server 2019?
best, jason