Viewing 15 posts - 2,011 through 2,025 (of 2,043 total)
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
How is the authentication to sql server set up?
Windows authentication or sql authentication.
August 25, 2005 at 10:44 am
do you log in using Windows authentication or sql authentication?
August 25, 2005 at 5:12 am
Be sure your idenitity fields are still identity fields, also your timestamp fields.
August 24, 2005 at 4:35 am
Any recent changes (new programs,...) that could coincide with the start of the occurances?
August 23, 2005 at 1:24 pm
Could be a permission problem. You have no problem running it under the sql server agent account?
August 23, 2005 at 1:17 pm
You can script out the jobs, by rightclicking the job and chose All Task -> generate script.
August 23, 2005 at 1:14 pm
Viewing 15 posts - 2,011 through 2,025 (of 2,043 total)