Viewing 15 posts - 1 through 15 (of 67 total)
>The new column has to fit on the original page.
Does that mean the entre table/leaf node pages have to be re-organised ? That way there is no 'row chaining'...
February 1, 2018 at 5:37 am
@TheSQLGuru (Kevin), The values are also different. It is a unique clustered index. the companyid and periodenddate are same, but formid is different.
@Gila, this code is...
January 25, 2018 at 7:02 am
@jeff, yeah we fixed the top 5 query SPs after a 2 year back-n-forth with vendor.. we've reached the end of tuning efforts
it's not CLR, just regular...
January 18, 2017 at 8:28 am
What are you using it for? I am really just curious what the end goal...
January 16, 2017 at 11:26 am
@jason, I've been monitoring the size for past couple years - 8 data files are pre-grown to 1GB each - they never grow more. and a 65 GB...
January 13, 2017 at 8:41 am
Agree on the $110-120K, but it's hard with the 5-10 year exp. bracket, if you are in the same job for long time.
Assuming you start at ~$60K after graduating college...
December 30, 2016 at 4:24 pm
Virtualization offers us other benefits like snapshots etc., and we're OK with the slight overhead.
Only now it is dedicated, cos VM needs that many cores. After we upgrade, it can...
November 4, 2016 at 5:43 pm
nevermind, just thought of workaround - I can insert record into table and then check rowcount
insert into #tmp select
top 1 1 FROM CHANGETABLE(CHANGES dbo.UserPrefs, @last_sync_version) AS ct
WHERE (ct.SYS_CHANGE_CONTEXT...
September 10, 2016 at 10:42 pm
I read somewhere SSC has 600K visitors. Assuming 10% see the salary survey, and 1% respond, that is 6000 responses. I'm also trying to advertise this on stackexchange, and popular...
August 16, 2016 at 10:09 am
> What are you trying to accomplish with this survey?
To get many responses and make the data collected useful
August 16, 2016 at 8:07 am
FYI, the salary survey has been published on home page - https://www.surveymonkey.co.uk/r/SSC-Salary-Survey-2016
Spread the word !
August 15, 2016 at 1:57 pm
1. should have mentioned, we use Enterpise (have SA with M$)
2. oltp box, see cxpacket waits, maxdop was 2 before, wasn't giving up much performance gains anyways, so changed to...
July 26, 2016 at 1:39 pm
@RVarn , there is no external pressure . this is a SQL-only box (no apps), with 32GB ram on OS and 28GB max mem for SQL
There is no 'internal pressure',...
July 12, 2016 at 12:40 pm
@Eirikur, one article says PLE is not what it seems, and another says BCHR is not what it seems 🙂 .. just like 'latest scientific studies show X is both...
July 12, 2016 at 11:50 am
Viewing 15 posts - 1 through 15 (of 67 total)