Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 5,394 total)

  • RE: Linked Server to DB2

    Koen Verbeeck (7/29/2011)


    Oh for f*ck's sake! (excuse my language)

    I have found the issue.

    It's a combination of two things:

    First of all, the driver needs to be executed out of process. So...

  • RE: Linked Server to DB2

    I feel your pain...

    (NetMon + ProcMon + EventViewer + Policy Editor + Any log files you can find) is the only tools you have.

    Good luck!

  • RE: Linked Server to DB2

    I have found that SSIS ignores the settings in the UDL file and requires entering ALL the connection parameters in the connection properties.

    SQL Server has always been more forgiving and...

  • RE: Linked Server to DB2

    Looks like a TCP/IP connection error.

    Can you trace the process with NetMon? You can add a filter for source or destination = your AS/400 machine.

    If you don't see packets...

  • RE: Linked Server to DB2

    OK, thanks. So I guess you will have to stick to OLEDB (which is a good thing IMHO).

    With "Windows Security" I mean the permissions to assign to the windows user...

  • RE: Linked Server to DB2

    Koen Verbeeck (7/28/2011)


    Thanks for the reply Gianluca.

    However, I can rule out A through D, as I can create a successful connection and extract data from it in SSIS.

    So it is...

  • RE: Linked Server to DB2

    Based on personal experience: don't use ODBC (too slow and unreliable) and go for OLEDB.

    It could be something wrong in:

    A) The iSeries package (have you checked that with your QSECOFR?)

    B)...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (7/27/2011)


    Jim Murphy (7/27/2011)


    Useless post just to make 500.

    I hate when people do this.

    Do you realize I could do that every 2-3 weeks :blink:?

    Unfair. This is pure bragging.

    Oh, and this...

  • RE: Are the posted questions getting worse?

    My dear friends, I finally have the definitive answer to the question that originated this thread.

    NO!

    They're not getting worse! This is what they kept getting until today. Now they can...

  • RE: New Server MDF& LDF

    I suspect that you're a bit confused. Let's see all your points one at a time:

    I can browse to the MDF/LDF file

    Fine. However, there's no need for this.

    but cannot open...

  • RE: Model database recovery model

    Model is the template for a new database, so, if you don't like it in full recovery, change it to simple recovery.

    No harm: it's your choice.

  • RE: Methods to prevent SQL Server table modification

    You can do it with a trigger or with a CHECK constraint WITH NOCHECK.

    Be aware that:

    1) CHECK constraints can't read data from another table directly, but have to use a...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/26/2011)


    Grant Fritchey (7/26/2011)


    Gianluca Sartori (7/26/2011)


    Grant Fritchey (7/26/2011)


    Can't help it, I have to share. I was doing some Boogling or Ginging, whatever we call it now, when I stumbled across...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/26/2011)


    Can't help it, I have to share. I was doing some Boogling or Ginging, whatever we call it now, when I stumbled across a really scary bit of...

Viewing 15 posts - 2,896 through 2,910 (of 5,394 total)