Viewing 15 posts - 571 through 585 (of 2,636 total)
I'm able to edit the packages after moving them to the server select "Package Configurations" from the BIDS menu, and edit the configuration file path.
January 14, 2009 at 5:25 pm
Create an operator with multiple email addresses and use that in the job notification. You create operators by expanding SQL Server Agent in SSMS, right-clicking on Operators, and choosing...
January 14, 2009 at 5:17 pm
I move the packages and config files to the server then fix the paths. Don't forget to set the Protection level in the packages to something other than the...
January 14, 2009 at 3:38 pm
Check these:
http://msdn.microsoft.com/en-us/library/ms144245.aspx
http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx
There are also lots of articles on SSC about upgrading and migrating from SQL 2000 to SQL 2005. Just use the search function at the top of the...
January 14, 2009 at 12:54 pm
dtexecui only works for SSIS packages. You have to have the dtsrunui utility to generate DTSRUN commands. If you have an SQL 2000 installation, you should be able...
January 14, 2009 at 12:39 pm
Hansen,
Are you talking about login passwords in connections or owner passwords on packages? It sounds like Adi's vbscript is a good option for changing connections, but I don't know...
January 14, 2009 at 12:25 pm
I agree with Brian about permission for sp_attach_db, but SQL 2000 BOL says only members of sysadmin can execute sp_detach_db (I'm assuming the OP is using SQL 2000).
What method...
January 13, 2009 at 10:44 am
Protection level
Since your client is going to run the package, I suggest using EncryptAllWithPassword because if you use one of the ...UserKey options, only the package creator...
January 13, 2009 at 10:00 am
If the server name is hard coded in the package connection, there isn't a way to change it as you're copying it. You'll have to open each package and...
January 12, 2009 at 9:20 am
In msdb, deny EXECUTE permission to public (and the developer if he's a user in the database) to sp_add_dtspackage.
In early versions of SQL 2000, members of public could create DTS...
January 9, 2009 at 2:16 pm
You can find the all the service accounts by looking at SQL Server 2005 Services in SQL Server Configuration Manager on the server where SQL Server is installed. Look...
January 8, 2009 at 5:10 pm
Gary Minnock (12/11/2008)
However I cannot do this locally? as in on the server where SQL 2005 is installed with the same login??
Do you mean you're trying to connect to the...
January 8, 2009 at 4:02 pm
If you use the syntax that Lowell suggested i.e. "CREATE USER [bob] FOR LOGIN [bob]" the user bob is mapped to the login bob. Otherwise, you end up with...
January 8, 2009 at 3:24 pm
The first thing that comes to mind is that the user isn't being created for an existing login.
January 7, 2009 at 2:35 pm
Check these tutorials:
http://msdn.microsoft.com/en-us/library/ms169917.aspx
http://www.jumpstarttv.com/Channel.aspx?cat=c871236d-8554-42e3-8683-4d422356c0bd
January 7, 2009 at 1:06 pm
Viewing 15 posts - 571 through 585 (of 2,636 total)