B.NET(bdotnet.in)

B.NET -Bangalore .NET User Group
India's Largest and Most Active Microsoft User Group!!
Note: we recently moved from groups.msn.com/bdotnet/
Welcome to B.NET(bdotnet.in) Sign in | Join | Help
in Search

Browse by Tags

All Tags » T-SQL (RSS)
  • Re: how to generate id in a specified format in sql.

    Hi SQL SERVER 2005 introduced new function NEWSEQUENTIALID () CREATE TABLE myGUIDTable (myCol uniqueidentifier DEFAULT NEWSEQUENTIALID())
    Posted to Forum by rajdaksha on 06-30-2009
  • Re: Query Performance and Temporary Tables

    Hi Less records it’s nothing for SQL SERVER you can access directly underlying table. As queries become more complex, temporary tables are used more and more. While temporary table may sometimes be unavoidable, they can often be sidestepped by using derived tables instead. In brief, a derived table is...
    Posted to Forum by rajdaksha on 06-30-2009
  • BULK INSERT with a Carraige Return as Row Terminator

    Has anyone been able to use the BULK INSERT command successfully to import a file that has Carriage Return (CHAR(13) I think) as row terminator ? The BULK INSERT documentation allows only for Carriage Return + Line Feed = NewLine, i.e. \n as Row Terminator and other printable characters, but not the...
    Posted to Forum by shiva on 09-20-2008
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems