Viewing 15 posts - 31 through 45 (of 51 total)
PaulB-TheOneAndOnly (5/30/2011)
May 30, 2011 at 9:22 pm
Grant Fritchey (5/29/2011)
In general, I've found that identity works well, but can be abused. In the situation you're describing for example, I'd...
May 30, 2011 at 8:40 pm
In the past I've handled this in BIDS by having two separate RDL's displayed full page as subreports in a single parent RDL.
So it's just two boxes in the...
May 17, 2011 at 6:11 pm
Thank you for the responses.
The idea of Set Based first, Efficient second seems to be along my way of thinking, I just want to make sure I recognize where...
May 16, 2011 at 3:13 pm
One of my questions about managing the same query against multiple servers wasn't referring to live queries, but automated.
For ex:
I run a query to see if db/log is running low...
May 14, 2011 at 6:47 pm
Well I'm a DBA first, C# developer second, web developer third, so I fully agree with a preference toward a centralized CRUD for immediate performance and centralization of logic.
My Director...
April 29, 2011 at 4:25 pm
Actually is there a way to verify that the computer is using all 128GB?
If I set Max Server Memory to 121GB and it can only access 64GB, it'll still...
July 30, 2010 at 5:39 pm
Pretty much a dedicated server.
Only SSMS and RDM have been used aside from admin tools like perfmon and those only get used on a rare occasion.
I'll take a look at...
July 30, 2010 at 4:58 pm
I figured since it managed it's own memory. Thank you.
Total Server Memory (KB): 50177792. Unchanging.
This is the value I was seeing under Paging File under Task Manager.
Well it's 52.2GB...
July 30, 2010 at 4:40 pm
Steve Wright-233748 (7/27/2010)
I'm with SQL Sentry and noticed your post. SQL Sentry provides a complete graphical representation of all deadlocks with a grid display listing all nodes organized by...
July 27, 2010 at 3:34 pm
I'm having trouble getting this from the error log. It seems to be a wall of text, we were having 20+ per hour and each is multiple lines.
Here is...
July 27, 2010 at 3:24 pm
I'm not sure how to obtain such a graph. In SQL Response the data from the graph is displayed, some of it as a graphical representation as well.
But we found...
July 27, 2010 at 3:11 pm
These inserts are generated off of the after update/insert trigger on a table. Basically they run through a before after comparison and creates the history record with this information.
It IS...
July 27, 2010 at 2:39 am
No bottlenecks right now, but because SQL keeps releasing resources reports are slower than they need to be.
We just have years of history that is still reported on in...
May 5, 2010 at 12:53 pm
Yes, no doubt.
Currently we have only a portion of our users on this system and the DB choked with on a single 8-core 16GB and both MDB and LDB...
May 5, 2010 at 11:57 am
Viewing 15 posts - 31 through 45 (of 51 total)