Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: SQl server question

    Hi dear,

    Sorry for addee this question as a poll

    But i have searched in goggle and many other site also but i m not getting a correct answer...................

    Any way i remember...

  • RE: moving from sql 2000 to sql 2005 manualy

    this query Executing fine and displayed currect output in SQL2000

    SELECT *

    FROM tbl_dxu_entitydetails WITH (NOLOCK), tbl_dxu_templatedetails WITH (NOLOCK), tbl_DXU_LookUp WITH (NOLOCK)

    WHERE ...

  • RE: Inline Table-Valued Functions

    Hi,

    Join will not create any problem if u have proper indexes on tables..... And also if posible then use "with (NO LOCK)" on table at the time of selecting records...

  • RE: Insert into a Linked Server DB

Viewing 4 posts - 1 through 4 (of 4 total)