Viewing 9 posts - 1 through 9 (of 9 total)
Dev (12/9/2011)
So if I understand your requirements correctly, you are planning 10000+ DBs or schemas (1 per customer).
DBs: N (1 per customer)
Or
Schemas: N
Roles: 3 * N
Users:...
December 9, 2011 at 8:54 am
Dev (12/9/2011)
I believe you got me wrong. I just wanted to warn you and not at all underestimating you (or your skills).
Reading your explanation, I happily take my...
December 9, 2011 at 7:39 am
Perry Whittle (12/9/2011)
Pierre Boucher (12/8/2011)
- Should I allocate multiple files for each FILEGROUP so that our SAN can distribute the I/O?
It's not a given, and in fact for...
December 9, 2011 at 7:08 am
Dev (12/9/2011)
I am sorry to say it's not your specialization & you are taking toooo many responsibilities on your shoulders.
I know quite well it's not my specialization,...
December 9, 2011 at 7:07 am
GilaMonster (12/8/2011)
okbangas (12/8/2011)
December 8, 2011 at 2:08 pm
Just for the records, I was not writing any production code or trying to cumulate anything. Just testing what Mr. Ali said about the performance of memory table vs...
June 16, 2008 at 7:51 pm
Those tests consists of calculating the running total for one field in the table. Both versions does exactly the same thing.
This is the cursor test ...
[font="Courier New"]DECLARE @StartTime datetime
DECLARE...
June 16, 2008 at 2:03 pm
I totally agree with Kevin on the "Code Readability vs Performance" issue.
Readability should not be the sole selection criteria for a solution vs another. Performance of code that runs...
June 16, 2008 at 1:25 pm
Just did some testing with a 300,000+ record table and following some advice from past post concerning cursor optimization, I was able to achieve the following stats:
CURSOR (LOCAL FAST_FORWARD) :...
June 16, 2008 at 12:32 pm
Viewing 9 posts - 1 through 9 (of 9 total)