Forum Replies Created

Viewing 15 posts - 346 through 360 (of 389 total)

  • RE: Linking to the Previous Row

    Be careful about using DailyMileageID+1. You could have holes if it's an identity column (when you delete rows, for example), and also is the sort order definitely correct?

    Look in...

  • RE: Linking to the Previous Row

    Hi Jordon,

    As you probably realise, SQL 2000 doesn't have CTEs or RowNumber.

    I was happy to discover CTEs precisely because I'm hopeless at doing queries like the one below!! So...

  • RE: Getting Started - What to Learn / Tools Advice

    A couple of hints that will save tears later.

    2gb is not small.

    If I had 2 gig of data I wouldn't give it to someone who doesn't know SQL!

    Normalisation is not...

  • RE: Getting Started - What to Learn / Tools Advice

    Sam,

    As I see it, whatever you do, you're going to have to learn a little SQL. Your data's going to be in a relational database, and you're going to...

  • RE: Getting Started - What to Learn / Tools Advice

    Hi,

    I've written an article 'Linking to the Previous Row' which illustrates exactly this sort of thing using CTEs (Common Table Expressions).

    Unfortunately it's not published yet. (It'll be published on...

  • RE: I've Got the XML – Now What?

    I'm using IE6, and can view the article OK. hmmm.

    Can't help, I'm afraid.

    (But this article has been there for quite some time, and I've not heard of...

  • RE: I've Got the XML – Now What?

    Unfortunately since the article was written, Altova has stopped distributing a free edition of XMLSpy.

    However, you can try it out for 30 days (careful it's very good and you just...

  • RE: The Scary DBA

    I think these are as old as civilisation itself. Every industry has them - perhaps especially in the building trade.

    The wiki below has some great examples.

    http://en.wikipedia.org/wiki/Snipe_hunt

  • RE: sql_variant

    Thanks Gail,

    I already had that Bad Carma article in my IE Favourites list.

    It's one of my all-time favourite articles.

  • RE: sql_variant

    The app takes as input a csv'ish file which comes from a 3rd party reporting tool. However the app is trying to allow flexibility with the actual columns in...

  • RE: Generating multiple output files

    ...will do, but it won't be for at least a few weeks.

  • RE: Generating multiple output files

    Hey....that's an interesting idea!

    I think I'll explore that a little farther!

    Thanks for all your help.

  • RE: Generating multiple output files

    Thanks maddog,

    I had considered that type of approach. I was hoping to use reporting services to avoid providing any sort of interface for the user. i.e. so that they...

  • RE: Generating multiple output files

    Thanks jv,

    Unfortunately it produces a single csv with columns from both tables / matrixes.

    A sub report seems to do the same thing.

    So I'm still looking for ideas....:)

  • RE: XML Workshop - FOR XML PATH

    Hi,

    Nice article.

    At one stage you say that auto mode does not allow you to specify a root element, and you provide a work around.  Are you perhaps talking about...

Viewing 15 posts - 346 through 360 (of 389 total)