Viewing 15 posts - 1 through 15 (of 19 total)
thanks for the suggestion, however, I must have been thinking the same thing at the same time as you guys,
Here is my solution.
Update dbo.FCDataEntry
Set FC_UserQty6=mth7Qty.mth7
From
(
Select mth7.FCHdrID, Round(Sum(mth7.Mth7Avg*Mth7.strctmthFC8),0) as Mth7
from
(
Select MTHQTY.FCHdrID,StrCtMthFC8,--Checking...
December 30, 2004 at 9:22 am
I have not used the Dynamic Property Task - could you assist me an what I would need to input
Do you know why when I use the SQLDTS.com "Looping, Importing...
November 29, 2004 at 3:44 pm
Sorry if I confused you. What I am trying to accomplish is the following:
1. Determine a list of files(.txt) that need to be used to import data. (I already have this...
November 29, 2004 at 1:45 pm
thanks everyone for their suggestions.
Karen
November 24, 2004 at 9:39 am
I am confused in DTS when setting variables it ask for a path or directory, how do I get around that? Also, If I change the code I will no...
November 22, 2004 at 1:51 pm
Thank you for the suggestions - However, my VB skills are limited - I was trying to use DTS to create the global variable. I understand how to set the...
November 22, 2004 at 11:17 am
I still get an error of Function not found when I parse the follwing query.
SELECT DISTINCT Q1.FilePath, Q1.ProjectNum, Q1.Filetype, Q1.DateModified
FROM (SELECT Col002 AS FilePath, Col004 AS ProjectNum, Col006 AS Filetype,...
November 18, 2004 at 4:52 pm
Thank you for all you hard work and helping me get my issue resolved - You are the BEST!!!!!
1 more issue - how to I modified the code to strip...
November 16, 2004 at 12:50 pm
I am still having problems with my connection string- Please note the the server I am attempting to connect with is not a SQL Server - it is a connection...
November 12, 2004 at 3:39 pm
Thanks for the assistances, however, I have a problem with my connection string - could you please take a look and make a suggestions
I am getting a Login Password error...
November 12, 2004 at 11:56 am
Thanks for all your effort, however, I found the fix I needed.
The solution is that the Server/Field names proper syntax should be:
OracleServer..Schema.fieldname
Thanks again.
November 5, 2004 at 9:20 am
I am still quite confused - Please help me with the correct syntax(order) of the query when using a linked Database server
ServerName = "SiteManager"
Database = SMODBC
User...
November 4, 2004 at 3:14 pm
I can see the tables in the list of tables - however, I am unable to view the tables data. Does this mean I am not connected?
November 4, 2004 at 1:32 pm
Viewing 15 posts - 1 through 15 (of 19 total)