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...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBAs Need to Learn to Develop

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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