Viewing 15 posts - 31 through 45 (of 185 total)
Like others here I'd need a bit more to convince me to remove my table or use this as an alternative. Like most, I also us the time table to...
June 1, 2010 at 1:15 am
Ther'll probably be a way to include the headers in SQL but not to make them bold. For that I would suggest a script that does that automatically when the...
February 11, 2010 at 12:49 am
What version of Proclarity? Also, out of interest, why put it on a server? Asr you sure ir has the correct pivot table services installed and MDAC?
Here is the (I...
September 16, 2009 at 12:56 am
Not to go into this in great depths but yes option 2 will generate a fair bit of logging. Have a look at your databases recovery model. The do some...
August 20, 2009 at 1:40 am
Spreadsheets are GOOD, if used correctly (as pointed out above). by the sounds of the compamy is using Excel to capture and retain data rather than report on it. Thats...
August 20, 2009 at 1:19 am
nigel,
That was what I was getting at.
publicdh-tech,
I like your point about 2008. Not being lucky enough to be using (or even testing) 2008 I'd not contemplated you can just...
August 13, 2009 at 1:59 am
One thing to be mindful with - SET @dt = DATEADD(d,1-DAY(@dt),@dt) is that when it's used with getdate() the result includes the time as well as the date.
August 12, 2009 at 1:02 am
Why not try this -
SELECT @MONTHSTDATE = DATEADD(MONTH,DATEDIFF(MONTH,0,@STARTDATE),0)
instead of a long winded convert.
August 11, 2009 at 1:29 am
The thing with environment variables is when you change them you tend to need a reboot for it to come through.
Now, this could be our set up that makes us...
April 21, 2009 at 4:30 am
Willie,
See if this helps - http://www.sqlservercentral.com/Forums/Topic93756-9-1.aspx
March 13, 2009 at 2:56 am
Do you still have the back up you used to move from box B to box A? if so reuse that to get yourself back up and continue your changes...
February 4, 2009 at 1:11 am
Well done guys,
Many a time SSC has helped me or come to my rescue, hopefully I've helped others along the way.
I remeber the 1/2 million mark and look forward to...
January 29, 2009 at 4:20 am
Not that I want to sound like a moaner for getting a set of free webinars, that I'm sure will be good, BUT, it would have been nice to be...
January 28, 2009 at 2:12 am
There is an "UnknownMember" property on your dimensions, you can investigate that option.
A couple of links that may also point in the right direction -
http://www.sqlservercentral.com/Forums/Topic555260-147-1.aspx
http://www.sqlservercentral.com/articles/Analysis+Services/64802/
December 16, 2008 at 2:11 am
Viewing 15 posts - 31 through 45 (of 185 total)