Forum Replies Created

Viewing 15 posts - 2,431 through 2,445 (of 2,462 total)

  • RE: Problem with right()

    Hi Grasshoper,

    Really your reply is APPRECIATED...

    can you look into my issuse on below link

    http://www.sqlservercentral.com/Forums/Topic555531-146-1.aspx

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

  • RE: Problem with right()

    hi,

    here is your solution....

    Declare your VAL1 column with varchar datatype ypu will get your solution....

    In your case ity is showing 0 instead of 000 because as integer 000...

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

  • RE: Interesting but Stupid Question

    Thanks..........:):):)

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

  • RE: Linked server

    what exactly you want to do ??

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

  • RE: Interesting but Stupid Question

    please explain it in the context of below written script

    create table #Like_Test( Col1 varchar(5) )

    go

    insert #Like_Test values('_Cus')

    insert #Like_Test values('Cus_')

    insert #Like_Test values('C_us')

    insert #Like_Test values('Cus')

    insert #Like_Test values('Cu_s')

    GO

    select * from #Like_Test where...

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

  • RE: Interesting but Stupid Question

    can anyone tell how " _" is being treated in LIKE keyword. ??

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

  • RE: Performance Tuning for the stored procedure

    1.add indexes on columns which are used by where clause....

    its better to create indexes on other filegroup the n data filegroup.

    2..check union or joins in your query..

    if your...

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

  • RE: Interesting but Stupid Question

    hey ...how did it happen ? my question became QUESTION OF THE DAY..but without my name

    ? :unsure::unsure:

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

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

    ok i wont ....then do you have any other alternative other than TEMP table for CURSOR:discuss:

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

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

    do u still need alternative of CURSORS ???

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

  • RE: Trigger on COLUMN rename

    Hi,

    Actually DDl trigger use a function EVENTDATA. when ever DDL is get fired the script of that altered table(in your case ) is stored in its properties...

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

  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    Hi,

    Actually whenever we resotr the master database into server ,it always refers/look the default location od master's ldf anf mdf files...so please make sure that your mdf and...

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

  • RE: Interesting but Stupid Question

    Now can i expect an answer from ..............experts......???

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

  • RE: Inserting new records fails

    GLAD TO KNOW THAT YOUR PROBLEM HAS BEEN SOLVED BUT

    MY NAME IS NOT JENNY

    I AM BHUVNESH:)

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

  • RE: Separate Login for a query in a stored procedure

    If i add domain\sqlman as remote login it gies below error:

    Executed as user: DOMAIN\SQLMan. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. [SQLSTATE 28000] (Error 18456). The step failed.

    and...

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

Viewing 15 posts - 2,431 through 2,445 (of 2,462 total)