Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Citrix Farm to sql performance

    Hello Colin...We have clients running our app via Citrix against Sql Server and Oracle databases. There are so many variables to consider here. In our case, the client app is...

  • RE: DBCC Commands

    Santhosh,

    If I understand, all you need to do is enclose the owner and table name in single quotes.

    DBCC SHOWCONTIG('bill.tablename')

  • RE: How to Export DTS Package?

    Vishal,

    A very simple way, as Phill mentioned, is to 'Save As' and select structured storage file.

    On the 2nd server, right-click DTS and select 'Open Package' and select the saved file....

  • RE: How does one DTS from Informix?

    DnD,

    Was faced with something similar a while back. I downloaded IBM Informix Connect. You should also be able to get the Informix ODBC drivers from IBM's site. From there you're...

  • RE: How To import textfile with variable columns

    Ryk,

    Let's look at this from a weasel's perspective. Someone is going to have to do some work here. Why should it be you? Why not push back to the folks...

  • RE: DTS Odbc Error

    Lara,

    I have seen similar behavior when the package has been created on one machine, but gives you the error when opening properties on another.

    Example...

    You create a package with a specific...

  • RE: Trouble importing into SQL Server from Oracle

    Rick,

    Can you provide the table structure of the data that you're bringing over?

    As for dateTime values, I usually will get an overflow error if it's an invalid date along...

  • RE: How to transfar Oracle data to SQL Server

    Nilardi,

    This should be fairly simple with DTS.

    -create a new Local Package

    -Create a connection to The Oracle DB (Icons on top left)

    -Create a connection to the Sql Server

    -Click transform stat...

Viewing 8 posts - 1 through 8 (of 8 total)