I've failed to turn on single-user mode. I've used the following command
"Ekrem Önsoy" wrote:
> Application Log is nothing to do with Transaction Log. They are totally
> different things. Don't confuse yourself with that.
>
> Application Log is about Windows and it keeps logs of Application Events.
>
> Transaction Log containt all your activities about the database that it
> belongs to.
>
> Please read the following articles from BOL:
> DUMP
> Makes a backup copy of a database (DUMP DATABASE) or makes a copy of the
> transaction log (DUMP TRANSACTION) in a form that can be read into
> Microsoft® SQL Server™ using the BACKUP or LOAD statements.
>
> Important The DUMP statement is included in SQL Server version 2000 for
> backward compatibility. It is recommended that the BACKUP statement be used
> instead of the DUMP statement. In a future version of SQL Server, DUMP will
> not be supported.
>
> DROP DATABASE
> Removes one or more databases from Microsoft® SQL Server™. Removing a
> database deletes the database and the disk files used by the database.
>
> You may find more information about Transact-SQL commands and much more from
> Books Online:
>
http://msdn2.microsoft.com/en-us/library/bb545450.aspx >
> --
> Ekrem Önsoy
>
>
>
> "KHATER" <KHATER@discussions.microsoft.com> wrote in message
> news:393777BD-CE08-4C42-9466-788421073E98@microsoft.com...
> > Please can you tell me what is the difference between the application log
> > and
> > the transaction log? if both of them are identical, can I use the commnd
> > "DUMP trnsaction log"?. Is it necessary to dump database after processing
> > DUMP transaction log?. Please can you tell me the difference between DUMP
> > and
> > DROP database?
> > Thank you
> >
> > "Ekrem Önsoy" wrote:
> >
> >> Something pulls you back from changing it but I can't figure out what it
> >> is
> >> from this message unfortunately :(
> >>
> >> You can clear the Application Log from Event Viewer. Go to Event Viewer
> >> and
> >> right click on it and clear it. If you need to keep that log, then save
> >> it
> >> before clearing.
> >>
> >> I could suggest you to connect to your SQL Server in a Single-User mode
> >> and
> >> then try that change in that mode.
> >>
> >> You can do that going to SQL Server Configuration Manager and go to
> >> properties of SQL Server service. Go to Advanced tab and add "-m;"
> >> parameter
> >> to the Startup Parameters. Restart your SQL Server service and then try
> >> changing Maximum concurrent connections value.
> >>
> >> After performing this, do not forget to going back to SQL Server service
> >> properties and erasing that "-m" parameter and restarting your SQL Server
> >> service. Otherwise, nobody except for you could loging to SQL Server.
> >>
> >> Also, stop SQL Server agent before trying to login to SQL Server when
> >> it's
> >> in Single User mode, because it may try to use that Single-User right and
> >> then you may end up failing to login to SQL Server because of SQL Server
> >> Agent service.
> >>
> >> Please let me know about the result of this process if you proceed.
> >>
> >> --
> >> Ekrem Önsoy
> >> MCBDA, MCTS: SQL Server 2005, MCSD.Net, MCSE, MCT
> >>
> >>
> >>
> >> "KHATER" <KHATER@discussions.microsoft.com> wrote in message
> >> news:485D24AF-35CA-4577-8A42-7B2E3403E6B7@microsoft.com...
> >> > Thank you for your tips. I've tried to change the user connections to
> >> > 0, I
> >> > found the error message was no more active for a long period before it
> >> > reactivated again at the end but with connections user 25! Through that
> >> > time
> >> > I've received the following message
> >> >
> >> > "A connection could not be established to fileserver - (DB-Library) SQL
> >> > server connection Timed out".
> >> >
> >> > "SQL server connection time out. Do you wish to retry?
> >> >
> >> > "ERROR 10024 (DB Library) SQL server connection time out"
> >> >
> >> > Msg No 10007 Severity 5 State 0. General SQL server error.
> >> >
> >> >
> >> >
> >> > Here some more problem clarification that it could help fixing the
> >> > problem
> >> >
> >> > - The working data base is marked inaccessible and cannot be edited
> >> >
> >> > - The following message appears when restart the server and before
> >> > login
> >> >
> >> > "The application log file is full"
> >> > If you have any further useful tips, please do not hesitate to send it
> >> > to
> >> > me.
> >> > Thank you and best regards.
> >> >
> >> > KHATER
> >> >
> >> >
> >> > "Ekrem Önsoy" wrote:
> >> >
> >> >> You said you tried using sp_configure but I'll ask you to go to EM and
> >> >> connect to your instance and then go to SQL Server Properties dialog
> >> >> box
> >> >> and
> >> >> select Connections tab and check the "Maximum concurrent user
> >> >> connections"
> >> >> option for this situation. If it's set to 15 or something, please
> >> >> change
> >> >> it
> >> >> to "0" which means unlimited connections are going to be accepted by
> >> >> SQL
> >> >> Server.
> >> >>
> >> >> Please let me know about the result of this course.
> >> >>
> >> >> --
> >> >> Ekrem Önsoy
> >> >> MCBDA, MCTS: SQL Server 2005, MCSD.Net, MCSE, MCT
> >> >>
> >> >>
> >> >>
> >> >> "KHATER" <KHATER@discussions.microsoft.com> wrote in message
> >> >> news:EEB5A7C4-2ECA-47EC-BF23-DC2EB21989B6@microsoft.com...
> >> >> >
> >> >> > Problem description
> >> >> > ==============
> >> >> > - I have 4 clients and 1 server (SQL server)
> >> >> > - 3 clients are Monitoring console 1 client is operation
> >> >> > console
> >> >> > - Monitoring console collects some data from the control unit
> >> >> > and
> >> >> > store them into the Sql server
> >> >> > - The operation console then retrieve this data from the sql
> >> >> > for
> >> >> > reporting and statistics purposes
> >> >> > - I am using ODBC connection
> >> >> > - The problem is that the operation console is not able to
> >> >> > connect
> >> >> > to
> >> >> > Sql server
> >> >> > - I receive Error message: “A connection could not be
> >> >> > established
> >> >> > to
> >> >> > fileserver-(SQL server). Unable to connect. The max number of 15
> >> >> > configured
> >> >> > user connections are already connected. System administrator can