Forum Replies Created

Viewing 15 posts - 421 through 435 (of 727 total)

  • RE: Correlated joins

    The derived table below doesn't have a join to the other tables, as far as I can see, although some DDL would help if that isn't your issue. I'm assuming you...

  • RE: Function help please

    Post the code you have so far and we can tell you what areas of BOL you need to research to figure out the rest.

  • RE: Need suggestions with this situation

    Yeah, this really needs to end up in a sticky somewhere in the forum (maybe an FAQ?). If your search results aren't fruitful, this is the last post that...

  • RE: Sort column without ORDER BY

    Even with a clustered index, doesn't MS claim that there is no guarantee that they'll be in the order you want without the ORDER BY? I'm thinking specifically of caching...

  • RE: Load text file into 2005

    If you're familiar with bcp, you should be able to go that route in 2005, and thus temporarily put off learning SSIS, but you'll eventually want to bite the bullet...

  • RE: How to not get a response from a job post

    The only issue I have with your otherwise valid complaint is that in the SQL Server world, far more so than in the Oracle world, there is often a need...

  • RE: output variables

    In almost every one of his threads, I am tempted to ask where he works (he claims that this stuff isn't homework). I'm betting I could bill them insane amounts...

  • RE: New Column For Each Day

    In addtion to what mrpolecat said, if you only need this in reports, most reporting tools (including Reporting Services) can do this with your data as it is currently. It's...

  • RE: Data Source/Instance Parameter - Is this possible?

    We create the datasource in the code that wraps around our reports, and it gets its connection string from a web.config file, thus allowing us to simply change web.config settings...

  • RE: SQL v7.0 Damaged CD / Move to SQL2005?

    Are you trying to create them while remoting into the server, or on the server box directly? If not, try that first.

  • RE: Ranking records in query results

    Very nice work, Jeff!

    I didn't know that I stated any reasons (I'm guessing you are commenting on my references to indexes, but to me they're a wash, as they are...

  • RE: Instance name on a report

    My understanding (I haven't had a need for it yet) is that once they are in the body, you can hide them there, and then reference the textbox in the...

  • RE: Letras de palavras

    I don't speak Portugese, and I can't test this, but won't this do the trick for you? By the way, for those following along, he wants to create a row...

  • RE: SQL v7.0 Damaged CD / Move to SQL2005?

    May I ask why they refused to help you? You said you are licensed for 2005, and they do allow "Downgrade Rights" for previous versions under those circumstances. It should...

  • RE: Getting an average

    I'm not John, but I'm pretty sure he's using the two innermost casts to guarantee you don't get the int division issue, where the results are also an int. For...

Viewing 15 posts - 421 through 435 (of 727 total)