Viewing 15 posts - 31 through 45 (of 59 total)
Matt,
Sorry, I am not sure how to enable impersonation in IIS.
Thank you,
Norbert
November 5, 2008 at 2:39 pm
The asp code runs on Windows 2003.
Thank you.
November 5, 2008 at 12:28 pm
Windows XP is on the client side.
This will be accessed through a web browser so I am not sure if the OS matters.
The server that SQL 2005 is on is...
November 5, 2008 at 11:13 am
Matt,
Thank you very much for the information.
Norbert
November 3, 2008 at 2:49 pm
ALZDBA,
Thank you for your assistance. I got it working using Rank in SQL 2005
CREATE PROCEDURE class_top12 --class_top12
AS
BEGIN
SET NOCOUNT ON;
Select
CourseScheduleID, Course_Number, CourseDate, LocationID,
RANK() OVER
(PARTITION BY...
November 3, 2008 at 2:30 pm
Mr. Corbett,
Thank you for this clear and great explanation!
Norbert
September 8, 2008 at 11:28 am
I tried UPDATETEXT:
Update dbo.navigation_content
Setcontent_body = UPDATETEXT(content_body, 'tax deferred', '1031')
I get the error: Incorrect syntax near the keyword 'UPDATETEXT'.
July 17, 2008 at 4:58 pm
Hi John - Thank you very much for your help. Sorry for the late response.
Your code works perfectly!
However, for some strange reason when I run your query against my real...
August 9, 2007 at 11:18 am
Hi Lynn,
The original error went away. Now I am getting these errors.
Server: Msg 207, Level 16, State 3, Line 1
Invalid column name 'course_type_id'.
Server: Msg 207, Level 16, State 1,...
August 9, 2007 at 10:05 am
Hi Lynn,
Sorry for the delayed response.
I am getting this error:
Server: Msg 107, Level 16, State 3, Line 1
The column prefix 'class' does not match with a table name or alias...
August 8, 2007 at 4:40 pm
Thank you Lynn. I copied your code exactly and I got the error.
I will test John's code next.
August 6, 2007 at 4:51 pm
Hi Lynn,
Thank you for your help.
I cannot figure out why I am getting this error:
Server: Msg 107, Level 16, State 3, Line 1
The column prefix 'class' does not match with...
August 6, 2007 at 3:24 pm
Viewing 15 posts - 31 through 45 (of 59 total)