Viewing 15 posts - 16 through 30 (of 188 total)
you dont need an extra license if sql db engine and ssas are active on the same node. you can have them in different resource groups.
problem is that you can...
October 4, 2011 at 12:40 pm
an extra clustered ssas would require an extra license. thats what i was told.
October 3, 2011 at 5:58 pm
well let me rephrase the question. how do I tell which query is eating up all the free pages?
thanks
June 6, 2011 at 5:10 pm
I am not sure how is this useful.. may be I am missing something. I get a result of 5001 from first query. When I use that in second query...
May 25, 2011 at 8:00 am
Actually that was it. I had the wrong db id in there.
Thanks so much. I totally forgot about that parameter.
May 24, 2011 at 11:33 am
I do have some filters. I am running exact trace in production and dev. here is my trace definition:
/****************************************************/
/* Created by: SQL Server Profiler 2005 ...
May 23, 2011 at 3:13 pm
Ran it again and it worked:
DBCC PAGE('test',1,1230531,3) WITH TABLERESULTS
GO
here is what I have.. but I don't think it tells me anything.
BUFFER:BUF @0x0000000244FD1600bpage0x0000000244458000
BUFFER:BUF @0x0000000244FD1600bhash0x0000000000000000
BUFFER:BUF @0x0000000244FD1600bpageno(1:1230531)
BUFFER:BUF @0x0000000244FD1600bdbid110
BUFFER:BUF @0x0000000244FD1600breferences0
BUFFER:BUF @0x0000000244FD1600bUse17211
BUFFER:BUF @0x0000000244FD1600bstat0xc00109
BUFFER:BUF @0x0000000244FD1600blog0x21597979
BUFFER:BUF @0x0000000244FD1600bnext0x0000000000000000
PAGE...
May 12, 2011 at 11:49 am
tried this:
DBCC PAGE('test',110,1230531,3) WITH TABLERESULTS
GO
but doesn't really work
May 12, 2011 at 11:42 am
Most important thing here is that it needs to happen NOT at the record but employee level. I am not sure a trigger can handle this.
April 19, 2011 at 11:23 am
well the problem is that my requirement says I need to archive the old records and insert new records if any change occured. and it needs to happen at the...
April 19, 2011 at 10:21 am
I need to able to do this at the employee level. so even if a single field is updated in prod or is different from what I have in staging...
April 19, 2011 at 10:14 am
there are triggers on the table and isolation level is read committed.
September 27, 2010 at 8:58 am
how does that impact log shipping?
September 15, 2010 at 2:42 pm
Viewing 15 posts - 16 through 30 (of 188 total)