Viewing 15 posts - 1,951 through 1,965 (of 1,988 total)
Database master: IO is frozen for snapshot
= start of taking a snapshot
Database master: IO is thawed
= taking of snapshot finished. (?)
Is there replication on the server?
September 7, 2005 at 2:49 pm
Every time I had this error it was related to one of the tables not having a primary key.
September 6, 2005 at 10:48 am
The xeons have the hyperthreading-feature. Each processor presents itself as a dual-processor to the operating system.
Mostly an on/off switch is provided in the bios.
An article about hyperthreading:
http://www.digit-life.com/articles/pentium4xeonhyperthreading/
September 5, 2005 at 2:49 pm
I'll search for new drivers, biosses.
Thanks for suggestions.
September 5, 2005 at 1:06 pm
Does it happen at regular intervals, specific times?
Perhaps some program is inserting/retrieving lots of fresh data or using not everyday queries?
Buffer cache hit ratio is related to memory.
September 5, 2005 at 12:58 pm
Might be completely unrelated, but when a particular printer mentioned an error it caused to block all tcp/ip sockets, resulting in communication link failures, no internet ...
A thing that helped was...
September 5, 2005 at 12:42 pm
What processors are there in your Dell system?
It could be hyperthreading (like Pentium 4 does)
September 5, 2005 at 12:37 pm
If I read this correctly
H1 gives a list of products identified by species.ID and producttype
D1,D2... gives the amount of a specific size
and you want it presented in 1 line species...
September 3, 2005 at 7:03 am
You can implement the log shipping using sql-scripts
Backup database 1, restore to other in Standby mode (with standby or normally)
Backup log database 1, restore to other (with standby or no recovery)
Backup...
September 2, 2005 at 5:55 am
1) Why aren't you using
AND pb.SalesText like 'A%'
instead of
CONTAINS(pb.SalesText, 'A*') ORDER BY SalesText, VendorName
No need for the fulltext indexing and uses a regular...
September 1, 2005 at 11:27 am
Depends on what Access version you are using since the more recent ones work with MSDE (slimmed down sql server). In this case they have the same query syntax.
1) The...
September 1, 2005 at 11:11 am
IIS en SQL SERVER on the same machine?
Is is possible to put IIS on one machine and SQL Server on another?
August 26, 2005 at 4:59 am
Viewing 15 posts - 1,951 through 1,965 (of 1,988 total)