Forum Replies Created

Viewing 15 posts - 48,706 through 48,720 (of 59,065 total)

  • RE: List out SP's Columns into a Table

    sqlindia (8/12/2008)


    Hi All

    I want to list out columns name of SP into a table. They can be dynamic.

    Thank in advance

    sonny

    I'm pretty sure this can't be done reliably. Sure,...

  • RE: Creating CLR assemblies with VS 2008

    I guess I'd have to ask... what does the CLR and the C# function do?

  • RE: Beginner Question about CLR

    So far, the only place I've seen CLR's beat T-SQL is in the area of RegEx Replace...

  • RE: Risk Of Enabling CLR

    Denby (7/21/2008)


    Also, is the anything i should be monitoring from a DBA's perpective if feature is enable.

    Absolutely! First, I'd make bloody sure that the source code was in a...

  • RE: IdentityColumn is Duplicated ?

    dolly (7/30/2008)


    In my web based application Identity column is duplicated when simultaneously record are inserted by different machine

    (i think so) i will solution for handling...

  • RE: XML

    Without a whole lot more information ;), my answer would be... change it so it doesn't do that anymore. 🙂

    You might want to conscribe any XML to the VARCHAR(MAX)...

  • RE: How to use stored procedure instead of cursors?

    It's a paradigm shift... with Cursors, you think "rows"... with setbased programming, you must learn to think "columns"... as in "What do I need to do to this column for...

  • RE: Debugger For SQL

    Lemme get this straight, Carl... you think it's better for the app to write and pass data in the forum of Unioned SELECT statements than to pass a comma seperated...

  • RE: Recommendations on LinkedIn

    I'm thinking it could help employers notice me if they see who I've had forum discussions with.

    Heh... WHICH forum discussions would you be talking about? You have precisely 1...

  • RE: Can't install sql server 2005:(

    Which edition of SQL Server 2005 are you trying to install?

  • RE: Need query in SQL server 2000

    Venkatesan Prabu (8/17/2008)


    create table FirstTable(Attrib1 varchar(10), Attrib2 varchar(10),Attrib3 varchar(10))

    insert into FirstTable values('Doc1','Attrib1','val1')

    insert into FirstTable values('Doc2','Attrib2','val2')

    insert into FirstTable values('Doc3','Attrib3','val3')

    insert into FirstTable values('Doc4','Attrib4','val4')

    select * from FirstTable

    create table SecondTable(Attrib2 varchar(10),Attrib22 varchar(10))

    insert into SecondTable...

  • RE: Need query in SQL server 2000

    GilaMonster (8/17/2008)


    SQL 2000-related questions should rather be posted in the SQL 2000 forums in future please.

    FirstTable has 1 lakh record , Second table has 2 Lakh record and Third...

  • RE: Difference between SQL Server Standard edition - OEM version , retail and Promo version

    Please post the link where you found the pricing so we can figure out what you mean by the "OEM" version because, to the best of my knowledge, nothing is...

  • RE: update query append number in start of all rows

    masood24 (8/17/2008)


    hello dear 1st thank you very much for help but I have tried the query but it is not working message is successful with 1 row changed but actually...

  • RE: Loading text file to SQL Server 2005 using bulk insert

    Heh... that's known as a "Headerless Ragged Right" file and they're a bugger to import correctly. BCP and BULK insert require that all the rows have the same number...

Viewing 15 posts - 48,706 through 48,720 (of 59,065 total)