Viewing 15 posts - 1,126 through 1,140 (of 2,635 total)
Dev,
Check out DTSBackup 2000 at http://www.sqldts.com/242.aspx. It will copy all the packages in an instance. The "direct transfer" method will preserve the package layout.
Greg
April 2, 2008 at 8:50 am
Hi,
Please be more specific about what you need help with. It would be nearly impossible for anyone to give you details about everything you need to do to get...
Greg
April 2, 2008 at 8:39 am
So developers need to edit packages they don't own? I think package passwords work the same for legacy packages in SQL 2005 as they did in SQL 2000. ...
Greg
April 1, 2008 at 11:22 am
Is the ProtectionLevel of the called package set to "ServerStorage"?
Greg
April 1, 2008 at 9:23 am
Are these DTS packages or SSIS packages? Are they stored in SQL Server or in the file system?
Greg
April 1, 2008 at 9:09 am
In my experience, a "hot" backup is one made while the database is available for use as opposed to the database being closed and unavailable ("cold" backup).
I learned...
Greg
April 1, 2008 at 9:06 am
You're asking an Oracle question on a strictly SQL Server forum. You may get lucky and get help from someone here who works on both platforms, but you're more...
Greg
March 28, 2008 at 9:32 am
Yet another reason to have multiple instances on a single physical server is you can reduce your hardware inventory. We have a development instance and a demo (QA) instance...
Greg
March 28, 2008 at 9:26 am
You'd use the same update statement execept change the WHERE clause to
where owner = 'DOMAIN\Old_User'
As I said earlier in the thread, I've never had a package revert to a...
Greg
March 27, 2008 at 10:11 am
Check to see if the login that runs SQL Server Agent as permission to open the Access database. When a package is run from a job, it will use...
Greg
March 26, 2008 at 3:31 pm
El barto (3/26/2008)
Hi,One additional question... Is there a way when importing records using DTS to capture the line that the process fails on?.
If you're using a Transform Data...
Greg
March 26, 2008 at 9:19 am
Maybe if they're members of db_owner in msdb, but I haven't tried that. Permissions in msdb don't work exactly like those in user databases.
Greg
March 26, 2008 at 9:01 am
We're talking about legacy DTS package, right? Members of Sysadmin and package owners can still save versions of packages in SSMS. Others would have to have execute permissions...
Greg
March 25, 2008 at 10:48 am
Matt Miller (3/20/2008That may be a 2005 vs 2000 thing. I saw DTS package and I automatically went back to EM. I will have to check a 2005...
Greg
March 21, 2008 at 9:57 am
The only discounts I've heard of are volume licensing. http://www.microsoft.com/sql/howtobuy/editionspricing.mspx
Greg
March 21, 2008 at 9:47 am
Viewing 15 posts - 1,126 through 1,140 (of 2,635 total)