Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 2,462 total)

  • RE: query to insert data into two table from same page

    First of all very less descripttion provided. Anyways use

    DML insert trigger

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

  • RE: Help me in creating indexes

    cfradenburg (6/7/2010)


    I would try creating an index on table1 for nme including recognizer. On table2 index recognizer, value_nme and include char_value.

    i do agree with it

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

  • RE: Alter command

    @jeff

    Which would be the better option ?

    1. USE ALTER TABLE ....ALTER COLUMN approach

    2. Create new table and then push the exisitng table's data into it.

    and does sql...

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

  • RE: Changing NULLABLE columns to NOT NULLABLE

    no that columns dont contain any data

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

  • RE: Fragmentation VS statistics

    GilaMonster (6/7/2010)


    you need to understand what both are and not worry about how they're linked.

    that is golden point ...thanks 🙂

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

  • RE: Fragmentation VS statistics

    GilaMonster (6/7/2010)


    Fragmentation is related to the physical and logical ordering of the pages of an index within the data file

    yes got the point but whenever we have DML...

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

  • RE: sqlservr consumes too much memory

    sqlguy-549681 (6/7/2010)


    I have a problem with Disks (Read\Write)

    whats resolution have you made for it ?

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

  • RE: How to backup a SQL server 2005 database in new network location

    guruprasadurs (6/4/2010)


    I want know how to do backup task in remote location

    exec master..xp_cmdshell ' COPY source path + file name destination path' better google for same command.

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

  • RE: Timeout expired

    clucasi (6/4/2010)


    Thanks for your replies , but I am still not sure on how I am going to tackle this problem, when you mention run in batches of 1000 I...

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

  • RE: sqlservr consumes too much memory

    Nils Gustav Stråbø (6/3/2010)


    Set "max server memory" to a specific value that leaves some memory to the OS and other processes running on the server. I usually leave 2 GB...

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

  • RE: Internal waits

    PradeepVallabh (6/3/2010)


    Does having a high internal waits a problem (I guess that's not a problem)...I am running a program which has a huge internal waits but this program is...

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

  • RE: SQL trigger per Order no..

    malachyrafferty (6/3/2010)


    as you say its done line by line

    DML triggers work on per line basis

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

  • RE: How to backup a SQL server 2005 database in new network location

    first copy the bak file on local drive then move it to desired location by "COPY" Command Prompt command

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

  • RE: OpenRowset import from excel to sql fails

    malachyrafferty (6/3/2010)


    when i try on a now different server ( still sql 2005) it fails with the below message; i have tried suggestions such as enable ole automation to no...

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

  • RE: SQL trigger per Order no..

    you can do one thing

    1. create a intermediate table

    2. insert

    SELECT @msg = ISNULL(@msg+CHAR(10),'')

    ...

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

Viewing 15 posts - 1,621 through 1,635 (of 2,462 total)