Viewing 15 posts - 5,926 through 5,940 (of 18,926 total)
heb1014 (5/19/2011)
May 19, 2011 at 8:30 am
Create a new linked server to test. Shut that server down.
Run the insert and log the error you get.
use try catch to control the error, then run the 2nd...
May 19, 2011 at 8:27 am
Any of them blanks?
Make sure the total space of the report doesn't exceed the size of the paper (including margins)
May 19, 2011 at 8:26 am
Make sure the image is in the page header (not report header).
Then in the page properties click repeat header.
You could do the same in the header / footer of a...
May 19, 2011 at 8:19 am
GSquared (5/19/2011)
Ninja's_RGR'us (5/19/2011)
GSquared (5/19/2011)
Ninja's_RGR'us (5/19/2011)
GSquared (5/19/2011)
May 19, 2011 at 8:18 am
The real solution is to tune those processes and if possible run them of hours to lighten the load.
May 19, 2011 at 8:15 am
BinaryDigit (5/19/2011)
thank you 🙂
I still don't see anything that won't run a scan of some sort... still waiting on table script and sample data.
May 19, 2011 at 8:12 am
GSquared (5/19/2011)
Ninja's_RGR'us (5/19/2011)
GSquared (5/19/2011)
May 19, 2011 at 8:11 am
GSquared (5/19/2011)
May 19, 2011 at 8:00 am
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
May 19, 2011 at 7:59 am
Delete in small loop. Switch db to simple recovery. Make sure you don't care about losing all your data and changes between backups tho.
May 19, 2011 at 7:56 am
I assume the column is of varchar datatypes here.
UPDATE Tbl SET Col = REPLACE(Col, '7', '82')
May 19, 2011 at 7:55 am
I has to be a reindex job. It's always that or a massive import of data.
May 19, 2011 at 7:51 am
When the backup is taken, the space is marked available for reuse. so the log doesn't need to grow.
You can schedule it more than once... maybe every 10...
May 19, 2011 at 7:49 am
Run the log backups every 10 minutes (maybe even less).
May 19, 2011 at 7:37 am
Viewing 15 posts - 5,926 through 5,940 (of 18,926 total)