Viewing 15 posts - 1 through 15 (of 17 total)
ColdCoffee (3/21/2012)
March 21, 2012 at 10:18 am
Hi Mark!!
Thanks so much for this solution!! The formatting is no issue, and the OfflineTime is easily calculated. I'll be trying this out with some live data and...
March 21, 2012 at 10:08 am
Hi Dwayne
Thanks for the post. Your solution looks really good. Your calculation for machineID=1 is a little off though. The first record for machineID=1 and the second...
March 21, 2012 at 10:04 am
I've done this before in c#, but the current requirement is that it be in sql. I would have much preferred to do this in client code.
March 21, 2012 at 9:57 am
Thanks!! I'd love to see what you can come up with
March 21, 2012 at 9:53 am
Thanks Nils!! I'll look into those options. Right now all of my SQL Servers are 2005, but we may be moving to 2008 in the very near future.
-Justin
March 2, 2011 at 4:10 pm
I'll take it from the lack of responses here that no one knows the answer to this question. 🙂
Does anyone at least have a hint or clue how this might...
March 1, 2011 at 4:52 pm
I'd like to second Stephen Byrne's question on the first page of this thread. What would be the best way to report errors on specific insert/update/delete operations. Stephen...
October 15, 2010 at 10:17 am
Thanks Noel for the suggestion to use a CTP. I ended up modifying just my recursive stored procedure and this is what I came up with.
ALTER PROCEDURE [dbo].[DeleteQueueTree]
(
...
April 30, 2010 at 4:04 pm
That will count all of the like items in fieldB, but I want to count all of the items in fieldB which match a specific pattern. For example, "Pass_HW"...
September 10, 2008 at 9:52 am
Jeff, your cross tab code does not work in my production DB. @sql2 gets filled before it is done consuming all of the run statuses. I have attached...
December 28, 2007 at 10:06 am
Thanks for taking the time to look at this Jeff, I really appreciate it. Your example works for the small sample data set in this post, but it...
December 27, 2007 at 10:42 pm
What I am looking for as the final result which will be displayed to the users of my app should look like this:
Feature Defered Error FAIL ...
December 27, 2007 at 10:04 pm
Jeff, thanks for you response. Select top 10 from the view gives the following (in ms i believe):
[font="Courier New"]Time Statistics
Client processing time0
Total execution time968
...
December 27, 2007 at 8:40 pm
Viewing 15 posts - 1 through 15 (of 17 total)