Viewing 15 posts - 3,121 through 3,135 (of 7,164 total)
The info we've brought out on the thread so far does not compute. There is some other variable affecting the behavior that is missing. I'll step aside and see if...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 21, 2012 at 6:55 am
How are you connecting to the DB instance, with Windows Auth or SQL Auth?
And just to confirm, you're opening SSMS and BIDS on the same machine using the same creds...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 10:39 pm
I see "for 64-bit" and "Provider cannot be found." in the error message. It could be that the OLE DB provider teh package is trying to use is 32-bit only....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 5:08 pm
Adding sample package (SQL 2008 R2) as attachment in case there is interest.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 4:33 pm
Jeff Moden (9/20/2012)
opc.three (9/20/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 4:26 pm
only4mithunc (9/7/2012)
But here in our case we are not sure of the out put column names. Based on the parameters what we pass to the SP, the out put...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 4:07 pm
Jeff Moden (9/20/2012)
opc.three (9/20/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 3:41 pm
SSIS Email Source Adapter by Pragmatic Works
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:59 pm
Third-party tools or Script Task.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:58 pm
Measure total server memory used by SQL Server:
SELECT cntr_value / 1024.0 AS TotalServerMemoryMB
FROM sys.dm_os_performance_counters
WHERE counter_name = 'Total Server Memory (KB)';
For physical (if VM host is stealing) and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:57 pm
What is running your SSIS package? A job?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:50 pm
Extended Events session that writes to a file? The volume should be low enough that you can get away with later writing the file to a table or load up...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:45 pm
stevro (9/20/2012)
Where did you find this? I don't think that is true at all. The rollback would remove the table.
begin transaction
select 5 as Col1 into SomeSillyTable
rollback transaction
select * from SomeSillyTable
Yes,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 2:33 pm
moving-parts
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 1:48 pm
Why let the package that checks for the record exit? Just let it run. This way you would only need on SSIS package.
There are lots of options but here are...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 20, 2012 at 11:28 am
Viewing 15 posts - 3,121 through 3,135 (of 7,164 total)