Viewing 8 posts - 886 through 893 (of 893 total)
hehehe...definitely looks like a homework question. You'll have to buy all these okes a beer if you pass Sasha.
September 27, 2005 at 9:49 am
Hi Richard,
Nothing wrong with how you do it here. What I sometimes do in this kind of scenario is to create a temp table, insert all the base data and...
September 27, 2005 at 1:22 am
Richard, can you maybe give us the query that you have written so far...it will just make it easier toe either spot the mistake or help with the correct way...
September 26, 2005 at 2:21 am
It sounds like the DTS package might have been saved as a structured storage file, and not as part of the service itself. If you are trying to open this...
September 23, 2005 at 1:38 am
Hi,
I just had a quick look at this, but the problem seems to be in your join conditions. You are joining the tables on COMPANY only, and from what you've...
September 16, 2005 at 1:48 am
Hi Tony,
The problem is that you are using quotes to denote string values, and that is why you get the "" (empty string) in the text file. If you set...
September 7, 2005 at 1:19 am
Hi, you can create a job with an ActiveX scripts task and then do the following:
Dim oObj
set oObj = CreateObject("dllName.ClassName")
oObj.FunctionName()
Set oObj = Nothing
dllName is the...
September 6, 2005 at 1:45 am
One thing you must also make sure of is that you clean up your recordset objects at the end of the page, ie "Set recordset = nothing"...
May 13, 2003 at 5:28 am
Viewing 8 posts - 886 through 893 (of 893 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy