Viewing 6 posts - 1 through 6 (of 6 total)
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...
August 14, 2006 at 3:58 am
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...
August 11, 2006 at 3:29 am
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...
August 8, 2006 at 6:41 am
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...
August 2, 2006 at 8:07 am
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:...
August 2, 2006 at 7:59 am
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...
July 31, 2006 at 6:18 am
Viewing 6 posts - 1 through 6 (of 6 total)