Viewing 15 posts - 1,456 through 1,470 (of 1,640 total)
Thanks all.
When you say you use GUI to change dbowner, how do you do that?
Thanks
April 13, 2011 at 10:01 am
So what you do is a simple step like below:
USE dbname
EXEC sp_changedbowner 'sa'
Is that correct?
April 12, 2011 at 5:32 pm
Thank you. Sorry I didn't make it clear.
I do use my window authenticated login- my own username to create databases.
What I mean is if the database is created in the...
April 12, 2011 at 3:11 pm
This is very helpful. Let me study what you said, it may take me a little bit to totally understand this. Thank you.
April 11, 2011 at 9:29 pm
Also I think this is also related with job owner.
Does sql agent job run in the context and permissions of the SID, or of the service account, or job owner?
April 11, 2011 at 12:06 pm
Still a little confused, so when a sql agent job runs, it runs as the SID, or runs as the service account we use?
In our case we have two servers...
April 11, 2011 at 12:04 pm
I checked this is a window 2003, 32 bits, 2 gb memory.
The memory setup uses the default of sql server.
Thanks
April 10, 2011 at 11:00 pm
Thank you all.
So even the sa account is disabled, I can still change the job owner or database owner to sa account, is that correct?
If so, just curious how...
April 10, 2011 at 10:20 am
Thank you, it helps a lot.
Can I find this any where documented in SQL book online, would like to find more details.
April 10, 2011 at 3:21 am
We do monitor 30% too.
So inow I know if space is run out on database data, log drive, database will crash.
How about backup drive?
Thanks
April 9, 2011 at 12:01 pm
Please help me to understand what you said, i found all these little helpful tips and I save it in text files, but it's hard to pull quickly out when...
April 8, 2011 at 4:07 pm
And I see in sql server 2008 there is a sql agent service account, NT AUTHORITY\SYSTEM.
Is it better to change job owner to this account?
April 8, 2011 at 3:31 pm
Thanks all.
So first I do need to enable sa account, correct?
For maintenance plan, I found that you have to change owner to the plan too, if you only change job...
April 8, 2011 at 3:22 pm
Thanks, the article helps a little bit.
So if there is no tie in, then if we use that domain account which run sql agent service for other purpose for example...
April 8, 2011 at 2:56 pm
Viewing 15 posts - 1,456 through 1,470 (of 1,640 total)