Viewing 15 posts - 2,311 through 2,325 (of 6,038 total)
mjh 45389 (9/6/2016)
September 6, 2016 at 11:17 am
'ABC Lickers' is probably an entirely different business.
September 6, 2016 at 11:11 am
Here in the US, local state laws can limit non-compete agreements or subject them to a restricted interpretation. Whether a court will uphold a disagreement depends on whether the NCA...
September 6, 2016 at 8:46 am
PowerShell is essentially a system integration tool. It needs to be: robust in terms of features, portable, easy to use, and broadly accepted (a large user base). It seems to...
September 6, 2016 at 8:03 am
There are plenty of good high paying DBA opportunities out there. Reading the original post, it seems like you are primarily a DBA who moves between contract assignments. It's possible...
September 6, 2016 at 7:50 am
If we're talking about error logs, then one major issue with containing the log records within the database is that, if the database is down, then you don't have access...
September 6, 2016 at 7:37 am
I was in the market last year. There are positions open that, at least based on job description, could only be filled by a senior level DBA / Datbase Developer,...
September 2, 2016 at 12:53 pm
The following will tell you who and what is currently in TEMPDB and has contributed to it's growth. You'll have to dig deeper to determine why.
USE TEMPDB;
-- TEMPDB allocated...
September 2, 2016 at 10:50 am
2,000+ small remote retail POS instances get transactionally replicated to four larger on-presises replicas, which get consolidated into one big ODS, which gets partially replicated for reporting purposes to various...
September 2, 2016 at 9:52 am
ChrisM@Work (9/2/2016)
GilaMonster (9/2/2016)
September 2, 2016 at 9:32 am
We use Thycotic SecretServer as our enterprise password and key vault solution. It supports domain and two-phase authentication. Looking at this architecture document, it appears the product does use SQL...
September 2, 2016 at 7:06 am
ThomasRushton (8/31/2016)
Eric M Russell (8/31/2016)
September 1, 2016 at 6:55 am
Talking about users creating databases, I assume we're really just talking about the development envrironment here, and when it comes time to deploy to production, you can adust the file...
September 1, 2016 at 6:49 am
I've never used it, but there is this Enterprise feature called 'Policy Based Management' whereby you can setup rules that govern things like server and database settings or even object...
August 31, 2016 at 12:01 pm
Sean Lange (8/31/2016)
Eric M Russell (8/30/2016)
August 31, 2016 at 9:32 am
Viewing 15 posts - 2,311 through 2,325 (of 6,038 total)