July 2025

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728293031  

Style Credit

Expand Cut Tags

No cut tags
Wednesday, February 21st, 2007 12:11 pm
Joy of Microsoft - one of our SQL databases is accessed via an Access front-end. Up until recently, ResearchFinn has been able to remove erroneous rows from the tables by bringing up the table in Access, selecting the row, and pressing Delete. Now, when she does that, an error box pops up which says:
ODBC--delete on a linked table 'dbo_tblAllData' failed.
[Microsoft][ODBC SQL Server Driver]Timeout expired (#0)
It also failed to delete when trying to use a delete query directly within SQL Server itself - it appeared to work when the query was run, but when the query box was then closed, it came up with an Operation cancelled by user message, and didn't commit. However, runnning a delete query from the Access front end worked. Eh?

I'm wondering whether this is any way connected with the recent server C drive problem (see posts passim). I'm going to see whether a reboot (to be scheduled for tonight) solves the problem. I've already tried stopping and restarting the SQLServer service.
Wednesday, February 21st, 2007 02:03 pm (UTC)
We'll make a DBA out of you yet! :-P
Wednesday, February 21st, 2007 02:04 pm (UTC)
I hope so - then I might have an income! Ta! Erm - does that stuff work/is it available on SQL Server 2000? [rueful grin] (Not that I've had a look yet - I'm having a lunchbreak)
Wednesday, February 21st, 2007 02:12 pm (UTC)
It was a long time ago but I'm pretty sure I remember doing that on MSSQL 6.5...
Wednesday, February 21st, 2007 02:25 pm (UTC)
Excellent! I was hoping it wasn't one of Billy-boy's incentives to upgrade ... Ta!
Wednesday, February 21st, 2007 03:10 pm (UTC)
We're still using SQL2000 for the bulk of our SQL servers (that's about 20 big beefy HP dual Xeon servers with around a terabyte of databases between them). SQL2005 does have lots of nice features and we will be migrating to it at some point - but our current CRM system doesn't like it, so we're not moving just yet...