Cant' connect to SQLEXPRESS after vundo

  • Hello,

    Yesterday my computer became infected with the vundo virus, I've just removed it but I'm unable to connect to the local server. I was able to do it before but right now I can't.

    Any ideas?

    Thanks

  • Any chance the bad guys changed your password and aren't letting you in or worse?

    IS the service running

    Is the port open?

    What does SQL Configuration Manager show?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • I can't connect through the SQL Server Management Studio Express, I tried "sqlcmd -S(local)\SQLEXPRESS" and got nothing. How can I check if the port is open?

    Thanks

  • netstat can be useful when looking at the ports. Start|Run|cmd Enter. netstat -a Look for your SQL Server port to be listening.

    You can check to see if the service is running via the SQL Configuration Manager or via the Services section of computer management.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • Hello,

    The port isn't listening. How can I check the services list?

    Thanks

  • I found the services list and SQL Server (SQLEXPRESS) is listed, I try to start the service but I get an error, "the system can't find the specified path " or something like that.

  • What was in your sql express database? You might check your programs files\MS SQL Server directories for your databases, move them to a safe location on your disks, and then just do a re-install of sql express. Depending on which version of the Trojan was installed on your machine other things could be hosed as well. Might be safer to just re-image the entire thing once you save your data to somewhere else.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • I had the DB for an application that I'm developing but it had no data, only the tables with their keys and stuff. Should I just copy the SQL Server Database Primary File os something else? Thanks

  • Most likely there should be a mdf and ldf for the db that you were developing. They're probably located in C:\Program Files\Microsoft SQL Server\MSSQL\Data and they would be named something like your database name by default. i.e. if your database was named mybase the files would most likely be mybase.mdf and mybase.ldf.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • I have 2 files that match... one has the name of the DB and the other one is the _log file, are those 2 the ones that you are talking about? Thanks

  • More than likely, yes.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • Great, I'll give it a try and post back on the results.

    Thanks!

  • I'm unable to remove SQL Server... I restarted my PC, tried again and nothing.

  • I tried uninstalling it and it didn't work, the uninstaller freezes when it is gathering the necessary information. I tried installing over it and didn't work either.

    Do you think that 'll have to reinstall WinXP to get it back to normal?

    Thanks

  • It's possible. For me it all comes down to planning. I have an image of my laptop and backup my files to a networked drive. If something goes wrong on my machine I'll play with it for about 30 minutes. If I don't have it fixed by that point, I just re-image the entire thing. In 15 minutes I have a fresh machine with all of my programs setup the way I like them. Something I learned to do early on in my IT career while doing help desk work. Spend 15 minutes on it and if you can't figure it out in 15 more minutes they'll be back up and running.

    If you do opt for the reinstall just make sure you backup all of your documents, code, etc. and make sure that you scan them for viruses etc before you copy them back to your machine once it's reloaded.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic. Login to reply