Re: SQL 2000 server TCP bind problem

From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 09/08/04


Date: Tue, 07 Sep 2004 19:42:22 -0600

Is the error in your log:
SuperSocket Info: Bind failed on TCP port 1433
If so then some other service grabbed port 1433 before SQL
Server did. From the command prompt, you can use
netstat -an
to find what is using this port.
What exactly was in the log from the DBCC command? Try
executing the DBCC statement from Query Analyzer.
You can restore a backup of the master database if needed.
There is also a utility to rebuild the master database
called rebuildm. But it rebuilds a master database and not
your master database that had logins, servers, etc. For that
you need to restore from your backup.
You can find more information on the rebuildm utility in
books online.

-Sue

On Tue, 7 Sep 2004 17:28:27 -0700, "mmazick"
<anonymous@discussions.microsoft.com> wrote:

>I am running SQL 2000 sp3. I am getting an error in the
>log files that states the SQL server "can not bind to
>TCP: port 1433"
>
>I can not find much info on this other than what is in
>the log files. It appears that the server errored last on
>an integrity check of the SQL master db.
>
>Is there a recovery utility available that will recover
>or rebuild the master database?
>
>Thanks for the help....



Relevant Pages

  • SMS 2003 SQL 2005 Master Database restore, 2ndary MP not working correctly now
    ... I had an issue on my SQL 2005 server which is local to the SMS ... I had to restore the Master database from a SQL ...
    (microsoft.public.sms.admin)
  • Re: index rebuilds
    ... Microsoft SQL Server Storage Engine ... This posting is provided "AS IS" with no warranties, and confers no rights. ... >>> unstable issue after the rebuild. ...
    (microsoft.public.sqlserver.server)
  • RE: Disconnected Database Solution.
    ... > while disconnected from the main database (SQL Server ... > directional upload/download new information since last ... Are there any such features available in SQL ... > Server level I can synchronize with the master database ...
    (microsoft.public.sqlserver.programming)
  • Re: index rebuilds
    ... >> No, sql server wasn't bounced. ... I've checked sql logs and NT logs and ... >> unstable issue after the rebuild. ...
    (microsoft.public.sqlserver.server)
  • Re: SA user has lost is SYSADMIN role
    ... etc. I'm running a SQL 2000 SP4 on a W2K3 enterprise server. ... I've run EXEC sp_helpsrvrolemember 'sysadmin' and I got a error saying ... Rebuilding my master database appears to be the solution. ...
    (microsoft.public.sqlserver.security)