Viewing 15 posts - 2,041 through 2,055 (of 7,164 total)
I would do this in two steps:
1. Run an Execute SQL Task to retrieve the max ID from the destination table and store the result in a variable.
2. Run a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:11 pm
You can select values from your table into a Variable of Type Object using an Execute SQL Task. Then you can iterate over that Variable using the ForEach Loop Container...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 4:58 pm
DB_Newbie2007 (2/11/2013)
1) The account that is configured to run SQL Server Agent service....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 12:31 pm
DB_Newbie2007 (2/11/2013)
The job is actually run with a custom higher level account with full permissions in every database. Yes, it has full SA permissions... again, please no...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 11:00 am
You will need 30 different Source and Destination combinations in your SSIS Package. Given how Excel work and the fact that concurrent access is not a good idea I would...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 10:56 am
Any proxies in play?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:36 am
nedneu (2/10/2013)
my project started 2 months ago, and alalready'i'mransferring over 100 tables on each process i run to the DWH.
i'll probably reach 200-300 tables pretty soon (a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:34 am
A SQL Agent Alert that leverages WMI could run a Job for you. Lookup SQL Agent Alerts and the WMI Event Class __InstanceCreationEvent.
You could also do this a few different...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:29 am
I am not sure how you could alert based on one specific query causing 80% CPU use because SQL Server abstracts a lot of that but you could get a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:23 am
Rob Schripsema (2/5/2013)
I almost wish you had thrown in an option of '2012-04-01 10:00:00.000' to spice up the thinking a bit more. Of course, then I probably would...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:14 am
Nice question.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 7:08 am
When you say "crashed" what do you mean? Is the tran log backup file corrupt and unable to be restored? Where are you trying to restore this backup?
Are you...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 6:57 am
Some DDL yes, but nothing by default for DML. You would have had to have a Trace running to capture the DML activity.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 6:53 am
Nice. I figured there was something else up your sleeve otherwise you would not have said anything. That could be handy for some as it relates to their ability to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 11, 2013 at 6:51 am
I could be wrong because I do not do much of this type of programming but I think xp_dirtree will only get you the list of directories however not the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 10, 2013 at 8:38 pm
Viewing 15 posts - 2,041 through 2,055 (of 7,164 total)