Viewing 15 posts - 46 through 60 (of 186 total)
Thanks! This is fixed, something I overlooked on my part.
December 30, 2015 at 3:09 pm
I fixed it by dropping the indexes on the table and recreating it.
While recreating unique index I got error and found out that here were 28 rows that...
October 6, 2015 at 9:07 am
I noticed that SQL SERVER was running under NTSERVICE\MSSQLserver account. I changed that to run under domain service account and this resolved the issue Thank you!
August 5, 2015 at 9:46 am
Adi Cohn-120898 (8/5/2015)
exec sp_readerrorlog
In case that the bug is because of the GUI, it should work. If there is another problem, then you'll...
August 5, 2015 at 8:40 am
The issue is resolved. Changed the SQL SEVER agent user to a new service account and it started to work.
July 31, 2015 at 10:05 am
The services was using the built in account tried to change is to the service account through the services properties window but getting an Access denied error now.
July 30, 2015 at 3:31 pm
GilaMonster (7/17/2015)
July 17, 2015 at 8:11 am
Never mind it is in CHECKPOINT state now. It was a concern because the queries were running very slow.
June 30, 2015 at 7:59 am
RTaylor2208 (6/30/2015)
The transaction may not originate in tempdb though. You will need to repeat this in your user databases also.
I ran the command in all the hundred...
June 30, 2015 at 7:56 am
RTaylor2208 (6/30/2015)
Can you run DBCC OPENTRAN? Does it report any open transactions?
dbcc opentran('tempdb')
No active open transactions.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
June 30, 2015 at 7:48 am
GilaMonster (6/25/2015)
btw, the error was telling you the...
June 25, 2015 at 10:27 am
client01 5720 0 500
client01_log 2097152 2724 100
June 25, 2015 at 10:26 am
Scott Coleman (4/2/2015)
If no workaround can be found, force it to run as 32-bit....
April 2, 2015 at 12:39 pm
lebraix (4/2/2015)
April 2, 2015 at 11:54 am
John Mitchell-245523 (3/27/2015)
March 27, 2015 at 12:43 pm
Viewing 15 posts - 46 through 60 (of 186 total)