Newsletter
-
Search for:
Recent Comments
Tags
add adding Alfresco arvixe Arvixe Elgg Hosting bucket change clip ClipBucket CMS cPanel/Linux Hosting create dolphin Drupal elgg Elgg Hosting elgg tutorials how how to install joomla Joomla 3 module MODx mojoPortal New nopcommerce panel php SE4 set up setup site socialengine softaculous tips to TomatoCart use using video web website websitepanel WordPress
Tag Archives: MS SQL
Reseeding a SQL Table
Sometimes you have tables that have an identity column (SQL Server) and whatever reason you need to reseed (reset) the identity column values. This may be a result of inserting …

SQL Server NULLIF Function
If you are like me when it comes to developing SQL solutions, you will inevitably use ISNULL function but did you know about NULLIF function. This function is almost the opposite …
Tags: function, ms, MS SQL, MSSQL, nullif, server, sql
Posted under Programming/Coding
Leave a comment

Calculating Percent of Total in a SQL Select Statement
I am always amazed at how SQL server provides a lot of calculations and logic built right into a select statement. Most of the time (if you are like me) …
Tags: calculate, calculating, how to, MS SQL, percent, Select, sql, statement, total
Posted under Programming/Coding
Leave a comment
