Viewing 15 posts - 1,261 through 1,275 (of 2,636 total)
Do you still have the old package? If you do, open it in DTS Designer and save it with a new name. Then you can open the new...
January 9, 2008 at 11:59 am
I'm a little confused. Early in the thread it sounded like you want to remove the identity property and retain the data, but your last post sounds like you...
January 8, 2008 at 12:13 pm
I don't think so. Nothing has ever broken the dozen or so times I've run sp_changedbowner.
Greg
January 8, 2008 at 10:53 am
When you ran the Package Migration Wizard, it should have asked you to select a package destination, either msdb database in a SQL 20005 instance or a .dtsx file in...
January 8, 2008 at 10:06 am
If your goal is to migrate a database from SQL 2000 to SQL 2005, I suggest using either the backup/restore or detach/attach method. I've never been a big fan...
January 7, 2008 at 5:10 pm
Can you describe how you migrated the packages? Did you copy them from a SQL Server 2000 instance to a SQL 2005 instance? Do you expect them to...
January 7, 2008 at 4:55 pm
We've used Lumigent Log Explorer for about 5 years and I've got no complaints. It's easy to install, the GUI is pretty good and it wil read either active...
January 7, 2008 at 1:03 pm
Another note, since there was a recent thread from someone who was confused about the use of the Package Migration Wizard. It converts DTS packages to SSIS packages rather...
January 4, 2008 at 10:11 am
Hmmm, I'm not sure since sysforeignkeys stores each component column as a seperate row. I'll to some experimenting and post back.
Greg
January 4, 2008 at 9:55 am
I have this same situation. I have the step that checks for file existence go to the last step if the file isn't found. That step sends the...
January 2, 2008 at 4:05 pm
I use this:
/* Generates script for recreating foreign key constraints. Run BEFORE running
DROP statements, that is, while the foreign key constraints still exist.
WARNING: this script does not pickup the...
January 2, 2008 at 3:50 pm
Not that I know of. MS probably didn't think it would be useful to force SQL Server Agent to switch error logs since it archives and overwrites automatically.
Greg
December 31, 2007 at 10:47 am
I don't get how the number of lines of code can tell you anything about the complexity of a package. I would think understanding what the tasks are doing...
December 21, 2007 at 11:39 am
What about backing up to local files and FTPing them to the central location where the tape drive can be used.
Greg
December 20, 2007 at 12:29 pm
I hear you! DTSBackup2000 at least lets you save all the packages to files without having to open each on in DTS Designer. Small consolation with that many...
December 20, 2007 at 12:19 pm
Viewing 15 posts - 1,261 through 1,275 (of 2,636 total)