Celebrating 6th Anniversary! Six years ago, I started this SQLAuthority.com blog. There are so many things I want to say today – it is very very emotional. Instead of writing long I am including few images and cartoons.
SQL SERVER – Copy Data from One Table to Another Table – SQL in Sixty Seconds #031 – Video
SQL SERVER – UNION ALL and ORDER BY – How to Order Table Separately While Using UNION ALL
SQLAuthority News – Windows Efficiency Tricks and Tips – Personal Technology Tip
SQL SERVER – Move Database Files MDF and LDF to Another Location
When a novice DBA or Developer create a database they use SQL Server Management Studio to create new database. Additionally, the T-SQL script to create a database is very easy as well. You can just write CREATE DATABASE DatabaseName and it will create new database for you. The point to remember here is that it will create the database at the default location specified in SQL Server Instance (this default instance, can be changed and we will see that in future blog posts). Now, once the database files goes in production it will start to grow.
SQL SERVER – Storing Variable Values in Temporary Array or Temporary List
SQL SERVER – Introduction to Big Data
Big Data, as the name suggests, is about data that is BIG in nature. The data is BIG in terms of size, and it is difficult to manage such enormous data with relational database management systems that are quite popular these days.
SQL SERVER – Last Two Days to Get FREE Book – Joes 2 Pros Certification 70-433
SQL SERVER – Resolving SQL Server Connection Errors – SQL in Sixty Seconds #030 – Video
SQL SERVER – Order By Numeric Values Formatted as String
When I was writing this blog post I had a hard time to come up with the title of the blog post so I did my best to come up with one. Here is the reason why? I wrote a blog post earlier SQL SERVER – Find First Non-Numeric Character from String. One of the questions was that how that blog can be useful in real life scenario. This blog post is the answer to that question. Let us first see a problem.