Viewing 11 posts - 1 through 11 (of 11 total)
Hello
I know this issue is quite old however I will add my comments for anyone invesigating this issue. We had a similar problem in my workplace with performance degradation as...
September 26, 2010 at 8:21 pm
Hey
I've run
SET STATISTICS PROFILE ON
go
Before my query but the extra grid with the execution plan was not displayed. I have attached a screen dump of the execution plan, I...
May 2, 2010 at 6:00 pm
I used the following method to remove any obsolete procedures
I ran a trace to pick up all stored procedures that were being referenced over 3 months. I then put the...
March 1, 2010 at 8:27 pm
Hey
I've attached a script that may help you. It shows all the indexes in the selected database and orders them by the user_seeks which is basically how many times...
February 28, 2010 at 4:56 pm
While you guys are on the topic of copying a 2008 database to an older version, I am currently putting together a failover plan after upgrading from 2000 to 2008....
December 23, 2009 at 6:29 pm
This query is used in a report which is run maybe twice a week. The application uses this table a lot more and there are a lot of lookups on...
November 11, 2009 at 10:21 pm
This query is used in a report which is run maybe twice a week. The application uses this table a lot more and there are a lot of lookups on...
November 11, 2009 at 10:15 pm
Hey Lynn
Thanks for the quick reply. After having a detailed look at the execution plans i managed to hit the nail on the head
I compared the 2 execution plans and...
November 11, 2009 at 4:55 pm
I had a similar problem with one of my queries, what i did is hard coded the date time values into the where clause and ran the query, then used...
November 11, 2009 at 3:49 pm
Awesome, thank for all the help guys, thought there might have been a function that made it a bit easier
September 24, 2008 at 12:23 am
Hows this
select ALLocID,count(*)as 'No Of times visited' from dbo.allocationvisit
--where visittime = 'Enter date here'
group by AlLocID
September 22, 2008 at 11:56 pm
Viewing 11 posts - 1 through 11 (of 11 total)