Viewing 9 posts - 1 through 9 (of 9 total)
That works, thanks very much 😀
June 30, 2008 at 9:48 am
Sorry missed a bit, here is the query I am using.
UPDATE dbo.tblOpenDaily
SET Who = 'Result'
(SELECT TOP (100) PERCENT dbo.tblOpenDaily.[Entered Date]
FROM ...
June 30, 2008 at 9:35 am
Thanks, I wont tell you how long I have been looking for that but I was beginning to think I must have imagined it ever happened 😀
September 25, 2007 at 7:19 am
Welcome to my nighmare, as this is what I am doing to overcome this problem.
Be careful if you have DTS packages that import/export data with a command to delete...
September 10, 2007 at 9:10 am
After much swearing and banging my head in frustration I finally sussed it.
When you import a previous version of DTS using the migration wizard you are able to run the...
September 10, 2007 at 8:29 am
Yes, I did try looking in BIDS but where are the files stored? I did a wildcard search on the server looking for my data files and came back blank.
Now do...
September 4, 2007 at 3:06 pm
Now I did think that would be the obvious place but its empty.
I also created an example where I imported a text file and saved it as a SSIS and that is...
September 4, 2007 at 9:38 am
Thanks Markus, now I can start to make my changes
August 30, 2007 at 6:56 am
Viewing 9 posts - 1 through 9 (of 9 total)