AfricaDotNet
www.AfricaDotNet.com Continues the .NET Conversation in Africa
All Tags » bugs (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
  • Potential T-SQL Bug

    i have just come across a potential "bug" in the T-SQL Parser(if such a thing exists) of both Oracle and SQL server. here it is create a simple table Normal 0 false false false MicrosoftInternetExplorer4 create table table1 ( table1_field1 varchar ( 255 ), table1_field2 varchar ( 255 )) create...
    Posted to Databse Engines (Forum) by Ben Chege on 05-25-2009
Page 1 of 1 (2 items)
(c) AfricaDotNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems