Viewing 15 posts - 916 through 930 (of 1,999 total)
Agreed. Elasticity rather than cost is very often the clincher when it comes to cloud. But whether cloud or on-prem it seems to me that most of the...
August 19, 2019 at 8:06 am
However, while that is certainly true and very valuable to companies of that size, most companies will never come close to needing the requirements that Amazon, EBay, and...
August 16, 2019 at 9:12 am
I check almost everything I can think of every day.
we used to call it a daily health check.
Every day I add a new check to the job and export the...
August 15, 2019 at 1:19 pm
all of the important innovations in data management over the last 6-10 years have happened outside the core "SQL DBMS" space. I suspect that will continue to be the...
August 15, 2019 at 12:14 pm
HIERARCHYID... ridiculous compared to what it could have been.
MERGE... lots of problems for years and is reportedly still slower than writing an UPSERT.
RECURSIVE CTEs... slower than a speeding WHILE loop.
lol.....
August 15, 2019 at 9:30 am
It is because they are successful. DBA aren’t skillful enough to take it to that level and develop an installer or whatever is needed so they are no longer...
August 15, 2019 at 9:19 am
I know it sounds simple, but I use Amazon AWS and Azure servers for my home lab
I Have a work provided MSDN and Amazon account. I can log on using...
August 15, 2019 at 9:02 am
Once the system is in production, it becomes very hard to change anything, from security to code, without lots of testing and approvals. I find that often trying to work...
August 15, 2019 at 8:33 am
if you set your profiler trace to write to a table rather than a file but don't execute it, ...just script it out
once you create the trace in script form...
August 13, 2019 at 3:35 pm
profiler might be better for this since you want the sql text
i'm assuming it's a data change not a structure change you are auditing? if it's a structure (DDL) change...
August 13, 2019 at 2:35 pm
I've found with Transactional replications I've measured our on premise database in England replicated to an azure database in Ireland at normally 6 seconds
1-2 seconds from publisher to distributor and...
August 13, 2019 at 11:10 am
I tried this once using mirroring with snapshots... the report started the snapshot which worked really well.
except.... we had to run 2 16 core enterprise editions. (you couldn't run the...
August 12, 2019 at 10:55 am
for 20 seconds latency I cannot see anything but transactional replication working....
Grant - feel free to give me another option as I'm out of ideas for a system to get...
August 12, 2019 at 8:08 am
That something compiles or does not throw a syntax error is hardly the same thing as unit testing. That is the bare minimum lazy developers do to say...
August 5, 2019 at 7:58 am
Excellent post, Steve. What we need now is someone that's an expert in QA or an expert system designer to provide people that write requirements with knowledge and techniques...
August 5, 2019 at 7:45 am
Viewing 15 posts - 916 through 930 (of 1,999 total)