Forum Replies Created

Viewing 15 posts - 466 through 480 (of 1,179 total)

  • RE: Convert column data into Comma seperated data

    Check this out:

    http://stackoverflow.com/questions/15375218/how-to-convert-columns-data-in-comma-separated-list

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: SP tuning

    Attach execution plan too which will be easy to help you.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Start Up Stored Procedure

    Ask your system admin to create a 'Task Scheduler' to begin this task at start up.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: I was checking how many conditions can slow my stored procedures, pls tel me critarias in following category

    It is OK if you use this On the test/dev environment but suggested not to use it On PROD server.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: How to replace first occuracne of a expression.

    I guess you can achieve this through IF..ELSE and WHERE clause.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: how to clean up tempdb

    What do you mean by tempdb clean up? Usually SP use tempdb for temporary calcuation and you need to fine tune stored proc which help to improve performance.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Updating Statistics

    Enjoyed the question, thanks.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Database Mirroring - Principal Disconnected and FULL Backups

    What is the status on serverA sync with ServerB? Not sure how is your database on serverA? Refer following link which might help you.

    http://technet.microsoft.com/en-us/library/ms189850.aspx

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Why are my logshipping files so large?

    If everything going fine do not worry. This is because of maintenance task. And I guess it happens after reindex?

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: getting results from all tables in database

    It all depends on the application. I suggest to refer best practice naming convention and prepare the document. Also circulate the same to the development team before you proceed further.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Transaction Log and TempDB Calculations

    It's all depends on DB size and application. Also you can have benchmark if your current application is running on other server.

    However as rule of thumb log size is...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: How to calculate sum value in these table

    How about SSRS?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Migrating accdb to sql server 2008r2

    It will do much more than you think. Please refer SSIS in BOL for further detail.

    You can also think about database import which also support Access source.

    Refer following links which...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: #sqlhelp

    SQLServerCentral is best option according to me. This is due to two things one is limitation of 140 character and another many might not help you as twitter is filtered...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Migrating accdb to sql server 2008r2

    Check out the possibilities with SSIS.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 466 through 480 (of 1,179 total)