Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 2,497 total)

  • RE: DTS Package Owner Incorrect - Why?

    I think the behaviour is by design.  You can change the package owner if you need to.  However, the package creator is stored within the DTS object and cannot be...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: SQL Server 2008 Express - Is there to be one ?

    My understanding is there will almost certainly be some form of 'free' SQL Server 2008.  In the meantime, you can download the SQL Server 2008 CTP, which is the Developer...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: SQL 2000 EE AWE Problem

    Simon may be a rookie in this forum, but he has given a comprehensive and correct answer to the problem.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Can''''t kill a process / get rid of a lock

    Jon,

    It looks like you are now getting process details using sp_who and sp_who2, which is often what you need to do.  This is because the process display in SQL Server...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Incremental Update on Very Large Table

    I really don't like any of the responses that suggest switching between an active and a passive table while you reload the passive table.  As stated in the first post,...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: DTS Package failing when scheduled

    We run DTS in a scheduled job.  Some job owners are sysadmins and some are not.  The biggest problem is file permissions - you need to check everything using the...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: backups in Native mode

    I think people are trying to distinguish between standard SQL Server backup and restore (native mode) and using vendor products (Litespeed, Redgate, BMC, etc) to do backups.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: How 2 Use Same Database Maintenance Plan in Different SQL Server

    We use some 'generic maintenance' scripts to do backups, integrity checks, index rebuilds, etc on our servers.  They do not use maintenance plans mainly because maint plans are limited in what...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: How Hard is Search?

    Every now and then I try out the Microsoft search process to see it has improved.  So far I always go back to Google.

    Even when searching for items on the...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: SQL Server not utilizing free memory

    Another factor to add to Colin's list.  When SQL starts and wants to allocate AWE memory, the amount you ask for must be availabe.  If you ask for too much,...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: Tuning Time

    "If you think education is expensive, try ignorance".  Educating staff so they can write efficient applications is the most cost-effective way to go, but what about the applications they wrote...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: "SA" as dbo login?

    Our standard is to rename the sa account.  Use ALTER USER sa WITH NAME = 'something'.  This makes it impossible for anyone to log on using an account name of sa. ...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: 13 Disasters

    Back in the mid-90s when SANS were new and mainly used just for mainframes, a major bank had a very little problem with one of their SANs.  A microcode upgrade...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: questions on migrating sql 2000 databases to sql 2005

    There are a few threads in this forum about upgrading to SQL Server 2005.  It is worth searching for them as there are a lot of posts about the issues...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • RE: full text indexing

    Either way would work.  Effectively you are doing a vertical partition on your data, so use the normal design criteria for checking if this is worthwhile.  FTS would not care...

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 15 posts - 1,981 through 1,995 (of 2,497 total)