Viewing 12 posts - 1,171 through 1,182 (of 1,182 total)
Sorry about the spacing! Extra spaces got removed from my post ?????
January 20, 2006 at 6:02 pm
Thomas,
This isn't the most efficient, but it works...
----------------------------
SELECT
ID,
Number,
Name,
Date
FROM
CLASS
WHERE
Number NOT IN
...
January 20, 2006 at 5:58 pm
I'm not 100% sure, but I believe it's microsoft
January 19, 2006 at 4:48 pm
Drew,
Is this a fresh install of RS or one that's been up for a while?
Have you recently moved or restored the RS Database?
December 21, 2005 at 12:00 pm
Issue resolved after a great loss of hair.
Solution, as provided online was to re-install the ASP.NET files by running "aspnet_regiis.exe -c" THIS DID NOT WORK.
After stumbling around, I tried "aspnet_regiis...
October 25, 2005 at 6:34 am
Hello,
This is only an observation that may assist you. From my experience, the extra columns appear when you have more than one table in your report, and the widths and...
October 18, 2005 at 9:25 pm
The font is installed on the webserver! That's the weird part. And you can "export" the file into Excel and print it fine, you just can't print from the web...
August 30, 2005 at 7:43 am
TABLE SCRIPT
-------------------------------------------------------------------------------------
CREATE TABLE [dbo].[tblRTPs] (
[RtpID] [int] IDENTITY (1, 1) NOT NULL ,
[PersonID] [int] NOT NULL ,
[WeekID] [int] NOT NULL ,
[PointsEarned] [int] NOT NULL
) ON [PRIMARY]
GO
-------------------------------------------------------------------------------------
MY WORKING SP
-------------------------------------------------------------------------------------
SET QUOTED_IDENTIFIER ON
GO
SET...
August 3, 2005 at 12:03 pm
Perfect Farrell! I knew there was a simple way. Thank you!
August 1, 2005 at 11:18 am
Thanks to ALL for your replies. In the end I went with the function, and it works great!
June 29, 2005 at 12:10 pm
Francis,
That worked for what I needed. Just for curiosity though, is there an easy way to get the multiple entries in one field?
So if ....
Customer_Contact_ID Customer Location Region ...
June 29, 2005 at 9:41 am
Port 80 is default and 443 is for HTTPS.
June 23, 2005 at 12:25 pm
Viewing 12 posts - 1,171 through 1,182 (of 1,182 total)