Viewing 15 posts - 136 through 150 (of 210 total)
Correct. Instead of ORDER BY empid DESC you should use ORDER BY empwage DESC.
Thanks anyway.
-Lk
August 28, 2009 at 7:40 am
Could you run those three commands in your database and send us the result?
-Lk
August 28, 2009 at 7:36 am
Hey Matt Wilhoite,
You could do this because you know the row number. Take a scenario where we have a lot of data and we don't know which row number we...
August 28, 2009 at 7:09 am
Go ahead and drop us following information:
SELECT * FROM sys.certificates
SELECT * FROM sys.symmetric_keys
SELECTis_master_key_encrypted_by_server
FROMsys.databases
WHEREdatabase_id=DB_ID('')
-Lucky
August 28, 2009 at 7:05 am
You have really been a great help Mike. Thanks for a great help once again.
-LK
August 25, 2009 at 9:47 am
My question is whether this can be used if the master database is corrupted.
((Anyway we don't need to shut down the sql server and copy files. Simply create a...
August 25, 2009 at 9:28 am
I didn't find any convincing posts on google and so pinged here. I understand this is a database that is helpful when we upgrade the sql server, patching etc.
Following...
August 25, 2009 at 9:15 am
Hello Mike,
Thanks for your help.
When I use following command as per Sarab's response, I get following information:
RESTORE SERVICE MASTER KEY FROM FILE = 'D:\Database Backup\smk.dat'
DECRYPTION BY PASSWORD = '#56$$#jo'
FORCE
--The...
August 25, 2009 at 3:52 am
Mike, Plz go through my post once or drop me a mail at luckysql.kinda@gmail.com
That would be helpful.
Regards,
LK
August 24, 2009 at 8:34 am
Vow Suresh!!
I am able to copy this but one extra character () is also introduced here by using copy command. How to get rid of this?
Lucky
-LK
August 24, 2009 at 7:20 am
Long back I did that. I created one batch file to do this. This batch file consists of the location of all the .sql files. This is just a hint....
August 24, 2009 at 6:51 am
Its ok Sarab. Thanks for your comments and input as well.
BUT my problem remained unsoved :(. I think there is some contention because of SERVICE MASTER KEY. M I missing...
August 24, 2009 at 6:49 am
Thanks suresh. Can you also tell me where I can find the service master key and database master key?
-LK
August 24, 2009 at 5:30 am
Viewing 15 posts - 136 through 150 (of 210 total)