Forum Replies Created

Viewing 15 posts - 931 through 945 (of 1,079 total)

  • RE: New server harware for SQL Server 2008

    And I ask this because we do not "formally" have a DB here

    A formal Database or formal Database Administrator?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: primary database coruppeted,it is in the suspected mode want to retrive

    Results?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: New server harware for SQL Server 2008

    Ask yourself the following questions:

    1. How many DB's will be hosted

    2. How many concurrent connections

    3. What is the current average IO statistics?

    4. What on average is your data growth?

    Since...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: primary database coruppeted,it is in the suspected mode want to retrive

    primary database coruppeted

    primary = master?

    -then, do you have a backup?

    -- you will have to start sql in single user mode (-m) and restore it.

    if master <> primary

    do you have...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSIS and Raw files

    open attachment

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSIS and Raw files

    Upload your current dtsx package for us to see what you need and assist.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: information of deleted job

    You could prevent it by defining the permissions on specific accounts.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Accessing network drives in ssis task run from sql agent

    Have you checked the job history info on the failing job?

    It should give you a clear description of the issue, in which step etc.

    If its a permission issue, and...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Stop running sql queries from backend

    Are you using a single generic account to authenticate users from the app to SQL?

    You will have to define persmissions on the accounts.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server installation fails

    Try different installation media?

    Errors are not very descriptive, except that there is a issue with the msi.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: pls let me know good book for SQL administration 4rm Basics to Advanced concepts

    Read: BOL

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL 2005 Database Mail

    What sort of authentication to your exchange server, did you use in your mail profile?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Restore DB in Prod hours

    You will have to have exclusive access to the current DB to modify/overwrite/delete it.

    This means you will have to close all current connections to it before changing it.

    You could however:

    Restore...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Mathematical Functions in SQL

    sanjsharma (2/18/2010)


    Im am trying to rewrite a vba Function into T-SQL

    I have a math calculation in vba which correctly calculates

    (1 - 1.5 * (0.11852 - 0.05478 * Log((3.00/ 10000)))...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: server hanging

    terry.payne (2/18/2010)


    All to often there are no messages at all and no specific entries to be found in the log files. The memory capacity of both the server and the...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 931 through 945 (of 1,079 total)