Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 6,038 total)

  • RE: This is how to fail

    Remember when Microsoft offered to buy Yahoo for $45 Billion back in 2008? Yahoo said no, because they felt the deal was undervalued.

  • RE: This is how to fail

    David.Poole (12/15/2016)


    A particularly well timed editorial given the massive failure of Yahoo to secure it's customers data or behave appropriately in response to an immense hack as reported on BBC...

  • RE: Copy BAckup Files to Non Prod servers

    If the two servers are located on-premises, like in the same rack or server room, then perhaps you can connect them directly using a crossover network cable.

  • RE: More and More Data Growth

    Trying to extract meaningful consumer information from ExaBytes of IoT data is about like trying to extract gold from sand. There are other companies like SurveyMonkey that have a much...

  • RE: More and More Data Growth

    If we can leverage millions of interconnected IoT devices and BigData to better predict the weather or crime, then that's a big win. I'd love to wake up each morning...

  • RE: More and More Data Growth

    xsevensinzx (12/14/2016)


    Gary Varga (12/14/2016)


    Eric M Russell (6/9/2016)


    I predict that within 5 years the Internet of Things, Social Media, and Big Data will be passé. Companies just can't find a way...

  • RE: DBAs Need to Learn to Develop

    I believe that developers and DBAs can both benefit from advanced T-SQL training.

  • RE: SQL Snapshot

    It is possible to revert a source database from a database snapshot, but any changes made to the source database in the interim will be lost. Perhaps the best solution...

  • RE: DBA without sa rights???

    Perhaps the network administrator didn't want to be the primary point of contact for support calls over the Christmas holidays.

  • RE: Maintaining your SQL scripts once 'deployed'

    wannabe_developer (12/13/2016)


    ...

    Would TFS Source control be a better option? Not explored this for pure script version control.

    Any thoughts?

    Yes, every developer should use a VCS (version control system). When I have...

  • RE: security access - sql

    If a user is a member of DB_OWNER, then they own your database and can do whatever they want with it. DB_DATAREADER grants a user permission to read from any...

  • RE: Bitwise & NULL

    A BIT datatype can be NULL.

    Also, an integer columns can be used to contain multiple bitwise values (TINYINT 8, SMALLINT 16, INT 32, BIGINT 64).

    https://www.mssqltips.com/sqlservertip/1218/sql-server-bitwise-operators-store-multiple-values-in-one-column/

  • RE: Faster Versions and More Support

    If Microsoft does intend to stick with a new release every two years, just for the purpose of introducing new features to market and maintaining competitive advantage, then it should...

  • RE: DBAs Need to Learn to Develop

    I agree that DBAs need to expand their skillset into development. However, instead of a .NET language, I'd suggest T-SQL (obviously and essentially), PowerShell, SSIS, and maybe SSAS/SSRS if that's...

  • RE: Standard vs Enterprise

    Even if 2016 Standard Edition now supports some of the Enterprise features, that doesn't mean that SharePoint leverages them. The deciding factor should still be which Edition leverages your server's...

Viewing 15 posts - 1,921 through 1,935 (of 6,038 total)