Viewing 15 posts - 76 through 90 (of 138 total)
Currently, there are no rows in the MetaEvents table. Yes, I'm trying to update that table with the 1 row that is returned from the select query from the...
January 7, 2008 at 12:34 pm
Hi,
Just wanted to update my post. It turned out that a table in the ReportServerTempDB database was corrupt. The weird thing is that I ran DBCC CHECKDB on...
January 7, 2008 at 12:10 pm
Hi,
It looks like there is a problem with Reporting Services. I found this in the log:
ReportingServicesService!dbcleanup!1a2c!12/26/2007-00:04:34:: e ERROR: Sql Error in CleanExpiredSessions: System.Data.SqlClient.SqlException: Page (1:28575), slot 1 for text,...
December 26, 2007 at 10:35 am
Hi,
I already saw that article and we are not running SQL Server 2000 with an affinity mask and we are not seeing any other errors. It is frustrating because...
December 26, 2007 at 9:36 am
No, we are not currently using Database mirroring on this server.
Isabelle
December 19, 2007 at 11:16 am
Hi,
I will take a look at that paper on SQL performance troubleshooting. We are currently working with a Microsoft engineer:
Sanjay Karmakar
Microsoft SQL Server Support Engineer
I just thought I would...
December 19, 2007 at 11:07 am
Hi,
I will forward the suggestions about the hyperthreads to my sysadmin and take a look at the scripts you provided. Actually, we have purchased the SQL Diagnostic manager but...
December 16, 2007 at 3:31 pm
Hi,
Unfortunately, 64bit is not something that we are thinking about at the moment. We only have /PAE enabled in the boot.ini
This is what is in the boot.ini
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows...
December 14, 2007 at 5:36 pm
Thanks for the info. It looks like I have it in correctly. I wonder why it did not generate the dump log then?
Isabelle
December 4, 2007 at 10:56 am
I am still having trouble with this. Even though I only gave them select to specific tables and have verified that they are not a part of any roles other...
September 6, 2007 at 12:14 pm
I am experiencing the same issue as Ryan. I have run the DMV
sys.dm_db_index_physical_stats and got the information that my index was 80% fragmented. I rebuilt the indexes and...
July 13, 2007 at 10:55 am
I got it to work using the following:
select vw.whse_code, vw.item_code, vw.qty_onhand, MAX(rh.date_rcvd),
CONVERT(VARCHAR,MAX(rh.date_rcvd),12) AS CONVERTED_LOT
from incinvw vw, incinv1 v1, podinrh rh
where v1.lot_control_ind = 0
and vw.whse_code = 'W011'
and rh.item_code =...
May 1, 2007 at 4:12 pm
Any new inventory item entered into the system will get the number generated automatically by the application. This is just a one time deal to get in our inventory from...
May 1, 2007 at 3:34 pm
As I said, since we have both 2000 and 2005, I got confused and forgot this was in our SQL 2000 database. Sorry.
I actually created an identity column which created...
May 1, 2007 at 2:49 pm
Hi,
I'm sorry, but I forgot that this is a SQL 2000 database (we have both 2000 and 2005 and I got them confused) so when I try to use the...
May 1, 2007 at 11:17 am
Viewing 15 posts - 76 through 90 (of 138 total)