Viewing 15 posts - 946 through 960 (of 1,186 total)
IF they access your system via Terminal Services..
Unfortunately, because they are using Terminal Services it is as if they are sitting at the server...
Only way I could think of is...
July 8, 2004 at 7:13 pm
I would also check and make sure that you are not attempting to copy the users/permissions etc... this could cause the DTS package to fail as well...
July 8, 2004 at 7:07 pm
Just for giggles...
What happens if (not this EVER happens) your Network guys MOVE the network segment that your box is on and forget to tell you?
I know this from experience. ...
July 8, 2004 at 7:05 pm
To all who have a better way of doing this....
I unfortunately, am ingrained in certain HARD ways of doing things.... I also look for the easy way and the smart...
July 8, 2004 at 4:39 pm
Depending on the set-up of the SQL server i.e. either per Server, Process, user the CAL may show as NULL. Also, the different versions of SQL 2K may show as...
July 8, 2004 at 10:19 am
Unfortunately, I don't think that is possible.
The problem is the the SQL Server is requesting data from Oracle FROM SQL and SQL has no way of knowing or handling the...
July 8, 2004 at 10:14 am
DELETE FROM table1 WHERE CONVERT(VARCHAR(10), Field1, 101) <
SELECT DATEADD(DAY, -60, CONVERT(VARCHAR(10), GETDATE(), 101))
is one way. There are multiple other ways of doing this too.
July 8, 2004 at 5:02 am
I apologize. I missed the setting of the @Include to a variable like 'A', 'I'
You will need to build your SQL string and then EXEC it or run sp_executesql.
Hopefully in...
July 7, 2004 at 5:58 pm
When you open the scheduled job there should be on the first screen a job owner... that is who is running the DTS package scheduled.
When you manually run the package...
July 7, 2004 at 5:31 pm
Sounds like you want the last 2 orders to NOT include the very latest one??
If that is the case you will have to build in a correlated sub-select or some...
July 7, 2004 at 2:27 pm
Have you tried WHERE Status = @Include?
If that fails you will have to create teh entire SQL string as a variable and then
sp_executesql @SQLString
July 7, 2004 at 2:09 pm
Can you please let us know what the step is supposed to do so we can help you diagnose the problem?
July 7, 2004 at 5:28 am
Unfortunately, without understanding what step 1 does I am only guessing as to what the real issue is.
When you run the package yourself it runs from your PC and under...
July 7, 2004 at 5:22 am
The maintainers of SSC try their best to manage this site. As far as I know they have the following going on:
July 6, 2004 at 10:23 am
Viewing 15 posts - 946 through 960 (of 1,186 total)