Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,079 total)

  • RE: DB2 Open Quey : Read Uncommitted data

    Does this mean that we cannot control the behaviour from SQL side .?

    Is there something like with "no lock" hint which can be part of the query ..?

    You can control...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Authority to perform DB backup

    Yes, the account needs msdb access roles as well, SQLAgentOperatorRole.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: DB2 Open Quey : Read Uncommitted data

    This will solely rely on the way your DB2 environment and transactions are setup.

    Normally it would only read committed transactions. If you DB2 tables and transactions are setup to not...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 2000 - Job failing

    Error string: Error at Destination for Row number 73571.

    You data pump succeeds up till the row indicated.

    Inspect any form of transformation needed from source to destination and confirm if 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

  • RE: Can not connect to SQLSERVER

    A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Backup fails

    do you have sufficient access to write to the destination location?

    Try to restore a backup and see what errors are generated.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Error while attaching Datafiles.

    http://msdn.microsoft.com/en-us/library/ms188902.aspx

    investigate the files in you backup....use the link above..

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Are the posted questions getting worse?

    Happy Holidays everyone, drive safe wherever you go, treasure the time with your families.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: User & Login mapping (Backup - restore issue)

    You can make use of the SP_help_revlogin as well, works quite well....

    http://support.microsoft.com/kb/918992

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 and sql 2008

    http://lmgtfy.com/?q=differences+between+sql+2005+and+sql+2008

    or

    http://www.google.co.za/url?sa=t&source=web&cd=1&ved=0CBUQFjAA&url=http%3A%2F%2Fwww.sqlservercentral.com%2FForums%2FFindPost459626.aspx&rct=j&q=differences%20in%20sql%202005%20and%202008&ei=bAELTe22NcmZ8QPVvPm_DQ&usg=AFQjCNHiBAgfPhS9Xu9K5mkupFNH5osqYA&cad=rja

    or

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: product key

    USE master

    GO

    EXEC xp_regread 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Microsoft

    SQL Server\xxx\Registration','CD_KEY'

    replace xxx with you 100 or 90....

    Sorry, just remembered this SP was dropped...

    wont work.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Database size on disk jumped overnight

    Any reindexing/index rebuilts or maintenance plans?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: import data from excel file to sql server database

    Use the built-in ETL tool....

    Right click your destination database and select Tasks, Import Data...follow the steps.....

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: import data from excel file to sql server database

    Duplicate Post.

    All replies here: http://www.sqlservercentral.com/Forums/Topic1032840-1292-1.aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: How do change dbowner in SQLServer 2008?

    Abdul Walele (12/9/2010)


    I have created several databases in an instance in SQLServer 2008. I want to change the dbowner to 'dbo' instead of myself. How do I do it? What...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 - 601 through 615 (of 1,079 total)