Viewing 15 posts - 14,791 through 14,805 (of 19,564 total)
Another consideration is along the lines of security. If your DBA needs access to the server and you have them combined with the domain controller, you have a precarious...
April 16, 2010 at 8:37 am
You can do any of the following.
1. Add them individually
2. Have them added to a new AD Group, add that group to the server and then deny access.
3....
April 15, 2010 at 11:36 pm
First verify the free space in the logfile. Then, if the logfile is largely made up of free space - you can shrink it. Use DBCC Shrinkfile.
Second, verify...
April 15, 2010 at 11:32 pm
Thanks for posting that resource.
April 15, 2010 at 11:25 pm
Awesome question Ron. This information is extremely useful.
April 15, 2010 at 9:28 pm
In this scenario you do not want to use sp_help_revlogin. That would recreate the the prod user with the prod password if the login did not exist on the...
April 15, 2010 at 9:20 pm
Steve Jones - Editor (4/15/2010)
So much for "ignore this"
Put up a sign and say " DO NOT ENTER" and more than likely we will go in - inquiring minds. 😀
April 15, 2010 at 5:03 pm
Steve Jones - Editor (4/15/2010)
April 15, 2010 at 5:02 pm
Notice that the time stamp is different for each request. Each of these requests is a new request from the same connection. The CPU would be specific to...
April 15, 2010 at 4:53 pm
Hmmm interesting.
http://www.dba-oracle.com/oracle_tips_intelligent_10g_DBA_maintenance.htm
Oracle provides maintenance tools to help do that, but they also say that you must do regular maintenance anyway.
Essentially the way it works is the management tools will do...
April 15, 2010 at 4:38 pm
After you restore the database, you need to fix the orphaned users. The test server will have different SIDs than the prod database.
April 15, 2010 at 4:32 pm
It is possible (Small Business Server does the same sort of thing), but I would never do it.
Why? Same reasons as already listed.
April 15, 2010 at 4:27 pm
Viewing 15 posts - 14,791 through 14,805 (of 19,564 total)