Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)

  • RE: EXEC sp_start_job in ASP page

    John

    Thanks

  • RE: Using the value of Global Variable in a Trans. Data Task

    Well I have tried the following and the package will insert the data but it will not assign the Practice ID column according to what the global variable is. I...

  • RE: Which version of SQL Server do I need?

    Explain how "MSDE is Creaking along"???

  • RE: Synchronized Databases with Replication

    With Merge replication you will still have to manage your Identity columns by setting up Identity ranges.  You could however set up a composite key based on for example :...

  • RE: Querying an Access Database from an SP

    Was wondering if ThomaH's response actually worked?

  • RE: Deleting Subscriptions.

    I believe what happened is that you can view the various publications within the your Distributor machine locate underneath Replication Monitor. What occurred was that the actual publications could be...

  • RE: Importing Text file...

    Hate to be a pain, but would I convert it to VB.

  • RE: DST and SQL tasks

    The sql Bombs. Its looking for two arguments in the left function. Here's what I have so far:

    INSERT INTO dbo.Amisys_MMembInfo

    ...

  • RE: DST and SQL tasks

    The sql Bombs. Its looking for two arguments in the left function. Here's what I have so far:

    INSERT INTO dbo.Amisys_MMembInfo

    ...

  • RE: Trimming text files, connections

    Do I know need to remove the text connection and create a Workflow - on completion from the Active X scrip directly to the 2nd connection which happened to...

  • RE: Run DTS package from stored procedures

    Here is a way to run through a web app:

    <%@LANGUAGE="VBSCRIPT"%>

    <% ' Create Variable for update

    Dim dtsID, DTS_SP

    dtsID = Request.QueryString("dtsID")

    DTS_SP = Request.QueryString("DTS_SP")

    %>

    <%

    set conn = server.createobject("adodb.connection")

    conn.open = "dsn=wow;uid=uid;pwd=pas;"

    SQL...

  • RE: Run DTS package from stored procedures

    Try this I just got through doing the same thing:

    EXEC master..xp_cmdshell 'Replace with job script under'

    Example:

    One way to get the dtsrun command line is to use Enterprise Manager. Right...

  • RE: DTS - SQL - Text

    Sorry I am a newbie to DTS, I am using SQL 2000 Where is the DataPump Task located? I can't find the Icon for it!

  • RE: DTS - SQL - Text

    quote:


    The reason why I want to create a text file from the query is so that I can Define the transformation between...

  • RE: DTS - SQL - Text

    The reason why I want to create a text file from the query is so that I can Define the transformation between the source (results from query) to the destination...

Viewing 15 posts - 1 through 15 (of 16 total)