Forum Replies Created

Viewing 15 posts - 1,636 through 1,650 (of 2,497 total)

  • RE: Check for Existence before delete (Set Based Delete)

    If you are just looking at elapsed time, then doing just a DELETE will be faster. Also, if the DELETE will almost always find data to delete then this...

    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: STRANGE

    In SSMS, select the Tools menu, then Options. Expand Query Results then set the values to what you need. There will always be a maximum size that can...

    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: Compression/Decompression of values in Database

    You would need to do the compress / decompress in a CLR stored procedure or in a CLR function. CLR would need to be used because you would 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: The time stamp counter of CPU on scheduler is not synchronized with other CPUs

    Just a guess - the KB article refers to a Windows configuration setting that at best has an indirect on the hardware configuration.

    You may have to disable speed-step in 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: Data File Autogrowths

    I had a similar issue using SHRINKFILE EMPTYFILE to move the data and then being unable to release the empty space.

    It seems that in this situation the file...

    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: Database Migration from SQL Server 6.5 to SQL Server 2005

    I am sure you will be able to find good companies in Dakha. If not, the main IT service providers (Infosys, Wipro, etc) in India generally provide an excellent...

    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: script out 2005 SQLAgent jobs

    Thanks for the heads-up about syntax errors. I am working on a new version of FineBuild and will check these scripts.

    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: The Vacation Dilemma

    A former colleague told of when he left his previous company...

    He had worked a lot of extra hours and accumulated a lot of time off in lieu of payment. ...

    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: The Vacation Dilemma

    It is a contractural issue.

    Your employment contract says you spend x days per year in the office working for the company, and y days per year away from...

    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: Disk Keeper defragmentation - real time?????

    Carl has given good advice.

    Looking at just Diskeeper itself, it is safe to run it while SQL Server is running, but not necessarily wise.

    As a simplified example, SQL decides it...

    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: Vista SP1 install(be very carefull/Dont doit)

    Another 'interesting' to be aware of with the Vista SP1 install is disk space requirements.

    The Readme says you need 6 GB free space on the system volume if...

    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: Virus Scanning Blob files loaded in SQL Server

    The process was originally coded in the distant days of SQL Server 2000 so for us it is done in the application layer. It could be done as a...

    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: Virus Scanning Blob files loaded in SQL Server

    We use McAfee VirusScan Enterprise 8.5

    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: upgrade to 2008

    The reality is that if your client has not already started on a SQL Server 2005 migration project, it will not go live until after SQL Server 2008 is available....

    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: Virus Scanning Blob files loaded in SQL Server

    We store files in our database as blobs. Our Dev people developed a .Net app that calls the virus scanner API to process the file before it is stored....

    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,636 through 1,650 (of 2,497 total)