Viewing 15 posts - 106 through 120 (of 141 total)
Thanks for your help, but I found the problem. It said there was a table that was owned by that user even though it didn't appear that way, so I'm still confused. ...
January 21, 2005 at 5:54 am
I tried that and I still get the same error. I even ran sp_MShasdbaccess to see if there it had ownership of anything and it doesn't.
January 21, 2005 at 3:05 am
Thanks for the help, but I discovered the user error . For some reason on one server the script required an osql statement but...
September 7, 2004 at 9:14 pm
You're a legend. Server had set up permissions on the security section but not the actual permission for the SQL login.
Thanks, it works perfectly now
September 5, 2004 at 9:29 pm
I've tried backing up manually and it still doesn 't work. I thought it might be the script so I ran it on a server that does backup properly and...
September 5, 2004 at 4:35 pm
I'm trying to set up a maintenance plan. The start up account has full access to the remote server. I can't see the difference between the previous server which worked...
September 3, 2004 at 6:47 pm
Yep!
"The backup directory is invalid. Are you sure that is what you want?"
September 3, 2004 at 2:50 am
Cool, thanks everyone. I have just got a new SQL server and have moved my databases and still had the problem.
I did what Karl suggested and the file name was...
September 3, 2004 at 1:37 am
The path is fine, I've already checked that. I was wondering if the old path was still being referenced in another table or database.
September 1, 2004 at 2:18 am
All I'm doing is the optimisation checks through EM. It's just a maintenance plan set up through the GUI. I ran that script but I'm not sure what I should...
July 30, 2004 at 7:43 pm
Thanks for that.
These are also the only reasons I found, I just thought there had to be more to it considering the cost involved.
July 27, 2004 at 5:26 pm
Thanks for that, you gave me the right idea. I tried this and it still didn't work.
update DT_Users
set Firstname = A.givenName
, LastName = A.sn
, Company = A.company
...
July 21, 2004 at 7:20 pm
O.K, I've tried a new tactic, but I'm still coming up with an error, here's the script followed by the error message. Any help is grateful.
EXEC sp_addlinkedserver
'ADSI',
'Active Directory...
July 21, 2004 at 7:41 am
Viewing 15 posts - 106 through 120 (of 141 total)