Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,462 total)

  • RE: How To Validate in Procedure

    sarwaanmca (1/23/2013)


    1)Mnth Column Should be Not Null

    Add in procedure

    IF isnull(@Mnth , '') = ''

    RETURN

    sarwaanmca (1/23/2013)


    The DCPI_Date Field Should be 101 Format ie,...

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

  • RE: Primary keys

    m.rajesh.uk (1/22/2013)


    can u give any suggestions on it. i have to review the structure .

    Can you broef what kind of suggestion you are looking here ? primary is recommended...

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

  • RE: two Backup of a database at same time

    Zeal-DBA (1/22/2013)


    just want to know, if backup is happening for a database and one scheduled job also triggered for the backup of same database at same path with same name....

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

  • RE: tempdb files on SSD

    Ratheesh.K.Nair (1/22/2013)


    Bhuvnesh (1/21/2013)


    Tara-1044200 (1/17/2013)


    3. If 1st file is filled does it uses the second file and so on untill it max out to 1TB or 10 files any query...

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

  • RE: two Backup of a database at same time

    Both will go smoothly as sql server will start them sequentialy though there will be IO usage (might be contention if the disk is slow)

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

  • RE: Peer-to-peer replication and identity columns

    jchamiak (1/21/2013)


    In my implementation I would think that it would be desirable to have no identity ranges configured and to have replicated commands update the identity values so that...

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

  • RE: PLE (Page life expectancy).

    ben.brugman (1/22/2013)


    Any suggestions how to catch the processes which cause the drop in PLE ?

    it means you have buffer cache issue and IO contentions

    see these links

    http://www.sqlservercentral.com/articles/Performance+Tuning/analyzingmemoryrequirementsforsqlserver/2498/

    http://sqlblog.com/blogs/buck_woody/archive/2010/06/29/the-windows-page-file-and-sql-server.aspx

    http://support.microsoft.com/kb/889654/en-us

    and take...

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

  • RE: Help SQL query

    its bit confusing what you need .

    PLease post the table definition along with sample data and expected output. then only somebody can help you .

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

  • RE: how can i get count of sikped question depend record column and collectionofResponse column?

    i am not getting what u actually need , your CTE query giving result as you require (you have shown above)

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

  • RE: How to get started with a career

    sagarkasukurthy (1/22/2013)


    Would my experience in the previous job in Cerner and the student jobs count as experience when I am applying for jobs.

    might be or might be not from...

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

  • RE: Group By - Help

    PLease post table definition along with sampled data and also the expected output. people here steal time from their busy scehdule sometimes they dont have enough time to frame...

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

  • RE: Detect missing indexes

    Dung Dinh (1/22/2013)


    I mean that the columns with data type = uniqueidentifier.

    people use them as a key part though it is not recommended to have lengthy keys or indexes...

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

  • RE: Detect missing indexes

    Dung Dinh (1/22/2013)


    Do we should create a non-clustered/clustered index on GUI column?

    WHat are they ?

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

  • RE: Synch two SQL databases

    vijay.garg 37998 (1/21/2013)


    Both the databases are in Read/Write mode and database structure may be different at source and destination. Records should be synchronized as soon as any DML statement is...

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

  • RE: need book on perfmon counters

    rajkiran.panchagiri (1/22/2013)


    Am ready to purchase a material on perfmon counters. Please suggest a best materail on this.

    see the links provided by anthony above

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

Viewing 15 posts - 436 through 450 (of 2,462 total)