Zine.net online

Witaj na Zine.net online Zaloguj się | Rejestracja | Pomoc
w Szukaj

Browse by Tags

All Tags » SQL Server » null
  • [EN] Column order - does it matter?

    Do you think column order doesn't matter in SQL Server tables? Well, if you say it doesn't I would say the same thing as always: ''it depends'' :-) On SQL Server 2005 instance let's create some table with 50 nullable varchar columns: [code language=''T-SQL'']USE tempdbGO IF OBJECT_ID('tempdb.dbo.test_varchar') IS NOT NULL  DROP ...
    Opublkikowane w SQLGEEK (Weblog) przez brejk dnia czerwca 6, 2008
W oparciu o Community Server (Personal Edition), Telligent Systems