Forum Replies Created

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

  • RE: Creating a small banking datawarehouse

    First, it's unclear whether you know the basic concepts of dimensional modeling, requirements gathering, or ETL at this point. So before you start building anything, I highly recommend you read...

  • RE: Need to find out exact crash time

    A "crash" is a series of events, not a single moment in time. You need to know an ideal point in time for which to perform a transaction log restore?

  • RE: This is how to fail

    It's hard to believe there are 1 billion active yahoo email accounts. 100,000,000 of them are probably drop boxes for phishing scammers.

  • 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/

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