Viewing 15 posts - 196 through 210 (of 347 total)
I took a different approach and here is how I set up my service account.
service account is a domain user account.
the login is added to the USER group on the...
September 3, 2004 at 1:02 pm
Big boy,
I do my stuff like DAB's way too because I manage more server then you and more databases. I also have a job...
September 3, 2004 at 12:51 pm
I had similiar problem earlier and what we had to do was reinstall the latest NT/Windows service pack on the same server and it all came back.
mom
July 13, 2004 at 9:19 am
how about try to uninstall sql 2000. After uninstall, make sure go to c:\program files\microsoft\sql server and delete everthing in SQL Server folder so that there is no leftover stuff...
June 23, 2004 at 11:03 am
How about backup database 1st and then truncate the log?
mom
June 9, 2004 at 11:37 am
hm... this is an interesting issue. What type of Sys Admin are we talking about. Our NT sysadmin are not allow to get into SQL Server. They have no rights...
June 7, 2004 at 9:35 am
sp_changedbowner will change it back to what you need. I would check with your co-worker first before making the change because at where I am, it depend on what is...
May 28, 2004 at 12:42 pm
Correct me if I am wrong, I think EventLog would show you the information you need. You won't be able to find it in Sql server errorlog.
mom
May 28, 2004 at 12:40 pm
Interesting question, here we have a group of DBAs that has SA's privelege and 5 or more group of DBAs that does development work and has no SA's privelege, yet...
May 28, 2004 at 11:50 am
1st. I am not sure what type of backup you are doing. Let's get you going by creating a new backup device.
USE masterEXEC sp_addumpdevice 'disk', 'mydiskdump', 'c:\dump\dump1.bak'
after you create the...
May 19, 2004 at 9:55 am
I am confused. Let me clearify what you are trying to tell us. OK, you made a copy of production database and put it on test servers.
1. You remove users...
May 19, 2004 at 9:46 am
It is a good start with trace, by doing trace you find out what your application use as login, based on the login you could go into the actuall database,...
May 19, 2004 at 9:38 am
Congratulation on both the baby and the promo. I am sure everything will be fine. As far as leaving development I know the feeling. I used to missed being development...
May 14, 2004 at 11:00 am
Here is what I usually do when I got that type of error.
Try
EXEC sp_revokedbaccess 'Corporate\GeorgeW'if the user own objects, you would have to change ownership of that table,view,stored proc...
May 13, 2004 at 5:34 pm
Don't your company has spare server? I don't like playing the way your NT Admin is function because you could risk losing data, corupting database and no backups. I haven't...
May 13, 2004 at 2:02 pm
Viewing 15 posts - 196 through 210 (of 347 total)