Viewing 15 posts - 421 through 435 (of 727 total)
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...
May 30, 2007 at 10:03 am
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.
May 29, 2007 at 6:43 pm
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...
May 29, 2007 at 3:38 pm
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...
May 29, 2007 at 2:34 pm
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...
May 25, 2007 at 10:41 am
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...
May 25, 2007 at 10:34 am
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...
May 24, 2007 at 9:04 am
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...
May 22, 2007 at 2:55 pm
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...
May 17, 2007 at 11:08 pm
Are you trying to create them while remoting into the server, or on the server box directly? If not, try that first.
May 16, 2007 at 8:32 am
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...
May 15, 2007 at 8:51 pm
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...
May 15, 2007 at 8:47 pm
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...
May 15, 2007 at 8:43 pm
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...
May 14, 2007 at 1:19 pm
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...
May 14, 2007 at 1:09 pm
Viewing 15 posts - 421 through 435 (of 727 total)