Forum Replies Created

Viewing 15 posts - 706 through 720 (of 1,079 total)

  • RE: Transfer logins for selected databases.

    try:

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

    should sort you out...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Dirty Reads

    GilaMonster (7/22/2010)


    Henrico Bekker (7/22/2010)


    Do not use row and table locks.

    How would not using locks prevent dirty reads? You suggesting page locks only?

    tsk...I meant WITH NOLOCK...my bad.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Problem with New Disk Resource Created on Cluster

    talla.rishi (7/22/2010)


    Hi All ,

    Error message :-

    Rule check Result

    Rule " Cluster share disk available check " Failed .

    The Cluster on this computer does not have a shared...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 to remove "rows affected" text

    set nocount on

    use at the start of your query/statement

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Free Tool to generate Scripts from database

    gaurav-404321 (7/22/2010)


    I want to generate the script for all tables in one go not for one by one table

    Also i want to generate the insert script for table data rows...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Performance Issues

    We are currently using SQL Server 2005 on a VM

    Go with tin or...

    Have a look at your indexes....this scenario sounds ideal for fragmentation....

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Free Tool to generate Scripts from database

    gaurav-404321 (7/22/2010)


    can u plz guide step by step how to do that

    Right click the object, select Script Database/Table/etc -> Create to (select your wanted option)

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Free Tool to generate Scripts from database

    gaurav-404321 (7/22/2010)


    I am using SQL SErver 2005 express edition. Is there any tool available for free which can generate the scripts for database objects- tables ,sps , functions including table...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Dirty Reads

    Do not use WITH NOLOCK on rows and tables.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: complete uninstall of SQL server

    Since there are shared components, you'll have to be very careful what you delete.

    SQL Server registry entries will still be present, and can be removed if you are absolutely sure.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Simple Back Up Question

    Whoa! sorry for my bad advice there, and thank you to Gail for setting me straight.

    I learned from it as well.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 system databases

    Full Backup included the Databases as well as the log.

    You can backup the log if you need to be able to restore to a certain point in time.

    Read up on...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: Simple Back Up Question

    No, you cant, you will confuse SQL and your LSN sequence.

    The Maint1 log backups will fail if you do a second full backup in between.

    Differential will also be based on...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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 system databases

    Yes, you need to....

    Your configurations, logins and jobs are stored in the master and msdb databases.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    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: slow query

    Dave Ballantyne (7/16/2010)


    Here's the best option

    http://tinyurl.com/37ht2zm

    LOL!, good one.... 😀

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