Viewing 15 posts - 301 through 315 (of 2,486 total)
Are you able to access the file via a shared folder? If so, then the regular datapump will work fine.
If not, and you definitely can't save the file locally (even...
May 22, 2007 at 7:01 pm
One thing thats not clear here is what version of VMWare we're talking about. The flagship product VMWare ESX Server, does get down and dirty with the hardware and allows...
May 22, 2007 at 12:30 am
Were you able to setup a datapump to import the file?
May 22, 2007 at 12:22 am
Also, just to throw oil on the fire, the number of Parameter values depends on what delivery method and other options are selected.
May 21, 2007 at 3:07 am
Was this package running before your upgrade to SP2?
Seen a number of these type of errors occurring after SP2 was applied. File permissions don't seem to be the problem.
Are you...
May 20, 2007 at 11:59 pm
That would be possible particularly in MSDE and SQL Express as they close the database when there a no active connections. In SQL Server if the database is set to...
May 20, 2007 at 9:58 pm
The important part is not really how its done, just that each process is seperate and unrelated to the other processes that just happen to make up Log Shipping. This...
May 20, 2007 at 9:37 pm
In the DTS package, after the ActiveScript task have a Text Source connection then have a SQL Server connection and put a datapump task between the two connections.
May 19, 2007 at 6:45 pm
What account does the SQL Services run under? When you execute a DTS package manually it will use your login credentials. Executing from a stored procedure/schedule job/etc... it will run...
May 19, 2007 at 6:44 pm
Not too sure of the specific coding, but I think the best bet would be to have an ActiveScript task that performs a HTTP GET and saves the file locally....
May 17, 2007 at 10:44 pm
Log Shipping itself does not have automatic failover. You will need to "bolt on" something extra to have automatic failover. Even then it still miight not be automatic. What happens...
May 17, 2007 at 6:29 pm
Have a look over at http://www.sqldts.com they'll have a few examples.
May 16, 2007 at 6:19 pm
To execute a windows process on another server you'll need to use a tool like PSEXEC from Sysinternals.
May 16, 2007 at 6:12 pm
A quick Google on the error code seems to indicate that this is a data truncation issue. If you're able to veiw the detail messages from the DTS package log...
May 16, 2007 at 6:00 pm
Yes definitely a workaround. One of these days we might be able to include field data in headers/footers. How hard can it be? It'd be just something along the lines...
May 16, 2007 at 5:52 pm
Viewing 15 posts - 301 through 315 (of 2,486 total)