Viewing 15 posts - 5,296 through 5,310 (of 6,395 total)
I'm unsure, its a 3rd party app and uses entity framework with all inline SQL so no procedures for me to look at.
I will pass this to the development team...
April 5, 2012 at 8:41 am
Sorry Gail, the indexid for both pages is 1, which is PK__PSX_PUBLICATION___300424B4
April 5, 2012 at 8:26 am
looks like a case for a cross-tab, see the links in my signature on how to get started
April 5, 2012 at 8:19 am
its 6 of one and half a dozen of the other with that as with windows auth, the auth is done via tokens with the domain controllers which reduces the...
April 5, 2012 at 8:12 am
what is your threshold for blocking processes?
ours is 30 seconds, so we have a job which runs the t-sql below, into a #temp, waits 30 seconds, runs it again into...
April 5, 2012 at 8:08 am
the issue is with FILEPROPERTY, its specific to the database context its running in
From BOL
file_name
Is an expression that contains the name of the file associated with the current...
April 5, 2012 at 7:38 am
could take a look at the attachment, this is what I have used in the past to populate a postcode table and then do a lookup to it for the...
April 5, 2012 at 7:19 am
Figured it out, enable trace flag 3604 then use dbcc page.
boths pages have MetaData: ObjectId = 789577851 which relates to PSX_PUBLICATION_SITE_ITEM in sys.objects
April 5, 2012 at 6:57 am
Hi Gail
There are only 2 indexes, the Primary key and the extra index provided above in the create table and index definition snippets.
I have attached the two plans for each...
April 5, 2012 at 6:49 am
yep, sorry, been one of them days, had my head in MDX all day.
I just thought to myself, why dont you see if the sql handle and plan handle are...
April 5, 2012 at 6:28 am
That was my thinking as well, but then I thought that the select is waiting on the insert so shouldnt I optimise the insert first.
Pretty sure will find out once...
April 5, 2012 at 6:19 am
Thanks Ian, we would have to look at a plan guide as the app is a 3rd party content management system and cannot be changed.
Now this is all new to...
April 5, 2012 at 5:58 am
chetanr.jain (4/5/2012)
It allowes me to user STOP AT command in Full database restore.
However, it allowes me to specify the time between only when full backup started and completed.
THis does not...
April 5, 2012 at 5:03 am
yes its a free tool
you could try modifing the scripts it generates for system and item level roles, but these will only be deployed when you deploy the script, its...
April 5, 2012 at 4:36 am
Viewing 15 posts - 5,296 through 5,310 (of 6,395 total)