Viewing 15 posts - 1,936 through 1,950 (of 4,272 total)
Rewrite the whole script, it will be less trouble moving forward.
There are far too many differences for it be worth fixing in 99% of the cases.
CEWII
July 21, 2010 at 3:20 pm
How about you go to the Notifications tab in the Job, check the box next to email, chose the operator and then select When the job completes.
Easy.
CEWII
July 21, 2010 at 2:36 pm
Easiest way would be to build an SSIS package that walks through a list of servers using a for-each loop and using expressions replaces the server name in the connection.
I...
July 21, 2010 at 2:30 pm
Unfortunately I agree with everything. Re-write is your only option. You might be able to cut and paste some raw code between but not objects.
CEWII
July 21, 2010 at 2:04 pm
Then some group that the user is a part of has like been DENY'd access to the table. Look for any DENY permissions on it.
DENY permissions override all GRANTs.
CEWII
July 21, 2010 at 2:03 pm
anil702 (7/15/2010)
and the same package if he run on production time span is more than 2 hours
package is...
July 21, 2010 at 2:01 pm
I don't think so, the Integration Services service is little more than a method of accessing the list of known packages and a method to execute them. In the...
July 21, 2010 at 12:10 pm
Vernon Jimmerson-306463 (7/14/2010)
July 14, 2010 at 3:40 pm
anand_vanam (7/10/2010)
July 14, 2010 at 10:31 am
I'm with Phil, thats all you need, and it is EASY to setup.
CEWII
July 7, 2010 at 3:12 pm
Once you have some connectivity to notes then you can use the ODBC connection in SSIS, but you need to get that in place first.
You might look and see what...
July 7, 2010 at 3:10 pm
You might just use the Import/Export wizard and save the package for a single table..
DTS 2000 experience is good, but it only helps a little in SSIS which does almost...
July 7, 2010 at 10:12 am
You need to be sure what user the SQL agent is using, you can us the control panel Services application to figure that out. Then you need to check...
July 7, 2010 at 10:01 am
There should be a max error count propert on the container, you can turn that up and it should continue.
CEWII
July 7, 2010 at 9:57 am
You basically have to rewrite it. Scripts are one of the things that the upgrade wizard doesn't really do anything with.
Sorry.
Also, did you get an...
July 7, 2010 at 9:55 am
Viewing 15 posts - 1,936 through 1,950 (of 4,272 total)