Forum Replies Created

Viewing 15 posts - 16 through 30 (of 234 total)

  • RE: Setup TNSNames.ora and Listener.ora for Oracle 10g to Sql Server 2000 /2005 database link

    I don't think you will be able to do this link. From SQL Sever you can create a linked server to Oracle; but, from Oracle you will probably need...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Convert HH:MM to HHMM

    looked like a clever solution, so I tried it. where do you propose this be run?

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Linked server Execution Error

    are you working in the GUI (Management Studio) or through an application (like something built in Visual Studio)? Many, most, almost ALL of my problems went away when I...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: SS 2005 SP2 to 32-bit Oracle10g (10.2.0.2.0) via Linked Server

    Thank you Mark. That's great information. I was able to test the MS OLE DB today and it works exactly as you state. It simply does NOT...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: SS 2005 SP2 to 32-bit Oracle10g (10.2.0.2.0) via Linked Server

    I opened a TAR with Oracle and they act like there are no problems (which anybody who uses Google knows is not true), so they are playing a dance with...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Update many tables without hardcoding the table name

    You can write a query against the catalog tables (tab, in this example) that builds an SQL script to do the updates. You have to parse the information you...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Linked Server Error

    Could you please tell me exactly how you are creating your OLE-DB data source?

    Thank you.

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Oracle and SQL Server Data Interoperability Issues - Part 1

    Nice article and with SQL Server and Oracle, it comes back into focus every couple of years. I am experiencing a problem today that is supposed to be with...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Servername on cluster?

    I just wanted to say thank you for having contributed to this thread almost 18 months ago. I am now in another environment where I am the Oracle DBA...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: adding /3GB in boot.in

    most of the posts here on the subject apply to 2003, not necessarily 2000.  I would reference the link to the MSDN document for the conclusive answer.  I think the...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: SQL Enterprise Edition only using 2G of RAM

    this is a joke, right?  lol

    hasn't the "trainee developer" answered this one?  I wonder if he's training to be a developer, or if he develops trainees?

    Have a great weekend!  I'm going...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Help with Expired Merge Replciation in SQL 2005

    sometimes you get quick answers here, sometimes you don't.

    You are obviously stuck... and nobody has responded.  Replication isn't trivial, and 2005 replication is so new, and different, that it's hard...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Update Column Based on Matching Filed(Primary Key)

    update #temp2 set col3 =

    (select col3 from #temp1

    where #temp1.col1 = #temp2.col1)

    go

    Here is a complete scenario you can test in QA:

    drop table #temp1

    go

    create table #temp1

    (col1 char(2), col2 char(2), col3 char(2))

    go

    insert into...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Best strategy for standby server

    log shipping should be fine.  That would be my first thought.  at my current client we quickly gave up on log shipping and went to a snapshot... which locked the...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

  • RE: Noon and Midnight (NOT 12 pm and 12 am)

    My wife, twenty years younger than me, got off at 11 last night, and gets off at 11 tonight... so I was and hopefully WILL be doing the same thing...

    Thank-you,
    David Russell
    Any Cloud, Any Database, Oracle since 1982

Viewing 15 posts - 16 through 30 (of 234 total)