Viewing 8 posts - 1 through 8 (of 8 total)
Interesting discussion on the maximum login lengths. My experience:
You can create an AD Login of any size up to the max allowed.
However, if two AD logins that...
July 15, 2016 at 9:39 am
I do think that working with more primitive languages gives you some insight that higher level languages do not. Assembler was essential at one time, even on mainframes. ...
August 15, 2012 at 8:22 am
I have DBA databases on my servers as well. Doing much the same things that others have described. Absolutely essential.
In addition to all the private DBA stuff, we...
July 31, 2012 at 7:04 am
One question I imagine other readers might have, "how would the implementation steps differ, if at all, were both ServerA and ServerB using the same SQL Server Service Account?".
They will...
December 9, 2011 at 6:31 am
Get a RestoreTest server (a VM would be fine) and enough disk space to restore your biggest database (plus necessary overhead).
Then cycle through your servers, restoring the backups...
July 8, 2010 at 9:07 am
Actually, backup compression was announced to be available in Standard Edition of SQL Server 2008 R2, when it is released. Apparently scheduled for sometime in 2010. (Just...
December 18, 2009 at 3:33 pm
You know that I have high regard for your T-SQL understanding.
But, sorry, but I don't think this needs a warning any more than many other sneaky behaviors of...
January 31, 2008 at 1:03 pm
Yes, subtle and the reason that I (almost) never use a constant in the ON. By adding one more row to the original query it becomes clearer:
create table a...
January 30, 2008 at 1:26 pm
Viewing 8 posts - 1 through 8 (of 8 total)