Viewing 15 posts - 556 through 570 (of 1,839 total)
In BIDS< right click on the Project, select Properties.
In the Configuration Properties tree, select Deployment Utility. Change the value from False to True for CreateDeploymentUtility. You can also...
September 24, 2009 at 12:35 pm
For what it's worth, when I tested the following method in a script, the only way I could get it to return 0 was to have no variables declared in...
September 18, 2009 at 7:55 am
Depends a little on what you mean when you say 'standard database backups'. Assuming you're referring to SQL Server DB backups, then yes, it is a distinctly different operation,...
September 17, 2009 at 1:17 pm
Hey Anand,
In the variables container (populated by the Dispenser.GetVariables method), am reasonaly sure the variables still need to be referenced by the full path not just the name. Try...
September 17, 2009 at 9:03 am
Hey Jason,
Not saying it's exactly easy, but it's not too taxing either - if you go to your existing MG in SSMS, and right click, select Script-As Create-To New Query...
September 17, 2009 at 8:56 am
Part of the issue with trying to calculate this on the fly versus writing it in as an attribute of the product (which is what it sounds like it is...
September 16, 2009 at 7:56 am
Ok, you've lost me - it still sounds to me like you don't believe you can get real-time nor accurate results, which is undoubtedly an opinion you're entitled to but...
September 15, 2009 at 9:22 am
cubes are made for heavy calculations not made in real-time but rather trade accuracy for performance
Not sure I fully agree with that, you should have no trade off regarding...
September 15, 2009 at 9:02 am
@mvee - you're trying to make it an attribute of customer, which it isn't really as the 'new-ness' is driven by (and on) the product.
@RonKyle - i agree,...
September 14, 2009 at 1:45 pm
Hey Dan, he's using text strings for keys as well as descriptions 🙁
@emputecido - any chance you can use an internal identifier (like an integer) for the Key for this...
September 14, 2009 at 1:38 pm
Just out of interest, have you taken a brief run through either books online (BOL), or a tutorial (google for "Bill Pearson III" , he has several and is the...
September 13, 2009 at 12:33 pm
Open up BIDS (VS) and instead of connecting to the SSAS DB/Cube, select New Projct. In the project type, select 'Import Analysis Services 9.0 Database' (in 2008 it replaces...
September 11, 2009 at 12:37 pm
You could always write your own provider, but that seems to be a lot of work for not a lot of return.
Why not put the required files on an internally...
September 11, 2009 at 6:12 am
Two options that i know of - change your regional settings (ugh but doable); or (in SSRS 2008) right click on the report (not body) and select Report Properties. ...
September 9, 2009 at 9:43 pm
To concatenate you'd use the '+' operatior, more details on this are here.
If you want to *watch* someone explain Expressions and their use, take a look at this video here.
September 9, 2009 at 11:33 am
Viewing 15 posts - 556 through 570 (of 1,839 total)