If your business uses relational databases to store data, it helps to use the SQL SELECT command with the INTO clause to create new tables from query results. This method isn't ANSI-standard SQL, but ...
I need to do an export from SQL to a CSV or tab delimited. When playing around in enterprise manager I was able to create a job that would export a query to a tab delimited file.<BR><BR>This is ok but ...