Viewing 11 posts - 1 through 11 (of 11 total)
sorry for the delay - but the checkdb lasts a while, there are almost 250.000 tables in the db.
checkdb and again checktable - both without errors
but no difference today!!!...
November 17, 2011 at 1:32 am
no problem on sunday,
trying it to start again today after our business hour (in one hour)
November 16, 2011 at 8:58 am
the 6 records are old records (last year), we mentioned the error, because there where reports with different results.
to find the problem I created a simple select with and without...
November 16, 2011 at 7:27 am
no - there is absolute no indication for an error
November 16, 2011 at 7:08 am
I executed the checktable befor rebuilding the index - there was no error log;
the question is, what can cause this difference of rows in the index
November 16, 2011 at 6:38 am
I checked it - there are no Nulls
the problem is, that the application (Navision) comes to different results, depending on what report was started. (with the profiler I saw the...
November 16, 2011 at 3:00 am
select COUNT(*) from [dbo].[AT101 Swietelsky Bau GmbH$Sachposten]with(index(0))
where
[Sachkontonr_]= '250020' and
Buchungsdatum <= '2011-09-30'
select COUNT(*) from [dbo].[AT101 Swietelsky Bau GmbH$Sachposten]with(index(7))
where
[Sachkontonr_]= '250020' and
Buchungsdatum <= '2011-09-30'
First selcect delivers: 1325748
second: 1325742
November 16, 2011 at 2:13 am
Hi,
Thank´s a lot - the script work´s well on SQL 2005. But it does not list users which have no user mapping.
The reason for the solution I need...
March 30, 2009 at 2:43 am
Hi,
that´s not my problem. I have a login, an the login has no databases mapped. So it´s not an orphaned, and the "sp_change_users_login 'Report' " reports nothing.
March 24, 2009 at 3:07 am
Hi, Thank´s a lot. I just wrote the following script, and it work´s fine
Use [Test]
declare
@username varchar(64)
declare c1 cursor for select name from sysusers
where uid > 1
...
March 24, 2009 at 1:59 am
Viewing 11 posts - 1 through 11 (of 11 total)