khsaunderson
Technical User
Hi
I'm migrating data from an old dbf database and need to only migrate certain info. I'm looking for a specific string, so that I migrate the info from the correct table. Rather than searching through every table (over 200 of them), is there any way I can use SQL to find the string in the tables. I have a T-SQL script that I've used on MS SQL Server, but it doesn't seem to want to work on the dbf tables.
Does anyone knwo of a little trick I can use to find the string? Any help would be much appreciated.
I'm migrating data from an old dbf database and need to only migrate certain info. I'm looking for a specific string, so that I migrate the info from the correct table. Rather than searching through every table (over 200 of them), is there any way I can use SQL to find the string in the tables. I have a T-SQL script that I've used on MS SQL Server, but it doesn't seem to want to work on the dbf tables.
Does anyone knwo of a little trick I can use to find the string? Any help would be much appreciated.