AfricaDotNet
www.AfricaDotNet.com Continues the .NET Conversation in Africa
All Tags » SQL (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Today's Byte #6: Specify Size For Varchar Parameters

    When specifying varchar or nvarchar parameters in stored procedures or functions, get into the habit if specifying the size. If you don't you will find yourself in a situation with difficult to find bugs, because if you don't specify a size, SQL Server assumes a default of 1. For instance, running...
    Posted to Databse Engines (Forum) by Rad on 10-12-2009
  • How to use SQL UNION Operator

    The UNION Operator is used to connect the result set of two or more SELECT statements. The SELECT statements should have the same number of columns and the columns should have similar data types in the same order. There is a difference between UNION and UNION ALL. While UNION ALL returns all the rows...
    Posted to Databse Engines (Forum) by benmute on 04-16-2009
Page 1 of 1 (2 items)
(c) AfricaDotNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems