Viewing 15 posts - 901 through 915 (of 2,640 total)
That's very cool, and useful, thanks.
November 8, 2007 at 6:47 am
I don't have a setup like your to test against, but - is your server or just database case sensitive?
I believe you'd be able to see the correct case for...
November 8, 2007 at 6:43 am
I'm likewise confused as I make use of placing user procs in master named sp_ and unless I actually mark them as system objects they are not.
Just out...
November 8, 2007 at 6:37 am
query sys.sysusers for the user name
November 8, 2007 at 6:32 am
I'm having problems like this with a sql 2000 AS, we've partially solved this by processing the dimensions sequentially rather than processing the whole cube at once.
You might want to...
November 8, 2007 at 6:25 am
The balance between having a clustered index or not is complex, I published an anlysis of index size ( so having a clustered index is covered as part of...
November 8, 2007 at 6:21 am
as far as I know you can't move an install - too many registry keys - I'd advise you to uninstall and re-install ( after detaching your databases of course...
November 8, 2007 at 6:13 am
that's interesting Eddie, thanks for the recommendations I'll file it away for such time as I might need it.
October 17, 2007 at 2:42 pm
constants don't belong in sql , set a view as a constant? god help us!
October 17, 2007 at 2:37 pm
you should set a minimal paging file, the old 1.5 times memory is outdated now on large memory boxes, can you imagine applying this to a server with 128Gb ram?...
October 17, 2007 at 2:30 pm
thanks for joining in on my question, I didn't expect to evoke this interest level!
So ... yes I agree you shouldn't use floats - but it's not my system...
October 17, 2007 at 1:52 am
I'd hate this to end up as a slanging match but the main reason many systems work poorly is the apalling design and implementation of third party applications - usually...
October 17, 2007 at 1:43 am
oh I do agree that float is a bad choice.
select sum( convert(numeric(38,28),xxxxxxx)) from dbo.yyyyyy
returns the same value from each server and if I physically convert the float column to numeric(38,28)...
October 16, 2007 at 7:13 am
sounds to me you've not set it up correctly - does your data source test work and have you defined the properties of the report correctly.
October 16, 2007 at 6:50 am
there's not really enough info to make any guess on your problems. clustering per see should not affect the agent - but it all depends upon the way security and...
October 16, 2007 at 6:48 am
Viewing 15 posts - 901 through 915 (of 2,640 total)