Browse by Tags
All Tags »
EntropyZero (RSS)
Do you stand out in your organization? Are you excellent at what you do? Are you a team leader? We are hiring yet again and are looking for the very best! Join our team of professional senior level developers as we continue to grow and learn new ways
Read More...
I will start the series with the DELTA_TableExists function that is provided in the deltaHelper script. We have implemented certain guidelines on our team for writing deltas. One guideline required that all delta be repeatable. As you may have already
Read More...
How many times do you have to write a query against the information_schema.tables view before you finally remember the name of it and where that underscore goes? deltaHelpers are a collection of stored procedures and sql functions that are a direct result
Read More...
dataFresh is extremely easy to implement into your test framework. I will demonstrate just how easy it is by blogging a very simple implemenation using a test fixture base class from which all test fixtures should derive. [SetUp] public virtual void Setup()
Read More...