Viewing 8 posts - 16 through 23 (of 23 total)
Thanks much. This worked great.
January 29, 2008 at 11:09 am
How do you know that? The 4581 ms is in the Query Analyzer. I'm not measuring time to the page itself. Why does it take so long...
January 10, 2008 at 10:12 pm
It takes 4581 ms to execute the query and 1 ms to execute the same w/ DataLength(Content)
Stephen
January 10, 2008 at 8:56 pm
The length of the largest field is 256946. But I've worked on CMS systems w/ larger pages before. Any ideas?
January 10, 2008 at 5:30 pm
Here's the table structure:
CREATE TABLE [dbo].[ContentManagement](
[ContentID] [uniqueidentifier] NOT NULL CONSTRAINT [DF_ContentManagement_ContentID] DEFAULT (newid()),
[Content] [ntext] NOT NULL,
[PageName] [nvarchar](200) NULL,
[CreatedOn] [datetime] NOT NULL CONSTRAINT [DF_ContentManagement_CreatedOn] DEFAULT (getdate()),
[CreatedBy] [int] NOT NULL,
[UpdatedOn]...
January 10, 2008 at 3:15 pm
Thanks for your reply.
That SP is only called from the trigger. The SP checks the order database to see if the customer purchased a membership. The Customer record...
December 14, 2007 at 1:07 pm
Sorry, I should have specifiied, I need a query that will work on both 2005 and 2000.
Stephen
October 12, 2007 at 9:44 am
Thanks Andras.
Can you give me a few examples of free tools that I might be able to try?
Thanks.
Stephen
August 8, 2007 at 8:46 am
Viewing 8 posts - 16 through 23 (of 23 total)