Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Import/Export wizard auto-generates all columns as DATE

$
0
0

Hi

I'm trying to use the Import/Export Wizard as I used to, as a handy tool to figure out what a series of T-SQL statements (in an SSIS package) is doing - or, if I'm lucky, what on earth the original devintended them to do.

Version: SQL 2014 64-bit running on Win 7 64-bit

The code is pretty dreadful:

SELECT DISTINCT on one set of column names,

join this set to another table but not on exactly the same set of column names,

embedded (SELECT MAX(bla) FROM SameTable WHERE [match to outer set on another set of columns] GROUP BY [hey, yet another set of columns!]) inside the SELECT column list...

and it all goes to a nasty #Tmp, which is then abused with further bad code further down.

Imp/Exp is always handy to quickly get the intermediate results into an auto-created real table, so I can figure out exactly what the effect of this is.  I use it to export from the database back to the same database, but to a persisted table.

This time (first time with SQL2014) it's not working.  The source is "write a query" (paste the actual query).  The destination I set to a new table.  The auto-generation of the new table creates every column as typedate.  Not surprisingly, this doesn't work, as the original data is mostly not ofdate time.

Looks like a bug.  Any idea of a workaround or fix?

thanks!


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>