Viewing 15 posts - 16 through 30 (of 37 total)
In my case I just needed to replace the quote with a space.
The replace worked fine.
Thanks
July 14, 2005 at 7:37 am
I need to use access and recreate the SP that I have in SqlServer.
July 11, 2005 at 12:07 pm
The file is access because its an MDB...
OK how about this. Is it possible to create a temporary table in access like in Sql.
In Sql we use the ##tbl_name....
July 11, 2005 at 9:35 am
I really am not sure. Access is new to me. I have not worked with Access much.
July 11, 2005 at 9:27 am
Mine is a diffrent error. Everything works fine...but when I go into the transformation properties and click the test button I get an error.
For your case are you pointing to...
May 11, 2005 at 8:30 am
its very simple.
I have:
1 text file source, 1 udl and a transformation task between the text file and the UDL.
Then I map the column from the text file to the...
May 10, 2005 at 3:06 pm
In the select statement I changed the table name where your retrieving the date.
Thanks Again
UPDATE AE SET AE.count_fact = dtCounts.count_fact
FROM #tmp_ar_exception AE INNER JOIN
(
SELECT DISTINCT #tmp_ar_exception.dt_id, COUNT(F_AR_Detail.date_id) AS count_fact FROM...
April 28, 2005 at 12:24 pm
I changed it a little and it worked your a genuis coming up witht that code....thanks man
April 28, 2005 at 12:10 pm
Thats really close, but It only updates one record not the two records it suppose to. Ill work on the code you supplied and see what I come up with.
April 28, 2005 at 12:09 pm
I dont have a rule for one record.... I need to use both values that were returned by somehow use them one at a time to update.
April 28, 2005 at 11:44 am
thanks for all the info....I think Meghana's script can help alot.
April 14, 2005 at 6:30 am
This looks really good, but It has to be dynamic. I have to load and leave.
Thanks for the heads up.
April 13, 2005 at 9:25 am
Viewing 15 posts - 16 through 30 (of 37 total)