Viewing 15 posts - 2,191 through 2,205 (of 2,648 total)
https://www.macsqlclient.com/
never used it, don't know if it is any good
or https://docs.microsoft.com/en-us/sql/azure-data-studio/download?view=sql-server-2017 - forgot that this new thing existed
October 23, 2018 at 4:09 am
Should not be to hard to format the sql but...
This gives the desire result for the supplied data - as no rules were defined I assumed the following
October 22, 2018 at 5:43 pm
have a look at http://blog.bittersweetryan.com/2012/01/using-oracles-free-sql-developer-as.html?m=1
you will also need jTDS https://sourceforge.net/projects/jtds/ (mentioned on the link above) and follow a few steps
care must be taken with the exact...
October 22, 2018 at 1:38 pm
theres a connection string setting for that. and another JAR that may be required as far as I remember.
Going to try and find it out as I did...
October 22, 2018 at 1:13 pm
I believe you've identified the crux of my dilemma. The...
October 22, 2018 at 10:57 am
one of the possible issues is a big log file with lots and lots of virtual files
do this on the database and see how many you got. If...
October 22, 2018 at 10:10 am
Sorry for the delay and for the long post below.
If any one has any comments/questions/suggestions all are welcome.
I've decided to have a go at processing this...
October 21, 2018 at 1:48 pm
I do prefer convert due to the extra functionality over cast. And from a standard point of view I think its better to stick with a single format type unless...
October 19, 2018 at 5:03 pm
Looks like you are having fun:D
I do have a comment - avoid FORMAT if the same formatting can be achieved with convert - check https://sqlperformance.com/2015/06/t-sql-queries/format-is-nice-and-all-but
October 19, 2018 at 4:28 pm
Just a quick note to say this is not forgotten - just complex and with other things to do at the moment.
Part of the work done though.
@jeff...
October 16, 2018 at 5:29 pm
I'm hoping you can help me with a maddening job failure alert. Sorry for...
October 16, 2018 at 4:24 pm
tell them you need to load this to a SQL Server database - they should already have had that request many times, and its easy enough for them to do...
October 15, 2018 at 6:22 pm
Hi,
Had a look at the file and its going to be a bit more complex as it has multiple record types on it.
I may be able...
October 15, 2018 at 5:50 pm
File is indeed ebcdic - but as it contains COBOL packed fields you will need to convert those independently within SSIS before loading to the database.
Have a look...
October 15, 2018 at 4:29 pm
Viewing 15 posts - 2,191 through 2,205 (of 2,648 total)