Viewing 15 posts - 1 through 15 (of 15 total)
When I've used 'on completion' I've had some 'unexpected' results so I'll try and stick with on success where posssible.
Had a read around 'on error' and definitely looks like something...
February 27, 2004 at 7:10 am
I had problems with an activex script that wrote to a log file whilst another job still had a lock on it. It bombed out and the job failed even...
February 26, 2004 at 11:31 am
When I've tried doing this it puts the log file in the same dir as the data file. Can you use this method to attach the database with the log...
July 3, 2003 at 3:21 am
Thanks to all for your suggestions.
mccorks view methodology has worked best here as performance hit is very small on large loads (200,000 - 2m).
DDQ of drmccue works fine on anything...
June 12, 2003 at 3:37 am
enterprise manager - create a local package.
add SQL task and connection to approprite db.
type 'exec proc_name' in sql statement task
right click on package and schedule.
you can then modify job in...
May 28, 2003 at 9:17 am
Cheers, all sorted. I'd got so bogged down in trying to make the outer syntax work I hadn't even thought about using cross joins.
Once again, thanks.
May 28, 2003 at 8:52 am
Thanks for your help, sorry for the delay in getting back to you.
Tried your suggestions and re-ordering joins but no luck.
what I'm trying to do is create a fact table...
May 27, 2003 at 11:22 am
I did run update stats after populating all the tables and also created the proc with recompile, but still no go!
I split out the creation of tables and population and...
May 6, 2003 at 9:59 am
If you use 3 prefix it will work. A bit longwinded but it does work. I've tried 2 prefix like in Allen's example before and it doesn't work for me.
Kevin
...
May 2, 2003 at 4:12 am
If you loop on a timer then isn't this the same as looping until file exists, the cpu is still active.
Ideally I'd like to use WScript.Sleep or something similar from...
April 11, 2003 at 7:32 am
I want to check if the flag file exists. If it does then do processing. If not then sleep for 5mins then check again rather than continually looking for the...
April 11, 2003 at 3:58 am
I think that if you create a compound index on all the join columns in day_sales (and the aggregate column) the optimizer can get rid of the bookmark lookup and...
April 10, 2003 at 10:51 am
Thanks for the explanation.
Read (sqlsever-perfomance.com)that stats should be updated on table over 500 rows when 500 + 20% rows updated/inserted. In this case 500 + 1m = 1000500, so...
April 9, 2003 at 9:47 am
After lots of trial and error. managed to fix the problem.
when I reduced the number of rows in the dominant table to 10 from 815 the query optimizer chose a...
April 9, 2003 at 2:13 am
forgot to metion - we do have auto update statistices turned on.
thanks
April 8, 2003 at 4:46 am
Viewing 15 posts - 1 through 15 (of 15 total)