Forum Replies Created

Viewing 15 posts - 256 through 270 (of 433 total)

  • RE: How to create a table in DTS pack dynamically.

    You could use an ActiveX script setup in either 1 of two ways:

    Both ways involve the ActiveX script evaluating the Global Variable of the table that you wish to pass...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Global Variables and Variable INI file

    Can you not use the DTS Dynamic Properties task to assign the gv value from the INI file?



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: What should the job title be?

    How's Database Administrator Developer and Intergration.

    Then whoever get's the job can simply ask: Who's the DADI?



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: ADE File

    There's a forum on here where someone had the same problem. It might help.

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=131&messageid=210372



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Future Technology

    eWeek have now confused me slightly.

    On the one hand you have the top 10 technologies that flopped, including Voice Recognition. Citing that in...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: How to find the dts connection information (using query)

    There is no simple way that I know of to do this.

    The data stored in the packagedata column is encrypted and therefore can...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: DTS Email Excel sheet

    You might want to look in to the xp_smtp_sendmail at http://www.sqldev.net/xp/xpsmtp.htm as an alternative to the SQL Server mail.

    As for the change in name, you could use an ActiveX script...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Using DTS to call execute MS Access

    When a DTS package is executed through Enterprise Manager it uses the local resources on the machine when scheduled as a job the package uses the resources on the SQL...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: XML Files

    Hi Mark,

    Welcome to XM-HELL... Just kidding!

    Maybe.

    SQL Server is definitely capable of handling XML files. Start by having a look at XML-related pages (such...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: How to handle unicode data in ActiveX script!!

    You could try using the FileSystemObject to open a text file for Unicode writing using the Tristate switch in the OpenTextFile method.

    Function Main

     Dim fso

     Dim fol

     Dim f, sFilename

     Dim ts

     

     Const ForReading =...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Dates Using MERANT 3.7 32-BIT PROGRESS ODBC driver

    You might be able to use an ActiveX script in your data pump task to only transfer the row if the source date column meets a specified criteria. The script...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Data transfer with ODBC Link

    If you just wanted to default any row to NULL or A.N.other date you could use an ActiveX script to copy column in your datapump task. The below will default...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: [DBNETLIB][Connection Open (Connect()).SQL Error

    The package won't fail on the first step when the step is run on it's own as an Execute Step because whatever connection is broken does not need to be...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: Burnt Out

    Loner,

    If nothing else, a therapist will help you to understand the sources of your stresses and concerns about both home and work. Sometimes it takes a stranger's ear to...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

  • RE: XML in 2000

    David,

    Hi, I've just run the query through Query Analyzer and using Studio Express and not found a problem. What are you doing with the results of the queries that...



    Ade

    A Freudian Slip is when you say one thing and mean your mother.
    For detail-enriched answers, ask detail-enriched questions...[/url]

Viewing 15 posts - 256 through 270 (of 433 total)