I am using SQL 2005 and need advice on how best to implement a requirement that was dropped on my desk today.
Issue #1.
I have to import a flat file (4 GB to 5 GB) 10 million records. I run into issues with the database timing out. I was able to import 500,000 rec at a time.
Issue #2.
This file has three nvarchar(1500) fields. I have to perform a search on these fields for certain key words and have run into an issue with the database timing out.
I just read up on full text index and tried to implement this but it errors out stating the maximum length can be only 900 long.
If you have a suggestion for me that can get me around these issues I am all ears.
Thank,
Demopro
Issue #1.
I have to import a flat file (4 GB to 5 GB) 10 million records. I run into issues with the database timing out. I was able to import 500,000 rec at a time.
Issue #2.
This file has three nvarchar(1500) fields. I have to perform a search on these fields for certain key words and have run into an issue with the database timing out.
I just read up on full text index and tried to implement this but it errors out stating the maximum length can be only 900 long.
If you have a suggestion for me that can get me around these issues I am all ears.
Thank,
Demopro