Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 2,462 total)

  • RE: Table variable in Dynamic SQL

    Thanks for ALL i got the point

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Table variable in Dynamic SQL

    no

    if you see my first mail

    it includes ::::::::::

    SET @ParamDef = N'

    @acct_id int,

    @tblRules table (

    idx int,

    thank_you_page_rule_stub uniqueidentifier,

    trigger_value_filter_id smallint,

    trigger_all_true_flag smallint

    ),

    @thank_you_page_stub ut_stub'

    it contains "@tblRules table...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Table variable in Dynamic SQL

    no its not working in the either ways

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Simple .......UPDATE not working

    according to query

    the value for page_detail_id = 202 is 1 which is correct , but we apply same logic iin UPDATE query

    the answer is NULL but i need 1

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Simple .......UPDATE not working

    now check with this data,

    i think there is some problem with join

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

    DECLARE @Survey_Thank_You_Page_Config TABLE (

    acct_id int,

    ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Simple .......UPDATE not working

    My bad 🙁

    i gave wrong data

    here is the second table's data

    INSERT INTO @Survey_Page_Detail (acct_id, survey_stub, page_detail_value, page_detail_id) SELECT

    1, '57F2E213-BC6B-48CA-B025-1597688A8F96', 1, 202 UNION SELECT

    1, '2091B6B5-CE91-4110-93D7-311FF642731F', 5, 203 UNION SELECT

    1, '57F2E213-BC6B-48CA-B025-1597688A8F96',...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: WHY......Dropping Partition ...to recover space

    can u please describe your thought ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Error.....while editiing any JOB

    thanks

    i wil try

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Error.....while editiing any JOB

    this is a new server

    but can u please tell me the steps to regster it ? and also how can i verify whther it is still exist...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Transferring User Defined Datatype to new server !!!!!!

    thanks

    it worked for me 🙂

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Server on desktop(low hardware config. machine ....Problem

    Setting FIXED MEMORY to instance will increase the CPU usage or decrease it ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Server on desktop(low hardware config. machine ....Problem

    Yes , i tried by setting memory to 256mb on one of least used instance but

    as when checked the sql jobs on that instance, i found that some...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Server on desktop(low hardware config. machine ....Problem

    sorry buddy , i couldnt get ur explaination 🙁

    just explain me one thing as u know i have fixed the RAM to all 4 instances , will...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Server on desktop(low hardware config. machine ....Problem

    I am sorry buddy , but i couldnt get you explaination ( as i am new in adminstration field)

    can u please explain whether fixing memory increase the CPU...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Server on desktop(low hardware config. machine ....Problem

    Thanks for immediate response

    there are no extra app or services running.

    i will assign more memory to pronicipal server then mirrored

    but just tell me fixing memory can decrease...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 2,251 through 2,265 (of 2,462 total)