Forum Replies Created

Viewing 15 posts - 481 through 495 (of 2,463 total)

  • RE: DBCC Checkdb Problems

    GilaMonster (1/17/2013)


    Bhuvnesh (1/17/2013)


    The specialist is a person who knows everything about something but nothing about anything else.

    If you want to be insulting, kindly be so elsewhere.

    Absolutely NOT gail. i respect...

  • RE: How to set index for these select queries

    prakash.kumar3669 (1/17/2013)


    What i have read from online articles, its important to index the columns which comes in where condition.

    Not only Where BUT group by, order by , JOIN's ON...

  • RE: DBCC Checkdb Problems

    GilaMonster (1/17/2013)


    What's powershell? 😀

    Sorry, that's not something I use much, so don't know very well.

    The specialist is a person who knows everything about something but nothing about anything else.

  • RE: Nested replaces ?

    i havent got what you actually needed and asked ? can you post your requirement with sample data along with desired output. see "we cant see what you see"

  • RE: Delete rows from the table using cursor

    PLease note.4 years old thread.

  • RE: Wrong Execution Plan question

    sqlnes (1/17/2013)


    What i can do so far is explained the current situation to the application owner.

    What you can before explanting to them, test the code with the suggestion and...

  • RE: DB Shrinking Question

    broonie27 (1/16/2013)


    Why would the DB still be showing 10GB free space after a shrink?

    From BOL If target_size is specified, DBCC SHRINKFILE tries to shrink the file to the specified...

  • RE: How to set index for these select queries

    prakash.kumar3669 (1/17/2013)


    In my table (large one) there is mainly three select queries:

    1) select * from Product where productid=101

    Here productid is primary key so it is clustered index, so no problem...

  • RE: Wrong Execution Plan question

    Place your (

    SELECT a, b FROM KEY_TABLE kt JOIN......

    UNION

    SELECT a, b FROM KEY_TABLE kt JOIN......

    UNION

    SELECT a, b FROM KEY_TABLE kt JOIN......

    ) T0

    code in temp table and add appropraite...

  • RE: Insert multiple lines in a single row

    shohelr2003 (1/17/2013)


    I don't know what is CU2.

    this is link http://support.microsoft.com/kb/2072493 , is it production server ? if ues then DOnt do this without proper discussion

  • RE: Vendor DB backup job help.

    davidwarner (1/16/2013)


    Now i added the convert(varchar(2),datepart(mi,getdate())) part which does give me the minutes into the filename. but if the backup runs on the hour the file will get called DBNAMELog_13.bak...

  • RE: Query Help..

    Unsed indexes/Sp/tables ...this task seems endless and startless for me.

    Why ?

    because how will and Who will decide which indexes/tables are UNUSED. how will you assure DBA, DEV ...

  • RE: How to archive old data on top of existing table partition?

    Thanh Ngay Nguyen (1/16/2013)


    I have a very clear idea on how to do either 1 or 2, but not both.

    First you need to perform 1st then monthly job/manual...

  • RE: Insert multiple lines in a single row

    shohelr2003 (1/16/2013)


    If I execute an insert query into linked server, it works. But when I use trigger to execute an insert query into linked server, it fails and generates the...

  • RE: Wrong Execution Plan question

    sqlnes (1/16/2013)


    It's weird, when I tried it today, it has back to the "correct" plan without set FORCEPLAN. it has been running fine now. I just wondering now would it...

Viewing 15 posts - 481 through 495 (of 2,463 total)