Viewing 15 posts - 136 through 150 (of 2,635 total)
Use method 2 described in this article to transfer logins: http://support.microsoft.com/kb/246133. As for jobs and schema, it's so much easier to script them in SSMS or Enterprise Manager that...
March 25, 2010 at 9:48 am
In SSMS, expand the database, Security, Users, properties of the user you want to delete. The General pane of user properites shows the schemas owned by the user. ...
March 25, 2010 at 9:29 am
Please post the error message.
March 19, 2010 at 9:45 am
sa won't be able to access files since it's a SQL Server login. Just grant permissions on the file to FNS\SYSTEM.DTSRun.
March 16, 2010 at 11:55 am
You're probably using Windows Authentication in your Transform Data task. When you run the package it uses your login and you have permission to access the flat file, so...
March 11, 2010 at 10:01 am
I don't understand your question. Would you elaborate please?
Thanks
March 10, 2010 at 9:16 am
Like I said, sa has the same privileges as the SQL Agent account so we didn't have to do anything special for permissions.
It's a bad idea to logon...
March 4, 2010 at 9:40 am
John Paul-702936 (3/3/2010)
Just want to know if any of the Step a,b,c,d fails .. need to get failure message ... it should not pass...
March 4, 2010 at 9:35 am
We used to make the SQL Agent account, which is a domain account, the owner of all jobs and it almost always worked well. However, when the SQL Server...
March 3, 2010 at 10:26 am
That will work. You could also use a Send Mail task in DTS if you have MAPI on the server.
March 3, 2010 at 10:06 am
Have you seen this one? http://www.sqlservercentral.com/scripts/SQL+Server+7%2c+2000/61878/. I've used it to document some of my instances.
March 2, 2010 at 3:46 pm
SQLAgentUserRole works if you want a non-admin to run a job. The drawback, in my mind, is that the user can also modify or delete the job.
An...
March 2, 2010 at 9:17 am
1- The objects are created in the current database, not master.
2- Any user with access to the database can create a diagram.
In addition, the diagram is only viewable by it's...
March 1, 2010 at 2:19 pm
The objects are dbo.sysdiagrams, dbo.upgraddiagrams, dbo.helpdiagrams, dbo.helpdiagramdefinition,dbo.sp_creatediagram, dbo.sp_renamediagram, dbo.sp_alterdiagram, and dbo.sp_dropdiagram.
They're created when a member of syadmin or a member of db_owner answers yes to the install question. ...
February 26, 2010 at 9:51 am
Just substitute R2\501253666 for DOMAIN\NEWLOGIN. Repeat the two statements for each login and run the script in a query window in SSMS
February 24, 2010 at 5:28 pm
Viewing 15 posts - 136 through 150 (of 2,635 total)