jwcolby54
Member
- Local time
- Today, 18:05
- Joined
- May 19, 2025
- Messages
- 49
I downloaded the National Address Database last night. Unzipped it is 33 gb and change which is a tad too big for MS Access <grin> or even SQL Server Light. They provide a schema.ini with the field names and widths which seems like it could be used directly in the import process. But it has been to long since I did a bulk copy input and I thought I'd ask for assistance before I began the struggle.
I own SQL Server but my big databases are on a desktop machine which I don't use any more. I am working on an 8 core amd laptop with 64gb SSD, with plenty of room on an ssd. This is my dev machine now and I would like to get this address database loaded into sql server on this laptop. It is more than I actually want but it is free and it has a TON of data for testing purposes.
BTW the last time I did this the fileds were fixed width with space padding to the right. I have no idea whether that will be the case here but if so I need to get rid of the padding as well. AFAICT this is a single big table.
Can anyone help me with this. Thanks
I own SQL Server but my big databases are on a desktop machine which I don't use any more. I am working on an 8 core amd laptop with 64gb SSD, with plenty of room on an ssd. This is my dev machine now and I would like to get this address database loaded into sql server on this laptop. It is more than I actually want but it is free and it has a TON of data for testing purposes.
BTW the last time I did this the fileds were fixed width with space padding to the right. I have no idea whether that will be the case here but if so I need to get rid of the padding as well. AFAICT this is a single big table.
Can anyone help me with this. Thanks