Viewing 15 posts - 166 through 180 (of 195 total)
If I'm reading your question right, this is a classic "percentage of total in the detail band" problem. The classic answer is that you need to preprocess your data to...
September 29, 2006 at 10:00 am
Yeah, I was afraid it was too weird a thought <g>. Thanks.
>L<
September 29, 2006 at 8:48 am
>>
select CASE DatePart(month,Date_occur)
WHEN 1 THEN 'Jan'
September 29, 2006 at 8:47 am
>>I don't see how the object is close.
The problem may be that you did this, paradoxical as it may seem:
Set rst = cmd.Execute rst.Open cmd ' <-- this line...
September 29, 2006 at 8:43 am
>>. An organization has a web application that its employees use (authenticating, not anonymously) from all over the place.
If it's over the web, is the SQL Server box sitting behind...
September 29, 2006 at 8:27 am
>>The problem is how does one script the if/then into it?
Maybe we're talking about two different things, or maybe I'm missing something...
If I create a new job, and then...
September 27, 2006 at 12:15 pm
There is a good chance that this has *nothing* to do with any differences between SQL Server editions, but JIC I'm working from a SQL Express instance here...
So, under my...
September 27, 2006 at 10:01 am
>> again it's the IF/THEN code which i have trouble with
I'm sorry, I thought you got that code earlier in the thread:
[Lezza]
>>
The 2005 view is
SELECT...
September 27, 2006 at 9:12 am
Sounds like it might be a rights problem.
When you create the copy of the template, who is the owner/creator of the original template? Who is the owner/creator of the copy?
When...
September 27, 2006 at 9:09 am
Are you starting with an integer number of hours, a DATEDIFF, the DaysInterval property, or what?
IAC if you can't do this on the SQL side, as others have explained,...
September 26, 2006 at 8:42 am
There are two ways to do this that I can see:
1) run a "prefix" job scheduled either before all the one ones or on a frequent schedule. (How frequent depends...
September 26, 2006 at 8:32 am
There are basically two ways to do what you want to do:
1) control the position of the temporary file (use System.IO.Path.GetTempPath() or whatever to find someplace you can expect...
September 20, 2006 at 9:27 am
Well, you seemed to have found your own answer here -- and you definitely know more about OpenXML than I do <g> --
But, FWIW and for future reference for...
September 12, 2006 at 8:48 am
Hi Todd,
There are several reasons why somebody might ask you to do this. Some are technical, some are not. Some are good (I don't mean to equate "good" with "technical" btw). Some...
September 11, 2006 at 9:45 am
You absolutely can convert dates and integers, but it's important to know how the system from which you are converting treats its date of origin. For SQL Server, that's in...
September 6, 2006 at 9:54 am
Viewing 15 posts - 166 through 180 (of 195 total)