Viewing 15 posts - 241 through 255 (of 334 total)
June 6, 2006 at 5:11 am
my 2 C, Other than backup, I can think of having a scheduled package which transfers the data after cleaning previous data. I am not sure how many tables and...
June 6, 2006 at 4:56 am
what is the query?
select * from <table> or something more complex.
It is consistent? Even if you open new connection it gives same error?
June 4, 2006 at 4:16 am
what is the output of
dbcc inputbuffer(<SPID>
Restarting should solve this
June 4, 2006 at 3:34 am
I am assuming that it is not WMSDE (another version of MSDE which does not allow network connection)
If its MSDE, you CAN connect from remote clients. Please check if you...
May 22, 2006 at 4:56 am
This message is very generic and can happen because of many reason. I would start troubleshooting this by:
1. Service is up and running?
2. What name you are giving while connecting...
May 10, 2006 at 7:09 am
May 8, 2006 at 8:21 pm
Did this happen after applying SP4? I am assuming that this never worked. If yes, then there is something wrong with Active Directory.
please check the following.
1. Version of 'xpstar.dll'
2....
May 8, 2006 at 8:14 pm
Don't take log backups of the database which is getting shipped because this will break the LSN chain of the logs getting applied on secondary.
as indicated by "colin Leversuch-Roberts" Full...
May 3, 2006 at 8:46 am
chandrika5 is talking about SQL Error Logs or Transaction Logs of the database?
SQLBill gave info about T-Log which is perfect
sp_readerrorlog is the stroedprocedure...
April 10, 2006 at 12:42 am
Please note that the sequence of the full and the differential had to be followed.
So basically there should be a full database backup taken LATER than the one we were...
April 10, 2006 at 12:36 am
You need to take regular log backups. Best way will be to take log backup and shrink the file after that.
April 3, 2006 at 8:32 am
What is the exact command you were running to install service pack?
As far as i understand, it is failing during "configuing server".
If you have verbose log output with you,...
April 3, 2006 at 8:30 am
A transaction log grows unexpectedly or becomes full on a computer that is running SQL Server
http://support.microsoft.com/default.aspx?scid=kb;en-us;317375
April 3, 2006 at 7:54 am
Viewing 15 posts - 241 through 255 (of 334 total)