SQL Server - showing extra columns in design view
When designing a table, SQL server has 3 columns (Column Name, Data Type, Allow Nulls), with the rest listed below in a property grid. But you can show more using a registry hack. Read more
When designing a table, SQL server has 3 columns (Column Name, Data Type, Allow Nulls), with the rest listed below in a property grid. But you can show more using a registry hack. Read more
Posted on 31st March 2016 in Technical, SQL Server
In this post I want to talk about what it takes to become a successful software developer. Read more
Posted on 25th March 2016 in Help & Tips, Technical
A SQL script for quickly changing all tables from one schema to another. Read more
Posted on 15th November 2011 in Technical, SQL Server