Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 3,657 total)

  • RE: Your Boss Is Your Customer

    I'd turn this on its head. My customer is my boss. That attitude might upset a few line managers but it would help build bridges between IT departments...

  • RE: sp_prepexec and nHibernate

    CyberWomble (12/8/2011)


    I have a couple of questions about this article:

    1.) Are the plans cached by sp_prepexec stored in the same place as the plans cached when using Stored Procedures?

    2.) Do...

  • RE: sp_prepexec and nHibernate

    I've seen something like this before with linked servers.

    In that particular instance the code below alleviated the problem

    EXEC master.dbo.sp_serveroption @server=N'YourServer', @optname=N'lazy schema validation', @optvalue=N'true'

    Thanks for the star rating. If...

  • RE: Mind mapping software - How it can help the DBA

    collins.jmj (12/6/2011)


    The challenge is that the same file structure is used to store the mind maps - <some folder> \ <some mind map>. After creating a few dozen mind...

  • RE: Oiling the gears for the data dictionary

    The documentation tools so are seem to be focused on getting data out of extended properties, not necessary making the population of those values practical.

    At this point I feel...

  • RE: Pascals Triangle, Home Work and Root Cause Analysis

    As a teenager I had a job delivering potatoes to fish and chip shops across the staffordshire plains. The boss had a book called a ready-reckoner to help calculate...

  • RE: Pascals Triangle, Home Work and Root Cause Analysis

    Joe, I should have remembered that. I think one of your books mentioned storing a calendar table rather than trying to workout calendar maths on the fly.

    It is so...

  • RE: Pascals Triangle, Home Work and Root Cause Analysis

    Yes, and apparently each space shuttle launch expected at least 6000 components to fail but was still designed to work.

    On my list of things not to think about is precisely...

  • RE: The Countdown

    Well October 14th 1962 was the start of he Cuban missile crisis so has Red-Gate been bought by the Russians?

  • RE: An alternative to GUIDs

    Went to an astonishing presentation by Thomas Kejser at SQL Bits where he demonstrated that IDENTITY and in fact NEWSEQUENTIALID() is far slower that GUIDs on SSDs and this is...

  • RE: Where are all the MVBs?

    "This report, by its very length, defends itself against the risk of being read." (Winston Churchill)

    The problem with policies and procedures is summed up by the Winston Churchill quote above.

    I...

  • RE: Data Quality on the Open Web

    There are open-source datasets out there but by their nature they can harbour crap data.

    I know of an occassion where someone didn't like the way that the Balleric Islands were...

  • RE: Big Gaps

    When I started off the most junior position was analyst/programmer. This meant we had to sit infront of people who would eventually use our product. that was nearly...

  • RE: An alternative to GUIDs

    Well the size is half the size of the GUID.

    I'm not sure how GUIDs are generated but I'm willing to be there is substantially more calculation involved albeit highly efficient...

  • RE: An alternative to GUIDs

    To answer a few points raised in this discussion thread: -

    Good spot on the 84,400. It is a typo but the figure for 4 and 40 years respectively are...

Viewing 15 posts - 1,861 through 1,875 (of 3,657 total)