Forum Replies Created

Viewing 15 posts - 3,391 through 3,405 (of 6,041 total)

  • RE: Could use some advice for developing a framework

    Here is where I replied to your cross-post.

    http://www.sqlservercentral.com/Forums/FindPost1724193.aspx

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

  • RE: Could use some advice

    So, the question is how to keep the overall design straight in your head while you're developing?

    I'd suggest reading Ralph Kimball's book "The Data Warehouse Toolkit". If you haven't...

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

  • RE: A Case for Database CI

    I've found that some advice is better received when delivered one-on-one rather than in front of a group. Otherwise, the ignorance of the crowd or the cult personality of the...

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

  • RE: Are you a Data Scientist?

    Steve Jones - SSC Editor (9/29/2015)


    Eric M Russell (9/29/2015)


    To be a true Data Scientist, you probably need a solid academic background in data analysis as well as deep knowledge of...

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

  • RE: Are you a Data Scientist?

    To be a true Data Scientist, you probably need a solid academic background in data analysis as well as deep knowledge of whatever domain you're working in. I'd also expect...

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

  • RE: How to hide stored procedures from user?

    Even if a user has execute permission on a stored procedure, I'm thinking that if the user's account can't at least see the meta-data signature for the procedure name and...

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

  • RE: Continuous slowness from last 2 week

    EasyBoy (9/29/2015)


    My apology.Yes, it is duplicate post by mistake. Somehow, i am not able to delete that post. This issue persisting on SQL Server 2000.

    For SQL Server 2000, you probably...

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

  • RE: Continuous slowness from last 2 week

    Is this topic a duplicate of the one posted yesterday under SQL Server 7,2000 Administration?

    Continuous slowness from last 2 week

    http://www.sqlservercentral.com/Forums/Topic1723583-5-1.aspx#bm1723614

    Confirm if it's SQL Server 2000 or 2008 you have this...

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

  • RE: Temp Table's Primary Key Default

    rchantler (9/29/2015)


    Thanks Kristen,

    Yes, not precisely the same but in my mind (perhaps where the problem lies) functionally the same as the hid field is always unique, even if not declared...

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

  • RE: Temp Table's Primary Key Default

    rchantler (9/28/2015)


    Thanks Eric,

    Thanks for the script, I'll see what the results it gives.

    The execution plans are totally different. That's the point really. Why should the execution plans be...

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

  • RE: Temp Table's Primary Key Default

    For each temporary tables currently allocated, the following script will return the table name, index type(s) (heap, clustered, non-clustered), reserved mb, and row counts. Using this, confirm the allocation of...

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

  • RE: Continuous slowness from last 2 week

    EasyBoy (9/28/2015)


    Hello,

    ...

    Edit: Usually there is no error message encountered by staff. It is just relatively slow, to the point where Application just freezes. They claim that switching tabs takes about...

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

  • RE: When IsNumeric not numeric?

    If this is all about how to sort alpha-numeric columns of varying lengths in a specific way, then I sometimes will order by an expression that does something like padding...

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

  • RE: When IsNumeric not numeric?

    paul.knibbs (9/28/2015)


    Eric M Russell (9/28/2015)

    For example, if you have a VarChar column that should only contain values that are covertable to a specific data type (ie: Int or Date), then...

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

  • RE: How to avoid using scalar User Defined Functions?

    I tend to avoid both scalar and table valued functions, because it can be a bottleneck when used within a SELECT statement or tight loop (not that I code loops...

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

Viewing 15 posts - 3,391 through 3,405 (of 6,041 total)