Forum Replies Created

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

  • RE: XML Workshop 26 – SELECT * FROM XML

    Very cool idea. Just wondering if you've 'reinvented the wheel' a bit. If you use OPENXML and omit the WITH clause, it produces an edge table with very...

  • RE: REPLACE Multiple Spaces with One

    To solve this same problem in the past, I've created a CLR function or stored procedure to do a regular expression replace. You could also use the ...OA stored procedures...

  • RE: Date Time Values and Time Zones

    Has anyone found a way to deal with daylight savings time changes?

    In the fall, there would be the possilbility of having duplicate times for events that happened an...

  • RE: Two Best Practices!

    I liked the article...I am amazed that people still use pre ansi-92 syntax...it has been over 10 yrs already.

    In addition to using ansi join syntax, I like to move the...

  • RE: Best Practices in an Adhoc Environment

    Just curious, has anyone in your organization addressed moving database development from the production environment to a development one...?

  • RE: Full-text indexing

    I have built several FTI solutions but never using anything other than pure text. I would be interested in how FTI works with different formats of binary data from...

  • RE: It Cant be Done with SQL

    Just curious why you went the SQL route instead of using Crystals functions and grouping capabilities as a means to display the data in the desired format?

    Seems as though if...

  • RE: retreive data

    The example you have given is not very clear...can you rephrase?

  • RE: Normalizing Dates

    Troy,

    I'm not sure we're are going to be able to come to an agreement on what is wrong with the table and stored procedure (I don't see an issue)... ...

  • RE: Normalizing Dates

    I think I understand where you are going...

    The only way anything can be written to the production TimeTable is via the stored procedure UpdateTimeTable. No applications or users have...

  • RE: Normalizing Dates

    Hi Troy,

    Not sure I follow you in regards to incorrect data within the date variables. Could you elaborate?

  • RE: Normalizing Dates

    Glad to hear others have encountered similar problems and attacked them with similar solutions...was never sure if I was off base or not with my approach. Its always nice...

  • RE: Recursive Stored Procedure in SQL SERVER

    Take a look at using DataSets. (If you're using ASP.NET). They have a get children method, that may help you recurse through the tables.

  • RE: Returning a Subset of a Recordset

    The first time this article posted, I got quite a response. Due to those responses, I wrote a follow up article addressing several other methods for solving the same...

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