Viewing 15 posts - 211 through 225 (of 497 total)
Sorry I posted completely the wrong link! :blush: The correct one is:
http://www.sqlskills.com/blogs/jonathan/how-much-memory-does-my-sql-server-actually-need/
March 6, 2014 at 3:27 am
If I understand correctly you have set Max Server Memory to 29GB and you're seeing memory used at 75% of that figure which is 21.75GB. That is not an awful...
March 6, 2014 at 2:48 am
Similar to what sqlbuddy said, if you use a For Each Loop container to process your files, you will be storing each filename in a variable. If you then use...
March 5, 2014 at 9:26 am
But as sqlbuddy said, do you actually have a problem?
March 5, 2014 at 8:48 am
Add more memory? Investigate WHY more memory is being used? What sort of monitoring are you doing?
Regards
Lempster
March 5, 2014 at 7:56 am
There will be some sort of error message within Replication Monitor to go with the 'red' mark (a red 'X' I assume): what does the error message say?
Regards
Lempster
March 5, 2014 at 7:52 am
Use a set of staging tables either in the same database (under a different schema for ease of identification and for naming purposes - can use the same table names)...
March 3, 2014 at 8:31 am
EricEyster (3/3/2014)
... but the Kimball design assumes your users are getting data from the relational engine.
I disagree with that statement. Sure, the relational data warehouse containing the dimension and fact...
March 3, 2014 at 7:08 am
Try setting the ParameterName field in the ParameterMapping screen to 0.
Regards
Lempster
March 3, 2014 at 3:35 am
Jeff Moden (2/28/2014)
March 3, 2014 at 3:08 am
yuvipoy (2/27/2014)
Supported means that Microsoft "supports" that configuration. I have installed SQL Server on non-supported platforms and been able to use it plenty of times.
But seriously, why install SQL...
February 28, 2014 at 3:23 am
Oracle_91 (2/27/2014)
Thank you very much Lempster and Perry.
You're welcome. 🙂
February 27, 2014 at 8:45 am
EricEyster (2/27/2014)
As long as you are consistent on assigning the end of time value, that becomes your isCurrent flag.where endDate = '99991230'
Yeah, I get that.
February 27, 2014 at 6:31 am
call.copse (2/27/2014)
February 27, 2014 at 5:11 am
Cracking stuff Andy! Thanks for sharing.
February 27, 2014 at 5:02 am
Viewing 15 posts - 211 through 225 (of 497 total)