blog.dgta.co.uk
Musings on Data, Data Management and SQL Server: December 2013
http://blog.dgta.co.uk/2013_12_01_archive.html
Musings on Data, Data Management and SQL Server. Friday, 13 December 2013. Learn how to unit test your databases from the comfort of your desk! Following on from my previous posts on tSQLt. I've recorded a training course. For Pluralsight which goes through how to use tSQLt. To unit test your databases, to give you confidence in your database code. Offer a 10 day free trial of their service, so you can try before you buy. My three hour course. To see the course, or the detailed list of content, click here.
drewsdevelopmentblog.blogspot.com
DevSandbox: tSQLt - Database Unit Testing for SQL Server
http://drewsdevelopmentblog.blogspot.com/2015/05/tsqlt-database-unit-testing-for-sql.html
Monday, May 18, 2015. TSQLt - Database Unit Testing for SQL Server. TSQLt - Database Unit Testing for SQL Server. WPFpedia.com (The WPF Resource Guide) - Recent Posts. TDD for ASP.NET MVC, Part 3: Contact Service Class. Diagnostic Tools debugger window in Visual Studio . Announcing Azure SDK 2.5 for .NET and Visual Studi. Oh, CRUD … Its Test-Driven Development for ASP.NE. TSQLt - Database Unit Testing for SQL Server. Picture Window template. Powered by Blogger.
drewsdevelopmentblog.blogspot.com
DevSandbox: May 2015
http://drewsdevelopmentblog.blogspot.com/2015_05_01_archive.html
Friday, May 22, 2015. TDD for ASP.NET MVC, Part 3: Contact Service Class - Visual Studio Magazine. TDD for ASP.NET MVC, Part 3: Contact Service Class - Visual Studio Magazine. Monday, May 18, 2015. Diagnostic Tools debugger window in Visual Studio 2015 - Microsoft Application Lifecycle Management - Site Home - MSDN Blogs. Diagnostic Tools debugger window in Visual Studio 2015 - Microsoft Application Lifecycle Management - Site Home - MSDN Blogs. Labels: Visual Studio 2015. Labels: ASP .NET.
philhelmer.com
Testing | SQL on the Brain
http://www.philhelmer.com/tag/testing
SQL on the Brain. How Test Data Builders Help You Sleep. April 9, 2015. This isn’t a full-on sales pitch for data builders. Rather, it is only a testimonial of how they make my life easier. Some developers have to start with an empty database. Others have some minimally-populated db that they add to on an as-needed basis. Still others can use a scrubbed copy of production data, which is excellent for judging what the execution plans will be. This isn’t about the ACID. That you only need to supply values ...
philhelmer.com
Testing | SQL on the Brain
http://www.philhelmer.com/category/sql-server/testing
SQL on the Brain. Test Data Builders at SQL Saturday Las Vegas (Sept 12). September 10, 2015. At SQL Saturday Las Vegas. Sept 12, 2015), I’ll be presenting about test data builders. I’ve attached the slide deck and demo files to this post for your convenience. They’re also available directly from the SQL Saturday site, just visit my session summary. Building Your Way to Better Database Testing – Phil Helmer – SQL Saturday LV 2015 #436.zip. Click to email this to a friend (Opens in new window). You will a...
philhelmer.com
Phil Helmer | SQL on the Brain
http://www.philhelmer.com/author/philhelmer
SQL on the Brain. All posts by Phil Helmer. Summit15 Guidebook is out / Argenis Without Borders 2.0. October 23, 2015. If you’re attending the PASS Summit. Next week in Seattle, there is a must-have item to pack onto your phone: the Guidebook. App It’s a one stop shop for all things Summit in a neat little package. If you don’t have an Android or iPhone, you can still access the same content via web browser. And karaoke party on Tuesday. On another Summit note, Argenis Without Borders 2.0. Click to share...
sqlhint.com
SQL Server how to | SQLhint
http://sqlhint.com/sqlserver/how-to
Skip to main content. Your hints about SQL Server. Scaling Out SQL Server. SQL Server Index and Statistics Maintenance. The Curse and Blessings of Dynamic SQL. SQL Server connection strings. Paul S. Randal blog. SQL Server Backup, Integrity Check, and Index and Statistics Maintenance. SQL Sentry Plan Explorer. How to find space used by each column in a table. 10240/1024.0 As '. MB FROM dbo.MyTable'. Read more about How to find space used by each column in a table. Number of pages in a table. FK MyReferen...
datacentricity.net
Unit Testing Databases with tSQLt Part 12 – Unit Testing Views
http://datacentricity.net/2012/10/unit-testing-databases-with-tsqlt-part-12-unit-testing-views
Unit Testing Databases with tSQLt Part 12 – Unit Testing Views. By Greg M Lucas. We delved into mocking stored procedures and explored how to populate output parameters or add a row to a table when faking a procedure. In this post, we will look at views, including writing tests against the views themselves and also how to mock a view that another object under test depends upon. Testing a Simple View. CREATE PROCEDURE [ViewTests].[test OrderItemView calculates correct value] AS BEGIN -! Test Case Summary:...
zogamorph.blogspot.com
Steven Wright Blog: July 2014
http://zogamorph.blogspot.com/2014_07_01_archive.html
A collection of notes and findings. Integrating tsqlt with SQL Server Data Tools. As mentioned in a previous post. I've recently been working with a SQL Server unit test framework: tsqlt. I would like to share how I managed to integrate the framework and unit test into my project life-cycle. The tsqlt framework has a few requirement which are as follows. CLR is enabled on the SQL Server. The framework and the unit test are contained within the same database of the objects which are being tested. The tsql...
SOCIAL ENGAGEMENT