Viewing 15 posts - 196 through 210 (of 231 total)
I've tried this and users still get the following error.
Msg 15153, Level 16, State 1, Procedure xp_cmdshell, Line 1
the xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify...
March 28, 2008 at 11:47 am
I've tried this and users still get the following error.
Msg 15153, Level 16, State 1, Procedure xp_cmdshell, Line 1
the xp_cmdshell proxy account information cannot be retrieved or is invalid. Verify...
March 28, 2008 at 11:47 am
How do you do it for all packages that are owned by domain\xyz, without having to do it one by one? If I use
update sysdtspackages
set owner_sid = SUSER_SID('DOMAIN\New_User'),
owner =...
March 27, 2008 at 9:55 am
Rather than beating my head over this, I did the "unorthadoxed" and changed the system stored proc sp_add_dtspackage.
March 27, 2008 at 9:48 am
That may be the trick having the network guys look at the original paths now.
Thank you so much!
March 26, 2008 at 3:57 pm
Thank you so much! An article is a great idea! 😀
March 26, 2008 at 7:41 am
Yes, this is the Legacy DTS Packages on sql server 2k5. If they are db_owner, do they still need that permission?
March 25, 2008 at 12:06 pm
It works for sa users, not for Windows Authenticated users. 🙁 They get this error.
OLE DB provider "SQLNCLI" for linked server "ServerName" returned message "Communication link failure".
Msg 10054, Level 16,...
March 25, 2008 at 9:39 am
It does have a datetime stamp.
the following code means???
DECLARE @Date DATETIME
--Select last update date
SELECT @Date = MAX(DateUpdated) FROM myTable
--If last update date is less than today
IF @Date > DATEADD(d, -1,...
March 19, 2008 at 12:58 pm
Try to see if any of these solutions help.
http://www.sqlservercentral.com/Forums/Topic455426-146-2.aspx#bm459710
March 18, 2008 at 1:46 pm
Thank you so much all!
March 13, 2008 at 11:48 am
So if we have a cluster and want a DR recovery site, which would be better, Mirroring or Log Shiping. I know mirroring may be easier to set up but...
March 13, 2008 at 9:42 am
i found the answer, I had to create a credential and a proxy. thank you though!
March 7, 2008 at 3:52 pm
Viewing 15 posts - 196 through 210 (of 231 total)