Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 6,041 total)

  • RE: Seeking advice on upgrade - SQL 2014 vs SQL 2016

    If you have a new project in development and plan to leverage some of the newer features like Clustered ColumnStore or InMemory tables, then definately go for v2016.

    However, if...

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

  • RE: Would You Move For a Job?

    Rod at work (4/5/2016)


    I got caught up reading people's replies to this thread, when I realized that this thread indirectly points out something I feel most of us haven't...

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

  • RE: Disappointing Performance

    .. I was advised by the Sixbit dev's that I should move the listing pictures out of the dB and into their own folder on the C: drive of the...

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

  • RE: Code smells versus transgressions

    So here comes the question: if you were do decide on SQL practices that were always wrong, what would you include?

    The following practices are almost always wrong.

    1. A table without...

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

  • RE: No Overtime

    When listening to new coworkers talk about why they left their previous job, a common theme is escaping stress and overtime. They probably won't mention it as a motivation during...

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

  • RE: clear output in smss before run queries

    I know what you're wanting to do is simple, but SSMS output grid just isn't designed for it. Instead, consider building a simple SSRS dashboard style report for this.

    https://www.mssqltips.com/sqlservertip/1361/building-a-dashboard-in-sql-server-reporting-services/

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

  • RE: finding store proces that need to be recompiled

    What problem are you trying to solve? The execution plan for a stored procedure will be cycled out the plan cache when it hasn't been called for a long period...

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

  • RE: Sharing data outside company best practices

    FTP is a logical choice for providing scheduled data extracts to an external client, especially if they can potentially be more than a handful of MB. If what they need...

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

  • RE: New MySQL Engine Supports T-SQL

    Actually there is a fork of MySQL 5.5 that supports ANSI-2011, PL/SQL, and T-SQL 2012. In addition to that, it has distributed scale out capability.

    https://sourceforge.net/projects/mysql_hydra

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

  • RE: Would You Move For a Job?

    It's all about disparities in the economic of supply and demand. You want to position yourself so that it's works for you rather than against you. Students who graduate from...

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

  • RE: Where to start?

    First, learn what a table is, and what relational data is. I also suggest the Stairway tutorials found here as a study guide. In your case, specifically the following as...

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

  • RE: SQL2014 Developer disable Enterprise features

    Frankie-464050 (4/1/2016)


    I found it once on the web but cannot find it again. I believe it had to do with Data Tools. We have many projects that we...

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

  • RE: How do I Avoid Deadlocks?

    Seggerman-675349 (4/1/2016)


    At my work site occasionally the nightly process that refreshes a SQL database from the main (SAP) tables doesn't run until well into the business day.

    ...

    First, if...

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

  • RE: SnowCrash for SQL Server

    I can see the potential value for an interactive "3D" view of a database's schema, storage allocation, topology, etc. displayed on existing flat screens. Maybe a SSRS or PowerView report...

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

  • RE: which algorithm is used in my query?

    You are performing a equijoin between Students and a filtered aggregation of Students that contains only repeated combination of name and dob.

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

Viewing 15 posts - 2,731 through 2,745 (of 6,041 total)