Viewing 15 posts - 196 through 210 (of 213 total)
In our main application, almost all use is by internet users calling our database from a vertical market application. Each one has a login (SQL of course) and it's...
July 11, 2002 at 7:04 am
I think I found it in BOL. The option 'Truncate Log on Checkpoint' was checked. This is to minimize growth of the database, it also apparently makes the...
June 25, 2002 at 2:56 pm
Lot's of laughs on that one. I had started the full scan as part of the original troubleshooting efforts. After 40 minutes it reported 2% done on our...
June 24, 2002 at 3:34 pm
During repeated attempts to get SQL started I found that 'opends60.dll' and a couple of other DLL files were being reported as 'file or directory is corrupt'. I tried...
June 24, 2002 at 11:59 am
George - You wrote:
quote:
Example:User 1
Update table TABLE_A set Field1 = ‘X’ where ID = ‘11111’
Update table TABLE_A set...
June 4, 2002 at 4:20 pm
The root cause of deadlocks is a design issue. The most common way to get a deadlock is when User1 has Table A locked and then needs a lock...
June 4, 2002 at 9:56 am
I appreciate the suggestion about Profiler, but the customer is not that savvy. What in particular would I be asking him to look for?
Any other ideas? I'm getting...
June 3, 2002 at 11:40 am
Thanks for the Ping idea, here are the results:
Like most folks, customer has "Discard Pings" on his router. Helped him find and disable that. Ran the Ping test...
May 31, 2002 at 11:05 am
Anything over a few hundred bytes fails using Enterprise Manager, Query Analyzer, and our software. The client does not have FTP or web services. Did you have a...
May 31, 2002 at 8:59 am
It's not just rowcount though. It's more like a certain byte count of data. I can pull about 5 rows on a small table (Select * from Defaults...
May 31, 2002 at 7:39 am
Thanks Andy. I had already used ODBCPING to verify that we were getting through his firewall to the server (although I knew I was since I could access the...
May 31, 2002 at 5:48 am
Steve: Now that's what I'm hoping for. The ability to write a SP in VB, using powerful structures like a real Select Case and the non-convoluted If Then...
May 20, 2002 at 10:11 am
I'd just like to know how you posted this article on 5/23/02 when it's only 5/19/02 in Florida. I know we can't count votes correctly, but I thought we...
May 19, 2002 at 12:21 pm
Thanks Steve. You always have such clear precise answers. I knew about SET IDENTITY_INSERT, seems that would only apply when one wants to deliberately copy data from one...
May 17, 2002 at 6:51 am
Good article, I hadn't thought that much about it - we don't care that the Identity columns are sequential. Unique we do care about. Your quote from MS...
May 16, 2002 at 7:56 am
Viewing 15 posts - 196 through 210 (of 213 total)