Viewing 15 posts - 541 through 555 (of 611 total)
If your transaction logs are getting big even in SIMPLE Recovery Mode, could it possibly be that you have a great deal of DML occuring without commits? INSERTs, UPDATEs...
March 20, 2013 at 8:11 am
Your Name Here (2/26/2013)
<angels singing>
--->[FREE]<---
</angels...
March 20, 2013 at 8:03 am
Of course it will! It doesn't even need a clean shutdown because every time a SQL Server database starts, it performs a recovery, whether we want it to or...
March 20, 2013 at 8:00 am
The focus for my answer was actually based around the phrase "the absolute need to have SQL Server Logins". Are they truly necessary? In the vast majority of...
March 20, 2013 at 7:53 am
Are the Batch jobs running BULK inserts for example? If so, then for the period of the batch job running you could place the affected database into the Bulk-Logged...
March 20, 2013 at 7:44 am
Actually, it can be faster and more reliable than a backup and whats more it will always be consistent. The reason for that is in what happens when the...
March 20, 2013 at 6:59 am
How big is the mdf file? Can you tolerate a little downtime?
I ask because I find the simplest way is to copy the mdf to the DEV environment and...
March 20, 2013 at 5:03 am
You could also create an SSIS Package very easily to perform the move including the SIDs
March 20, 2013 at 4:50 am
I did miss the post! Never mind! Glad you got it sorted though!
March 20, 2013 at 4:14 am
There is absolutely no design aspect to it at all!
Users are assigned to OUs by your AD Team and are already in your Domain. The only thing...
March 20, 2013 at 4:06 am
Firstly create your user login at the instance-level and map the user to the database you want access to.
Secondly, from the Security tab of the database, assign the user the...
March 20, 2013 at 4:01 am
opc.three (3/14/2013)
March 20, 2013 at 3:54 am
Just to clarify: When you change to mixed-mode authentication from Integrated Security the 'sa' account is by default disabled. If it is enabled then it is because a...
March 20, 2013 at 3:53 am
Additionally, and where possible, I would leave the database with Integrated Security only. I know of very few instances where there is an absolute need to have an SQL...
March 20, 2013 at 3:51 am
Please please please read the documentation, take a course or at least sit down and read a book! Security is the single most important aspect of data management and...
March 20, 2013 at 3:48 am
Viewing 15 posts - 541 through 555 (of 611 total)