Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)

  • RE: SSIS 2008 Data Profiler

    A very timely article for you to post from my point of view. I need to perform a large data migration soon so this could come in handy in some...

  • RE: A Google-like Full Text Search

    Great article! It's good to see some ideas on how to implement the front end a FTS deployment. Understanding the benefits of the feature from a database perspective is easy...

  • RE: Templates and teamwork

    Are there any plans to be able to specify a team repository for templates in SS 2008?

    We had to implement a similar solution as outlined in the article which works...

  • RE: Date and Time in SQL Server 2008

    Thanks Wayne. Lets hope that 2008 deals with this issue without the need for these sorts of workarounds.

  • RE: Date and Time in SQL Server 2008

    Jonathon Prosper, thanks for your explanation regarding Tibor Karaszi explanation about why 1753 is the earliest date for datetime. I found it very useful.

    No problem!

    Another question though, we have had...

  • RE: Date and Time in SQL Server 2008

    Finally, if the zero date is the start of 1900 and the dates can go up to the year 9999, why can they not go back as far using negative...

  • RE: Date and Time in SQL Server 2008

    "datimeoffset" stores both date and time components and the time zone offset, ranging from 1st January 0001 to 31st December 9999, with accuracy of 100 ns, for example: "2007-10-14 19:35:09.3579284...

  • RE: A New (and Hopefully Better) Approach to Constants

    Jonathon, it is a little confusing as to whom you are speaking in that last paragraph since you mostly address the post by tymberwyld, although you mention "the article", which...

  • RE: A New (and Hopefully Better) Approach to Constants

    If there is a concern that the number of lookup tables will exponentially grow and you wont know where anything is....I guess that is a different topic.

    And hence forth, you...

  • RE: Management Studio Templates that wont go away!

    I think you misunderstood.

    There are folders within the template explorer I am trying to remove, not the template explorer itself.

    Folders that I remove from the template explorer keep reappearing...

  • RE: A New (and Hopefully Better) Approach to Constants

    Doesn't this overly complicate what should be a simple design.

    If you want to store address_types then create a table called address_types and store them in there. If you need a...

  • RE: A New (and Hopefully Better) Approach to Constants

    I'd agree with post instructing everyone to hard-code the value into a variable at the top of your code although I would always do so by referencing a lookup table...

  • RE: Half a Million

    One of the strongest points of this website are your daily emails. The layouts have always been great and there are always plenty of articles covering a wide range of...

  • RE: Accidentally giving a column an alias

    I prefer the 'ColumnAlias' = column_A approach because it very plain to see which column names are made up and which ones are actual columns that exist in the database.

    Is...

  • RE: Accidentally giving a column an alias

    The dinosaurs are dead so why can't this be killed with them

Viewing 15 posts - 1 through 15 (of 26 total)