Viewing 15 posts - 5,566 through 5,580 (of 6,486 total)
Since we talking wish lists - perhaps use that to somehow bring out those threads that used to get the old Moderator's "this hasn't been answered - please post anything...
December 4, 2007 at 1:44 pm
Spaces sometimes get "eaten" when you cut and paste off of this board. Just mast sure to put a space in front of the word WHERE in the SQL...
December 4, 2007 at 1:40 pm
Oh - I meant - design of the web site.. Adventureworks is very useful at times....
December 4, 2007 at 12:03 pm
...and based on Antares' reformat - you might care to add on extra index per table covering each of the fields in the ON statement, and INCLUDE anything in the...
December 4, 2007 at 10:52 am
It's something SQL server doesn't care about - multi-homing is done at the OS level.
You want to figure out what traffic you can steer to "what" Network interface card.
December 4, 2007 at 10:45 am
K Currie (12/4/2007)
December 4, 2007 at 9:39 am
Make sure you follow the links through all of the way. The initial 2005 version link somehow takes you to the 2008 version of Aventureworks, with a second link...
December 4, 2007 at 9:32 am
Seems awfully long - sounds like something's missing.
neil (12/4/2007)
December 4, 2007 at 9:29 am
WILLIAM MITCHELL (12/4/2007)
Matt, do you actually have Access 97 installed? I don't...
December 4, 2007 at 9:10 am
Interestingly enough - I set up the linked server to use NO security context when it queries the remote server, so I don't set up the server login at all....
December 4, 2007 at 9:06 am
once you do that, an "old-style" pivot on a SINGLE table should do the trick:
select
prediction_date_startdate,
prediction_date_enddate,
sum(case when prediction_week_number=1 then running_prediction else 0...
December 4, 2007 at 8:51 am
Now this doesn't get you all of the way there - but it seems a lot simpler to create the running sums FIRST,
then worry about getting the laid out...
December 4, 2007 at 8:42 am
It also depends on what you call "additional languages". A lot of us play squarely on the OLTP side of the fence, leaving the analyticals, cubes, etc... largely alone....
December 4, 2007 at 7:28 am
Well - this is about the nature of your relationships.
First - you need to remember that a PK uniquely identifies each row. So, if a row in tableA can...
December 4, 2007 at 7:16 am
WILLIAM MITCHELL (12/4/2007)
"Thinking it might be a problem with Access 97, I manually converted some test data up to Access...
December 4, 2007 at 7:09 am
Viewing 15 posts - 5,566 through 5,580 (of 6,486 total)