Viewing 12 posts - 1,171 through 1,183 (of 1,183 total)
Sorry about the spacing! Extra spaces got removed from my post ?????
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJanuary 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
...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJanuary 20, 2006 at 5:58 pm
I'm not 100% sure, but I believe it's microsoft
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJanuary 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?
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgDecember 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgOctober 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgOctober 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgAugust 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...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgAugust 3, 2005 at 12:03 pm
Perfect Farrell! I knew there was a simple way. Thank you!
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgAugust 1, 2005 at 11:18 am
Thanks to ALL for your replies. In the end I went with the function, and it works great!
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 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 ...
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 29, 2005 at 9:41 am
Port 80 is default and 443 is for HTTPS.
______________________________________________________________________
Personal Motto: Why push the envelope when you can just open it?
If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.
Jason L. SelburgJune 23, 2005 at 12:25 pm
Viewing 12 posts - 1,171 through 1,183 (of 1,183 total)