Viewing 15 posts - 1 through 15 (of 23 total)
Sean Lange (11/29/2012)
There is the rub. The system doesn't see it as wasted space. Do you have lots of heaps in your system? Can you add a clustered index to...
November 29, 2012 at 10:25 am
Thanks both for your responses regarding the heap. I guess I'd like to find a way to detect if the same is happening on other tables too (with a big...
November 29, 2012 at 9:52 am
Thank you both for your quick replies! I've created a clustered index and now the table reports as being 600MB as expected so that's great.
Just wondered why the sp_spaceused did...
November 29, 2012 at 9:44 am
Thanks for that!
A scheduled job would certainly be most suitable but i think for a change like this i would rather be on-hand to know what is going on. We...
March 29, 2012 at 8:15 am
We only load a relatively small number of records each night so they are loaded as an append to the existing table. I had thought about reloading into a new...
March 29, 2012 at 7:36 am
Thanks for that. The other SQL server i am thinking of belongs to a sister company running similar tools and processes to our own. I'd like to see if these...
September 14, 2011 at 8:22 am
I'm not looking to make changes to system setting as such... maybe just trying to understand what i'm looking at. I'd like to get a baseline value for a system...
September 14, 2011 at 7:58 am
Ninja's_RGR'us (9/12/2011)
GO
SELECT
optz.counter
, optz.occurrence
, CONVERT(DECIMAL(18,2), optz.value) AS AvgValue
, conf.name
, conf.value
, conf.value_in_use
,...
September 14, 2011 at 7:00 am
Thanks to both of you for your guidance on this. I certainly believe that tuning will bring great benefits here! I just need to prove it! 🙂
Are there any of...
September 12, 2011 at 8:50 am
It is primarily a SQL server for data warehouse applications based on the IBM Cognos 8 toolset. So within that toolset the majority of SQL interaction we have are read-only...
September 12, 2011 at 8:16 am
I can... attached
Chris
September 12, 2011 at 7:53 am
Please find attached the output from the first query.
Unfortunately I do not have the permissions to be able to run the second query (changing the config etc.).
Many thanks for the...
September 12, 2011 at 7:45 am
Our SQL Server is used purely for relational queries (the vast majority are not even ad-hoc queries too but pre-authored reports in our reporting solution - IBM Cognos 8). If...
September 12, 2011 at 7:20 am
Thanks for the help! It's very much appreciated.
Results for the query you sent are below (Sorry but don't know the best way to post them so I've posted the text...
September 12, 2011 at 7:07 am
Thanks for the links - they are certainly detailed and ones that i will give careful consideration to.
At the moment however, I am looking for a little guidance on...
September 12, 2011 at 6:52 am
Viewing 15 posts - 1 through 15 (of 23 total)