Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Registry Where is CD_Key?

    I may be wrong on this but I seem to remember speaking to someone at insight recently who said that the CD keys are built into the media for sql...

  • RE: Hello friend, is possible to recover a password of sa from a machine?

    Login to the master database with a local admin account on query analyser or whatever you use and then run the following string:

    sp_password NULL, New Password, sa

    I have used this many times and it...

  • RE: Problem while attached the database

    I have had this sort of scenario before and found that because I could not attach the database I could not run commands such as dbcc checkdb (if you have...

  • RE: SQL2000 SP 4 performance issues

    I had the same problem with sp3 and in the end I had to write a scheduled task to stop and restart the sqlserver service at midnight everyday.

    Maybe stopping and...

  • RE: Service Pack

    You are on SP3, the bit at the end stating you are on SP4 is referring to your OS.  The relevant part of the output of @@version for your SLQ build is:...

  • RE: parameter

    It may be worth using a temp table to store your paramter in.  It's probably not the most efficient or elegant method but it works which is the main thing.

    If...

Viewing 6 posts - 1 through 6 (of 6 total)