Viewing 15 posts - 91 through 105 (of 153 total)
I'm running at 98+% of memory usage.
Sharepoint portal gets really, really slow every 30 minutes or so scheduled jobs kick in and need additional memory while they run.
I'm...
June 11, 2010 at 7:59 am
It's a sharepoint server.
No linked servers.
I'm unaware of any custom CLR routines, don't know if sharepoint uses them. Ditto on custom extended procs
What would you recommend as the max...
June 11, 2010 at 7:03 am
16GB RAM in the system.
Max memory set to 12GB
Using 14.5GB or more.
I inherited the system.
It was set to 8GB max ram plus awe enabled. The executable was...
June 11, 2010 at 6:46 am
When I got started in computers back in the early '80s, there was a business model called 'time-sharing'. Software was run on expensive mainframes and businesses shared those mainframes...
April 28, 2010 at 6:46 am
ziangij (3/3/2010)
i fail to understand what is the learning in this question. anybody plz. suggest...
It is pointless to try to find the answer to the wrong question.
April 19, 2010 at 12:58 pm
Gianluca Sartori (4/9/2010)
Paul White NZ (4/9/2010)
And, in general, the order that values are assigned to the variable is unpredictable, or at least not guaranteed.
Really? I use it to build strings...
April 9, 2010 at 1:14 pm
shujaahmad2004 (4/9/2010)
I have a query in one of my reporting services reports which is based on a case statement that uses a wildcard. (e.g. HAVING DIRECTORATE_CODE LIKE CASE WHEN...
April 9, 2010 at 10:58 am
Technically speaking, I believe it is setting the variable once for each row returned.
So, if the query returned 500 rows, the variable would have received 500 different values.
Only the...
April 9, 2010 at 8:39 am
Glenn,
If you have one table that holds all your filters, why can't the views just join to it? It's that simple.
April 6, 2010 at 7:16 pm
I'm clearly not communicating my approach to you.
one data table, one view to go with it.
The view has a where clause in it.
That where clause would apply whatever filtering is...
April 6, 2010 at 6:19 pm
Thanks for clarifying.
But if I did the view, the query inside the view definition would be joined to the filter table, so the view wouldn't need to be changed.
At least,...
April 6, 2010 at 4:29 pm
The example given uses dynamic sql.
The sql statement is held in a variable and is built by concatenating strings together.
At some point, you are going to be getting the name...
April 6, 2010 at 8:54 am
Can you cluster the tables?
It's a great way to partition your data into the equivalent of many smaller tables while keeping the advantage of having just one table.
April 6, 2010 at 8:32 am
Why this data model?
Are you stuck with it?
Because this does not sound like a relational model.
I suggest that you re-think the data model and make it relational.
Many...
April 6, 2010 at 7:14 am
What do you mean by "update statement is successful".
Updates 1 row? >= 1 row? Doesn't throw an error?
April 6, 2010 at 7:09 am
Viewing 15 posts - 91 through 105 (of 153 total)