Viewing 15 posts - 1 through 15 (of 19 total)
Thanks for the suggestions
Yes, MSDTC service is running.
I've tried toggling both SQL Login and NT authentication.
I think my next step is to tear it down and start over. Perhaps...
February 6, 2002 at 6:59 am
One angle of 100% uptime that was not considered, is replicating your database accross sites. This way if a site takes an outage (power, disaster, etc.) your replicated database...
February 6, 2002 at 6:44 am
Another solution would be to make the 'set' part of your connection prior to doing the insert, or just before the insert do the set. However, I think Steve...
February 6, 2002 at 6:37 am
I use Embarcadero's RapidSQL for this. The SQL extract has an option to put each procedure into one large file or individual files.
The DDL extract has proven to be...
January 8, 2002 at 10:16 am
Bad news....got another 823 last night.
Steve - thanks for the links to the two MS articles. I do not believe I am hitting either of them. ...
December 12, 2001 at 7:10 am
SQL Server 7.0 Service Pack 2 running on windows 2000.
Five databases. Four databases under 500 MB. The database with the 823 is just under 4 GB.
December 11, 2001 at 10:01 am
Steve - Good suggestion on the permanent table suggestion.
We have been kicking that idea around.
The permanent tables would get populated using update/insert triggers and then the reports could...
December 3, 2001 at 9:48 am
Dough! That was way too obvious - Enterprise Manager. Thanks for answering that one.
ONE GOTCHA that I ran into that applies to all SQL Server upgrades, etc. ...
December 3, 2001 at 9:43 am
Thanks for the information. I agree that less tempdb would be beneficial, however, the schema that has been dealt to us does not lend itself to good / performance...
November 30, 2001 at 8:59 am
DavidB -
Pardon my ignorance, but what is "EM on the Client machines to SQL Server 2000"?
Thanks for your earlier reply.
Cheers.
November 30, 2001 at 8:52 am
In our shop we put the onus of this task on the development team. The changes they make must have a 'conversion' script with it that will take a...
November 12, 2001 at 7:15 am
You can create dynamic SQL within you stored procedure. You would not get the benefit of compiled SQL but you would have the benefit of all your database code...
November 12, 2001 at 6:25 am
Steve - ever find anything out about this?
I have not had any luck.
We improved our performance by adding RAM, but I'd still be interested if you ever figured anything out.
Cheers.
-...
November 9, 2001 at 6:11 am
The way I have been measuring the *performance* of the systems is the number of documents per hour that our system can process. A "document" is an image with...
November 9, 2001 at 6:00 am
Greg - Could you post more details? Queries/reports that run for hours might be restructured to run in less time.
Also, I have found that adding 'with recompile' to stored...
November 8, 2001 at 9:39 am
Viewing 15 posts - 1 through 15 (of 19 total)