Viewing 15 posts - 2,611 through 2,625 (of 2,651 total)
SQL-DBA-01 (5/10/2016)
When I try to run the below command, the variable ($pk_key2) comes as NULL.
Can you suggest if something is going bad?
[string] $pk_key2 = invoke-sqlcmd -query "SELECT column_name FROM...
May 10, 2016 at 7:18 pm
issue is using Oracle.ManagedDataAccess.Client; -- don't use the managed class.
Example from John should work but it will be slow depending on the volumes.
if you can it might be better to...
May 9, 2016 at 3:22 pm
DiabloSlayer (5/9/2016)
My mistake, I just went back and checked, the hours are like '3.5' and '4' instead of 03:30 and 04:00 as initially stated.
So when I ran the
convert(datetime,STARTDATETIME)...
May 9, 2016 at 2:57 pm
Ah.. if it was that easy.. 1 to 1 mapping.. (sigh).
On the migration I did 1 segment was converted to 200+ Tables, each with their own set of primary key...
May 6, 2016 at 2:50 am
the original developer has most likely defined a expression to build the connection string - on the properties of the connection, look for expressions and see what is there.
Most common...
May 5, 2016 at 9:57 am
it is such a small program that any programmer will be able to do it - and if not then hire one to do it either in c# or vb.net...
May 4, 2016 at 11:44 am
no Oracle isn't better suitable - and SQL Server Express will still hold with that volume. what you need to find out is exactly how many records each table that...
May 3, 2016 at 6:08 pm
Because you have CLOB/BLOB data my advise is to use a C# program that reads from sql server and loads to Oracle directly using the OracleBulkCopy http://docs.oracle.com/html/E10927_01/OracleBulkCopyClass.htm
Note that with...
May 3, 2016 at 4:38 pm
Rankerg (5/3/2016)
frederico_fonseca (5/3/2016)
1 - you do not need to migrate to Microfocus - I was just stating what...
May 3, 2016 at 4:28 pm
no easy way to log the SSIS logging to sql server agent log.
one way would be to change the job to execute a cmd file containing 2 steps
step 1 -...
May 3, 2016 at 11:02 am
going to reply to your 4 comments.
1 - you do not need to migrate to Microfocus - I was just stating what we did on our project.
regarding the...
May 3, 2016 at 2:54 am
I've done such a migration 4 years ago - migrate a IMS db to Sql server and mainframe cobol to Microfocus COBOL. we kept the core code in COBOL but...
May 2, 2016 at 7:06 pm
my advise is to look at https://www.connectionstrings.com/ and see lots of possibilities - and obviously the manuals may have a bit more options.
May 2, 2016 at 12:57 pm
most important thing for now is ensuring that backups are done to all db's.
For new server - first of get it setup - make sure the server will allow for...
April 30, 2016 at 11:01 am
Viewing 15 posts - 2,611 through 2,625 (of 2,651 total)