Viewing 15 posts - 1 through 15 (of 16 total)
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...
February 1, 2005 at 9:26 am
Explain how "MSDE is Creaking along"???
December 3, 2004 at 7:35 am
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 :...
January 7, 2004 at 6:25 am
Was wondering if ThomaH's response actually worked?
January 7, 2004 at 6:14 am
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...
August 26, 2003 at 7:07 am
Hate to be a pain, but would I convert it to VB.
April 9, 2002 at 7:03 am
The sql Bombs. Its looking for two arguments in the left function. Here's what I have so far:
INSERT INTO dbo.Amisys_MMembInfo
...
April 9, 2002 at 6:51 am
The sql Bombs. Its looking for two arguments in the left function. Here's what I have so far:
INSERT INTO dbo.Amisys_MMembInfo
...
April 9, 2002 at 6:51 am
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...
April 5, 2002 at 9:31 am
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...
April 4, 2002 at 1:30 pm
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...
April 4, 2002 at 1:26 pm
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!
March 26, 2002 at 1:54 pm
quote:
The reason why I want to create a text file from the query is so that I can Define the transformation between...
March 26, 2002 at 1:40 pm
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...
March 26, 2002 at 1:37 pm
Viewing 15 posts - 1 through 15 (of 16 total)