Viewing 15 posts - 31 through 45 (of 64 total)
What's your ultimate goal of removing or moving the polling? To lighten the traffic?
August 14, 2001 at 7:46 pm
and this one for your previous error (same url):
0x80040E51 -2147217839 The provider cannot derive parameter info and SetParameterInfo has not been called
August 14, 2001 at 7:31 pm
found this for "debugging hresults for ole-db":
0x80040E10 -2147217904 No value given for one or more required parameters
http://support.microsoft.com/support/kb/articles/Q168/3/54.asp
August 14, 2001 at 7:29 pm
I'm still working on getting an oracle DB on my test server. Have you tried to run this with the date hard coded, and see what you get?
Just found...
August 14, 2001 at 7:24 pm
BCP = Bulk Copy Program. It's been a while since I've actually said the words, I'm only 99.44% sure that the "P" is for "program". Could be "process",...
August 14, 2001 at 6:50 pm
The snapshot replication method basically scripts out all of your chosen database objects on the source server, creates the objects on the destination server, then BCP's the data out and...
August 14, 2001 at 6:31 pm
How will they be sending the data to you? Emailing in an Excel spreadsheet, FTP'ing a zipped text file, or something else? Without knowing too many more details,...
August 13, 2001 at 10:58 am
I read your posts in the other forum related to this topic. Have you checked out snapshot replication?
Sean
August 13, 2001 at 10:54 am
Have you tried the sql statement without the TO_DATE function included? At first glance, I would bet that is at least part of your problem. I'll try and...
August 13, 2001 at 10:45 am
Check out sp_executesql in SQL Server's Books On Line. This allows you to execute a sql statement or batch that you have built. An alternative would be to...
August 12, 2001 at 6:00 am
Have you looked into the onchange? I'm not too experienced with scripting in web pages, but I recall having done something along these lines a few years back. ...
August 11, 2001 at 7:04 pm
If you've got a stable connection to your backup server, then transactional should be your best alternative. BOL and the MSDN site have some great white papers and other...
August 10, 2001 at 3:26 pm
We were just talking about this subject yesterday, but haven't yet put it to the test. The easiest way we thought of to do this would be to create...
August 10, 2001 at 2:58 pm
Without knowing many more details, Transactional is probably your best bet, easiest with low-headache. How much data will you be moving within a 1/2 hour?
August 10, 2001 at 11:15 am
Viewing 15 posts - 31 through 45 (of 64 total)