Viewing 15 posts - 4,036 through 4,050 (of 7,164 total)
Please post a screenshot of your Data Flow.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2012 at 11:53 am
You could pre-process the file to append a line number to each line prior to processing the file with SSIS.
You could use a Transformation Script Component as mentioned to add...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2012 at 11:47 am
johnnycash (5/16/2012)
Once again I come in search of your wisdom and guidance. I have an undetermined number of objects in DB A that have a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2012 at 10:44 am
ssurekha2000 (5/15/2012)
user A logs in & selects few records from main table
suppose user B also logs in...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2012 at 10:16 am
Stewart "Arturius" Campbell (5/16/2012)
Consider using the sys.sysprocesses catalogue view
Regarding the use of sys.sysprocesses, please do not recommend or use it for new development unless absolutely necessary. The replacement views are...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 16, 2012 at 10:15 am
I can appreciate the proactive nature of what you're trying to do but I could suggest a different approach. Implement an OnError Event Handler at the package level that logs...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 6:07 pm
One more question... Is undo file is like Checkpoint ?
Maybe in an abstract way in that they both help us arrive at a transactionally consistent database in different scenarios, but...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 3:59 pm
DBA_Dom (5/15/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:54 pm
atfalatitkb (5/15/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:52 pm
You can centralize the password for use by multiple packages using Package Configurations. As far as I know though there is no built-in functionality that will allow SSIS to access...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:36 pm
I am not picking up on the need to use dynamic sql.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:27 pm
WebTechie38 (5/15/2012)
1) Yes, I am using a foreach container.
I have over 80 databases. For debug purposes, I need to stop when the name of the database gets to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:24 pm
jitendra.padhiyar (5/15/2012)
opc.three (5/15/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 2:11 pm
pradeep.mohan (5/15/2012)
Staging table means destination table?
The staging table to which I am referring is a new table you will create in the destination database. It's sole purpose will be to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 12:31 pm
I am curious as to why you want to pass a parameter to a SQL Agent Job. Are you using Agent as a way to execute stored procedures asynchronously?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 15, 2012 at 11:56 am
Viewing 15 posts - 4,036 through 4,050 (of 7,164 total)