SQL Server Check Constraints Part 2In this post we will look at some examples of check constraints in SQL Server. We will start […] June 7, 2017 in SQL Server tagged validation / constraints / SQL Server Check Constraints by Mike
SQL Server Check Constraints IntroductionIn SQL Server you will find that you need to keep control of the data that gets entered […] June 5, 2017 in SQL Server tagged constraints / validation / check / SQL Server Check Constraints by Mike
SQL Server Constraints IntroductionSQL Server has several types of constraints. But what is a constraint? Why do you need them? Which […] May 23, 2017 in SQL Server tagged constraints / unique / null / key / transaction / primary / surrogate / validation by Mike
SQL Server Drop a Table If ExistsSometimes when you are looking for sql code online you find that people give example code that includes […] May 17, 2017 in SQL Server tagged delete / drop / exists by Mike
SQL Server Duplicates Part 2This discussion of finding duplicates in SQL Server is a continuation of Part 1. We will look at […] May 10, 2017 in SQL Server tagged sql / duplicates / duplicate / SQL Server Duplicates by Mike
SQL Server Duplicates Part 1When working with databases you will often need to check if there are any duplicates in your tables. […] May 7, 2017 in SQL Server tagged duplicates / count / SQL Server Duplicates by Mike
SQL Server Export to Excelhttps://www.microsoft.com/en-us/download/details.aspx?id=23734 Wizard From within SQL Server you can use the wizard to export a tables or tables (using […] April 29, 2017 in SQL Server tagged data / database / excel / export / sql by Mike
SQL Server Move Data to a File Part 13 April 9, 2017 in SQL Server tagged move / export / file / sql / SQL CSV XML Project by Mike
SQL Server Check If File ExistsIn this post we will review a function that we have used in another post. This SQL Server […] April 9, 2017 in SQL Server tagged file / exists by Mike
SQL Server xp_cmdshellFrom within SQL Server you can spawn a command shell to the operating system. Therefore you can run […] April 9, 2017 in SQL Server tagged command / DOS / xp_cmdshell by Mike
SQL Server CLR Assemblies Part 2Functions In the previous post we created a procedure for SQL Server using the .NET framework. We chose […] April 9, 2017 in SQL Server tagged SQL Server CLR by Mike
SQL Server Temp Table to Pass Data Between SProcsDo you have a series of stored procedures in SQL Server that need to pass data between themselves? […] April 9, 2017 in SQL Server tagged temporary / table / global / scope / pass by Mike