Viewing 15 posts - 9,481 through 9,495 (of 18,926 total)
Thanks.
But that's actually pretty all you can do. You can always do select * from both tables and manually do the joins... but there comes a point where you just...
August 11, 2007 at 7:14 pm
Thanks. I meant the code of the stored proc on the sql server.
August 11, 2007 at 2:26 pm
I'd like to run some test on my pc... can you send me the proc (at least the header so that I know what to work with)?
August 11, 2007 at 1:11 pm
@TableName was set with a cursor in SQL server. You'd have to do the same thing in access : open a recordset and fetch all the tables name from the...
August 11, 2007 at 8:33 am
No idea on how to explain this.
Can you run profiler at night while that process is started / running and ends? Maybe that'll give some more information on what happens.
August 10, 2007 at 8:21 pm
What do the jobs do?
How do you know something has gone wrong?
Do you have any error message?
August 10, 2007 at 7:19 pm
Simply put, it either hits the barrier and stays valid or the insert errors out.
You can check this out as a very basic starting point : SELECT SUM(LEN(?not sure here?)) FROM...
August 10, 2007 at 6:31 pm
Who is the owner of the master job?
Under what account does the agent run?
August 10, 2007 at 6:04 pm
In regards to that option, what do you think a user needeing help woul dbe doing on a forum like this one?
August 10, 2007 at 4:32 pm
Thanks for the info.
August 10, 2007 at 4:25 pm
Is the column in the table of datetime datatype??
If so, why can't you simply open a connection on the remote APP directly to the server, or even a linked server...
August 10, 2007 at 4:19 pm
HTH. I've been on both sides of the fence in my career... it's greener here
.
August 10, 2007 at 4:17 pm
Viewing 15 posts - 9,481 through 9,495 (of 18,926 total)