i've done the keyword search in this forum, and i've gone all through BOL...
i have a DTS package that i created with the wizard (i hate that stupid wizard), which copies 15 tables from my production database to my test database
this is an elaborate, painstaking procedure (i hate that stupid wizard) because for each of the 15 tables i'm copying, i have to
- drag the side of the column beside the source table to expand it
- click the checkbox beside the source table
- drag the side of the column beside the destination table to expand it
- click inside the destination table name and add a prefix (in effect changing the table name)
- click inside the little [...] button beside each destination table name
- in the window which pops up,
- click the radio button for Create destination table
- click the checkbox for Drop and recreate destination table
- click OK
make one mistake and you might as well start over (i hate that stupid wizard)
that's a lot of clicking, made all the more cumbersome because the stupid window where you select tables is not resizable (hence you have to drag the columns apart just to read them)
okay, after much trial, and yes, much error, i finally have a package that runs, and copies all 15 tables off production
now i want to take that package and run it not into my test database, but my integration database
souce database and tables identical, destination database different, but tables named the same (all owned by dbo)
you would think that this would be a simple, search n replace type of change, right?
any suggestions? because even when i open the package in Design mode, with all those stupid diagrams, how do i make a wholesale change like that? seems i have to right-click on every piece, and there's 4 pieces to every step -- drop, create, connection 1, connection 2
editing in Design mode seems even more cumbersome than just starting the wizard and defining it from scratch
what sort of GUI-crazy person designed these interfaces anyway? why make the assumption everybody uses a mouse and loves to click, click, click? and while i'm ranting, why can't i change the stupid 8-point fonts so that i can read them?
the packages themselves, once they're set up, they run really well, i'm very pleased with that part
but defining them is a monstrous pain in the ass
aren't there any third party tools or something to make this a bit easier, especially cloning a package which is identical in all aspects except the target database name?
rudy
i have a DTS package that i created with the wizard (i hate that stupid wizard), which copies 15 tables from my production database to my test database
this is an elaborate, painstaking procedure (i hate that stupid wizard) because for each of the 15 tables i'm copying, i have to
- drag the side of the column beside the source table to expand it
- click the checkbox beside the source table
- drag the side of the column beside the destination table to expand it
- click inside the destination table name and add a prefix (in effect changing the table name)
- click inside the little [...] button beside each destination table name
- in the window which pops up,
- click the radio button for Create destination table
- click the checkbox for Drop and recreate destination table
- click OK
make one mistake and you might as well start over (i hate that stupid wizard)
that's a lot of clicking, made all the more cumbersome because the stupid window where you select tables is not resizable (hence you have to drag the columns apart just to read them)
okay, after much trial, and yes, much error, i finally have a package that runs, and copies all 15 tables off production
now i want to take that package and run it not into my test database, but my integration database
souce database and tables identical, destination database different, but tables named the same (all owned by dbo)
you would think that this would be a simple, search n replace type of change, right?
any suggestions? because even when i open the package in Design mode, with all those stupid diagrams, how do i make a wholesale change like that? seems i have to right-click on every piece, and there's 4 pieces to every step -- drop, create, connection 1, connection 2
editing in Design mode seems even more cumbersome than just starting the wizard and defining it from scratch
what sort of GUI-crazy person designed these interfaces anyway? why make the assumption everybody uses a mouse and loves to click, click, click? and while i'm ranting, why can't i change the stupid 8-point fonts so that i can read them?
the packages themselves, once they're set up, they run really well, i'm very pleased with that part
but defining them is a monstrous pain in the ass
aren't there any third party tools or something to make this a bit easier, especially cloning a package which is identical in all aspects except the target database name?
rudy