Viewing 15 posts - 16 through 30 (of 32 total)
I don't know if thats possible, but, perhaps you could write a little test application that simulates the expected load and environment on that table independently of the others, and...
July 9, 2004 at 2:41 am
There are a number of approaches that you can follow, as the others mentioned. A couple of rules though:
1. Have a clustered index on your primary key - I have...
June 9, 2004 at 12:13 am
Hi, without more information everything is just a guess. But, I'd say, since re-building your indexes helped for a little while that you may have a couple of problems that...
November 19, 2003 at 11:25 pm
Duplicates can be checked for using @@error, just remember, if you are calling into SQL using a client, e.g. java, each error you ignore is going to be passed to...
October 14, 2003 at 2:11 am
Also, you'll probably find that the statistics are out of date.
Try running the query and profiling with the Profiler for warning and statistics events, or run the same query...
October 14, 2003 at 2:03 am
Thanks Jonathan, that would be most helpful.
October 13, 2003 at 11:31 pm
Thanks Kay,
Thats something I hadn't thought of.
October 13, 2003 at 12:21 pm
Sorry guys, I mean't one column, not one row. I can do this, but the overhead and risk is not really worth it, since we will have to also find...
October 12, 2003 at 6:17 am
We're already using the simple, but since the Alter table command is one "atomic" command, SQL is forced to write all changes to the log first, otherwise, if something goes...
October 10, 2003 at 9:35 am
Thanks,
Yeah, I can get the data out of one row with bcp, but I can't bcp only one row back [;-)].
The upgrade is on a test machine, so its...
October 10, 2003 at 9:03 am
Thanks Jonathan, looks like our copy will do the trick, we need to grow the log file manually before we upgrade to around 1GB to avoid the extra time SQL...
October 10, 2003 at 7:33 am
Hi Mark,
Yes, re-creating the schedules resolved the problem. I have had no luck finding the exact reason for the problem though.
August 26, 2003 at 2:32 am
You might wan't to turn it off again afterwards though. I believe that its a connection wide property, and will therefore affect other transactions if you are re-using your connection...
August 19, 2003 at 5:14 am
I ran into the the following problem after installing Windows 2000
Service Pack 4 on a Cluster.
The SQL Server Agent jobs that run operating system commands, and were
running and enabled prior...
August 19, 2003 at 3:18 am
Hi All,
I have personally seen two issues. The one pertains to Clusters specifically, and is basically that SQLServerAgent stops firing Operating System jobs.
I had to re-create the schedules...
August 19, 2003 at 2:58 am
Viewing 15 posts - 16 through 30 (of 32 total)