Viewing 15 posts - 16 through 30 (of 90 total)
Yes, you can script these. Manually scripting 100 or so would be pretty monotonous. Why don't you write a little VB using the SQL Server API to script them all?...
October 14, 2008 at 11:10 am
I assume you mean running the jobs as yourself, manually when you say they work when running seperately.
Is it possible that the job owner doesn't have sufficient privileges to run...
October 14, 2008 at 11:07 am
I've been through this before with one company I worked at. In the end, the DBA and Server teams settled on an account with these privileges that we could "check...
October 14, 2008 at 10:55 am
Have you tried: "Be made using the login's current context" and then have a user who has sufficient permissions on both servers (Probably you) tried to browse the linked server...
October 10, 2008 at 11:09 am
Yes, it does. I looked in SQL 2k5 and 2000 BOL and couldn't find the amount, for some reason I thought it might be 4 bytes but I can't remember...
October 10, 2008 at 10:52 am
I'm going to need more details. Just to confirm, are you using SQL Server 2005?
What do you have listed in your security tab? Did you set anything up?
What server type...
October 10, 2008 at 10:00 am
Hi there,
If I read your post right, it looks like you are trying to set up a linked server using Builtin\Administrators as an account. (Correct me if I'm wrong)
Builtin\Administrators is...
October 8, 2008 at 9:53 am
Is there any reason you aren't running them in Query Analyzer or SSMS? (You didn't indicate a version) Are you trying to automate the process or is this a one...
October 8, 2008 at 9:30 am
Agreed what I'm suggesting is only as a last resort. I've seen companies send people on planes with backup tapes to do this before...
October 8, 2008 at 8:06 am
Steve,
Agreed, its a pretty tall task and what you suggest is by far preferred over what I'm suggesting.
If yulichka compresses it with a backup compression tool such (Redgate, Quest, Idera,...
October 8, 2008 at 7:33 am
Ok, thats what I suspected. The owner of the DTS package isn't important in this case, its the job owner that is.
From Enterprise Manager open Management | SQL Server Agent...
October 7, 2008 at 1:00 pm
Thats better. 🙂
Out of curiosity, why do you want to change the owner of the package? As far as I know this doesn't actually mean anything.
Chris.
October 7, 2008 at 12:42 pm
Hi,
Can you provide specifics? I'm not sure what you mean by "database package."
Are you trying to change the owner of a Database, a DTS or SSIS package or a...
October 7, 2008 at 12:32 pm
Here's how I remove the free space from a database. This is a logged operation so I switch to simple mode before I run it.
dbcc shrinkfile([data file name], [Desired size])
You...
October 7, 2008 at 11:45 am
Do you mean, can they shrink the database with users in it?
October 7, 2008 at 11:24 am
Viewing 15 posts - 16 through 30 (of 90 total)