Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,497 total)

  • RE: Image File storing-Database vs File system

    Take a look at http://research.microsoft.com/apps/pubs/default.aspx?id=64525 (To Blob or not to Blob) from Microsoft research.

    On the machines used for this study, the paper shows that images under 256K are always processed...

    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: More, More, More

    Different people learn in different ways. Some need to see the thing happening before they understand. Some need to read the details before they understand. This means...

    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: Getting Colorful

    Mingware

    From the Scottish: To Ming - to be unsavory in any and all ways imaginable

    Example: Corporate mingware - the stuff loaded on our machines by corporate IT that interferes with...

    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: Default (out of the box) SQL Server collations

    The default collation has changed from SQL Server 2000 to SQL Server 2005.

    In SQL Server 2000, the default collation was a SQL Server specific collation. For SQL Server 2005...

    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 SQL 2000 To SQL 2008 x64 IA

    Why are you planning to use IA64 instead of X64?

    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: Financial Data in the Cloud?

    I think cloud services are here to stay, at least until the next big thing. The financial argument for cloud is so good there will be a lot of...

    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: multivalue parameter selection

    The data from your parameter can end up in an IN list in your stored proc.

    I do not have an example I can show you today, but may be able...

    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: Selective Backups

    eric, there is a big difference between having a database in two files and having it in two file groups. Please see BOL if you do not understand...

    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: multivalue parameter selection

    If you are calling a stored proc in a dataset, it is easy to pass a parameter list from a multivalue parameter by using a JOIN expression.

    Lets assume you have...

    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: multivalue parameter selection

    This can be done easily by using the JOIN built in function in SSRS.

    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: Migration from SQL 2005 32 bit to SQL 2008 64 bit

    SSRS of any version can pull data from SQL Server DB of any version. 32-bit and 64-bit makes no difference.

    You may have problems if you want to use 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: Need a solution for high availability

    Mirroring can be a useful way to quickly get access to your operational data, but there is a gotcha if you are using replication.

    The mirrored instance uses the same physical...

    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 running sql server 2000 on netwok (workgroup) olny

    You will probably have to use SQL Server Authentication, and not Windows Authentication. This is because there is not a common Windows domain that both SQL Server and your...

    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: define composite primary key with more than 900 bytes

    Back in the old days of punch card data entry, it was standard practice for each set of data to be processed by two different people, and the data only...

    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: Need a solution for high availability

    Take a look at http://sqlcat.com/whitepapers/archive/2009/09/23/using-replication-for-high-availability-and-disaster-recovery.aspx

    This is a customer study of using P2P replication to provide both high availability and DR. It might cover all you need.

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