Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 1,114 total)

  • RE: SqlServer 2005 Client Tool Installation

    Will it satisy all my needs ?

     

  • RE: Sql Query Help

    User will not enter any values. 'AND' and 'NULL' values are constant values.

    what i have mentioned in the Insert statement is the constant value .

    I want to split the AcctDetails...

  • RE: SqlServer 2005 Client Tool Installation

    I am having Sqlserver 2000 Client tool. Right now i am using Sql Server 2000.

    My onsite has installed sqlserver 2005 and asked me to install Sqlserver2005 tool in my local...

  • RE: Cursor and SetBased Thearoy

    Thanks a lot David and Jeff !

    Really i gathered some knowledge about Cursor and 'SetBased' Thearoy from your posts.

     

    Regards

    Karthik

     

  • RE: Physical IO and Logical IO

    Thanks Simon !

    Can you expalin about Merger Join and Hash Join ?

     

    Regards

    Karthik

     

  • RE: Cursor and SetBased Thearoy

    Hi Jeff,

    Thanks !Really i got some idea to use while loop instead of Cursor.

    I have two questions.

    1) What is the difference between Cursor and While Loop ? as you mentioned...

  • RE: Dynamic Sql and Performance

    Jeff,

     

    I am believing you ! 

    Are you Happy now ?

    I thought this is different question, then only i...

  • RE: Physical IO and Logical IO

    Thanks a lot to give answer for all the questions !

     

    Yes Simon , You are Correct ! They have Sybase BackGroud.How you find it ?

     

    Regards

    Karthik

     

  • RE: Performance Tuning Guide

    Thanks Andras and Gila !

  • RE: Statement return value

    Thanks Andras !

    Mentioned Article is very nice !

     

    Regards

    Karthik

     

  • RE: Statement return value

    shall we implement try...catch logic in sql2000 ?

     

    Regards

    Karthik

     

  • RE: Database and SetBased Thearoy

    Jeff,

     

    Can you tell me why database is designed based on 'Set Based' instead of 'Row by Row'. What is the advantage over it ? While designing server why cant we apply row by...

  • RE: Cursor and SetBased Thearoy

    My Code is,

    ----------------------------------------------------------------------

    select name into #t1   

    from sysobjects   

    where type ='U' 

    and name not in ('ProductCommitmentWorkflow', 

                     'Tranche', 

                     'CompanyTrans', 

                     'ProductFeatureSelection', 

                     'ProductFeature', 

                     'ProductSubType', 

                     'ProductType' 

                     )    ...

  • RE: PRIMARY filegroup is full

    Giff,

    I am using Sqlserver2000. I have only DBO access not DBA access permission. I dont have Management Studio , i am having Enterprise Manager in my PC.

    How to handle those...

  • RE: Join Order

    Peter,

    This is my code.

    CompanyTrans Table : 180240

    AcctEntry Table : 755320

    -------------------------------------------------------------------SELECT DISTINCT Seq = identity (10),

     A.CompanyInstitNbr, A.TransNbr,

     CONVERT (char (10), A.PostingDate, 111) +

      CONVERT (char (5), A.TransNbr) +

      CONVERT (char (8), A.ValueDate, 1) Combo,

     TransTypeCode...

Viewing 15 posts - 1,081 through 1,095 (of 1,114 total)