Viewing 15 posts - 301 through 315 (of 2,612 total)
I don't know if there will be a good way to describe this in a post.
You need to add a grouping in your report on the District Manager. In...
December 8, 2008 at 1:07 pm
You could use a pivot or a crosstab query (search for crosstab on this site and look for articles by Jeff Moden) but both require you to essentially hard-code the...
December 8, 2008 at 12:43 pm
You can use an APPLY to do this pretty easily, but the performance will not be great because it becomes RBAR because of the correlated sub-query. If the data...
December 8, 2008 at 7:59 am
There is that NOLOCK query hint again...this hint should really be avoided, do you understand that it can not only cause you to read uncommitted data, but also miss committed...
December 8, 2008 at 7:54 am
...a good post and a bad one?...
December 5, 2008 at 12:12 pm
Yes, server/CAL licensing does not care about the number of processors you have in the server.
I would suggest you go to the MS website and read about the licensing if...
December 5, 2008 at 11:46 am
Sorry:
lazy not 2 spell "PLZ"?
...and Steve, can we get the post button to reject anything in all caps and make the poster re-type it?
December 5, 2008 at 11:27 am
A merge join is usually fastest, but if you have a really large table and only need a few records, you really need to use a script component and query...
December 5, 2008 at 11:24 am
It is also pretty lazy to not even spell out "please"?
December 5, 2008 at 11:21 am
Open the cube in BIDS.
Select the cube structure tab (it's the default)
Right-click the measure in the treeview and select properties
In the properties window, change the FormatString property to: #.00
Save /...
December 5, 2008 at 11:19 am
Don't get too excited, setting up a SAN incorrectly can ruin performance. Make sure your SAN vendor helps you make good decisions.
As far as the configuration you are suggesting....
December 5, 2008 at 11:15 am
You either need 5 CAL's or a per-processor license (which will cost more than a server license and 5 CAL's).
December 5, 2008 at 11:11 am
They probably have BOL, I think they want someone to copy and paste just the relevant portions so they don't actually have to spend any time doing the work.
December 5, 2008 at 11:09 am
There you go doing something smart like clicking on the link.
December 5, 2008 at 10:54 am
Please turn off your caps lock.
If this is an actual measure rather than a calculated one, you need to go into the properties for the measure in BIDS and set...
December 5, 2008 at 10:53 am
Viewing 15 posts - 301 through 315 (of 2,612 total)