Forum Replies Created

Viewing 9 posts - 136 through 145 (of 145 total)

  • RE: Table variables

    we can use table variable in UDF's. But performance issues will raise.....:w00t:

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: What will the max id be?

    if we use delete instead of truncate reseed will not work...... the answer should be 4,8........:-P

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: T-SQL

    there is 5 answers are available....????????

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Coalesce and Conversion

    really very tough one...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: SQL JOINS

    Easy one... make me think lot

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Precedence in math

    nice to recall everything... easy one....:cool:

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Renameing a column in all tables in a sql 2008 database

    kk thanks for your reply.... but i try to ask how to drop that column.... i cannot drop that column.... nice article very useful to me.......:-)

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Renameing a column in all tables in a sql 2008 database

    SQLTestUser (10/27/2010)


    thanks for the clarificaiton

    Actually i am new for table design. i added one new column like [insred_name] in existing table with spelling mistake. then i changed that column name...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Query Help

    this should work!!!!!

    Select * from #temp2

    EXCEPT

    Select * from #temp1

    Manik
    You cannot get to the top by sitting on your bottom.

Viewing 9 posts - 136 through 145 (of 145 total)