Viewing 15 posts - 16 through 30 (of 66 total)
Its baaaacccckk. Now it is taking about 3 minutes to run the query. I feel it will creep up to the 15 minute range as it did before. I guess...
August 27, 2004 at 12:21 pm
Yes, absolutely identicle hardware including same dual CPU setup, same speed and configuration of drives in the 8 disk scsi array, ram, etc.
August 23, 2004 at 6:40 am
Thanks for the variations! I will have to remember the negative datediff usage.
-A
August 20, 2004 at 8:05 am
A couple of suggestions:
The simplest option might be to formulate a query that builds the HTML that you want to be the body, and then use the SQL mail agent...
August 20, 2004 at 6:52 am
It always annoys me when I see a newsgroup thread somewhere about a problem I am having, and the conversation stops before the problem is found or the resolution is...
August 20, 2004 at 6:46 am
Since you don't want to overwrite the pkey (presumably letting system generate it) you will probably need to explicitly name the columns to update. Something like...
UPDATE t2 SET (col1 =...
August 19, 2004 at 8:45 am
I haven't had a problem using the global variables with actual SQL statements. The stored procs are probably a better way to go anyhow.
-A
August 19, 2004 at 8:33 am
We still had 1 SQL 7 box laying around so I checked. I don't see a way to do this in 7 so perhaps it was a new feature in...
August 19, 2004 at 8:31 am
I guess that is true. What about this?
WHERE mydate < cast(cast(month(Getdate())as char) + '/01/' + cast(year(getdate())as char) AS SMALLDATETIME)
There might be a better way of doing this.
August 19, 2004 at 8:02 am
This is a simple question with a simple answer.
1) Open DTS job in design mode.
2) Package -> Properties -> Global Variables tab
3) Add your variable and a default value
4) Open...
August 19, 2004 at 7:47 am
It seems like I remember having this trouble quite a while ago but we are running standard edition now. It would be best to check the MS site for an...
August 19, 2004 at 7:34 am
Will this work?
WHERE MONTH(mydate) < MONTH(GETDATE())
August 19, 2004 at 7:27 am
Well, after 2 weeks of running on a new server with the same hardware (dual processors enabled) the performance problem has never returned. I still don't know what the problem...
August 19, 2004 at 7:19 am
Well, after 2 weeks of running on a new server with the same hardware (dual processors enabled) the performance problem has never returned. I still don't know what the problem...
August 19, 2004 at 7:17 am
Well, after 2 weeks of running on a new server with the same hardware (dual processors enabled) the performance problem has never returned. I still don't know what the problem...
August 19, 2004 at 7:16 am
Viewing 15 posts - 16 through 30 (of 66 total)