Viewing 15 posts - 121 through 135 (of 2,635 total)
The only way I know is to have a DDL trigger enabled for CREATE_LOGIN.
May 18, 2010 at 1:02 pm
That's right. When you create a job, you're the owner, but it executes in the security context of the login that runs the SQL Agent service.
You can create a...
May 18, 2010 at 12:49 pm
Kind of late with this response, but here goes.
I suggest you download and use DTSBackup 2000 written by Darren Green. It's free and it works greate for transferring all...
May 14, 2010 at 10:54 am
RE: The DTSRUN arguments.
/G and what follows it is the package ID. Each package has a unique GUID as it's package ID.
/W "0" specifies that...
May 14, 2010 at 10:49 am
Since we like our databases to be owned by sa, I just run sp_changedbowner 'sa' after the restore.
May 14, 2010 at 10:28 am
bengchoo.kuah (5/13/2010)
1) If we install MSSQL2005 on the same server as...
May 14, 2010 at 9:06 am
I've always been cautious and done side-by-side migrations rather than in-place upgrades, but these should help you:
May 13, 2010 at 9:54 am
Because it runs as a service, not part of a SQL Server instance, you can only connect to it with Windows authentication.
May 13, 2010 at 9:28 am
The AUTHORIZATION argument designates the owner of the role, not permissions. Since a role is a database object, it must be owned by a user or another role.
The role's...
April 22, 2010 at 9:04 am
It should be here: C:\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC
April 13, 2010 at 9:04 am
Is this a Litespeed backup? I haven't seen this error myself, but I googled it and found this thread among others: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=82654
April 13, 2010 at 8:57 am
Another security difference is that you can use the Integration Services roles in msdb to manage permissions on packages stored in SQL Server. They have no effect on packages...
April 12, 2010 at 9:55 am
What do you mean when you say it looks like a different version of the package? Does it have the same tasks and workflows, but the layout is different?...
March 26, 2010 at 9:50 am
Just to verify: did you make the user a member of the role?
March 25, 2010 at 9:51 am
Viewing 15 posts - 121 through 135 (of 2,635 total)