Forum Replies Created

Viewing 15 posts - 931 through 945 (of 2,497 total)

  • RE: I have to export data from sql server 2005 to predefined (columns and rows )excel(.xlsx) format using script using ssis(Script Task) OR ANY SIMPLE Method

    Another way that would work is to create a report with the data you need. Then you run the report via a command line specifying it should be rendered...

    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: Receiveing Windows Installer Message during Install of SQL 2005 Enterprise on Windows 2003

    It is not saying how to install Windows Installer 4.5.

    It is saying how to use MSIEXEC to install a .msi file. You can get this message when you try...

    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: Online mirror server for offloading work

    You will love SQL Server 2011 when it is released. One of the new features is the ability to have multiple targets for your mirroring, and all of those...

    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 can we estimate a size of a new Database to be set up ??

    I would go a bit beyond Steve's advice about growth.

    Certainly you must add enough free space to your database to allow maintenance tasks to work. If you are doing...

    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: It's Almost Always the Humans

    I ask the individual answering where they are physically located, if not in the U.S.A .. where of course I am

    This sort of assumes that if CS is done in...

    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: It's Almost Always the Humans

    I do not mind which parts of a business are outsourced. The key item is if they perform the function that is needed, both for the business and 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 to Calculate net PAY

    The typical way of doing this is to use SQL Server as the data store, and have a separate layer of business code to do the calculations.

    If the application is...

    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 to uninstall reporting services 2005

    I had a developer uninstall\reinstall IIS and ASP.net on my production sql server.

    Doing an uninstall and reinstall on a production server is a major step. I hope you did...

    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: Member of several domain groups

    Database permissions are taken by combining all the permissions in all the groups the user is a member of. Explicit DENY permissions to a given object in a given...

    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: IS Shrink part of Full Backup by default or as an option

    I suppose it does mark the space as reclaimable to the OS so at some point it will be overwritten.

    As GilaMonster says, if it is in the OS free space...

    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: IS Shrink part of Full Backup by default or as an option

    Run a secure deletion program to delete the database files securely.

    You need to know how your disk subsystem works before using a program of this type. If your data...

    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: Encrypt Stored procedures in Sql Server 2008

    Please be aware that stored procedure 'encryption' is just obfuscation. This feature was added to SQL Server way back when Microsoft could get away with mis-naming things far more...

    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: xp_cmdshell 2005 Vs xp_cmdshell 2008

    Sounds like there could be more to this than I have checked...

    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: Developing RMO application on 64 bit machine, deploying to 32 bit machines

    If you are deploying to 32-bit then build and test on 32-bit.

    If you build on 64-bit then test on 32-bit before you deploy.

    If you build and test on 64-bit then...

    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: 32-bit SQL and 64-bit OS

    I agree with Steve.

    You can do the upgrades one by one (do you remember the line 'You can live on it' in Crocodile Dundee?), but I would ask...

    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 - 931 through 945 (of 2,497 total)