Viewing 15 posts - 151 through 165 (of 210 total)
I also used FORCE while restoring the master key. But in vain. Need help, Mike!!
RESTORE MASTER KEY FROM FILE = 'C:\Documents and Settings\v-ajohri\Database Backup\mk.dat'
DECRYPTION BY PASSWORD = 'Cheeku'
ENCRYPTION BY PASSWORD...
August 24, 2009 at 4:41 am
Thanks Mike C for this information but still I am not able to retrieve my data. I was able to take the backup of master key and certificate to the...
August 24, 2009 at 4:37 am
Thanks for a quick response Gila. No one noticed the certificate deletion for long enough till I tried to execute the select query. I shall visit the forum again tomorrow...
August 23, 2009 at 5:22 am
Yes the older one I have but that is really very old. I can make a new database with that. Now the question comes of copying the certificate and master...
August 23, 2009 at 3:29 am
I want to make this topic more interesting.
Take a scenario when the DB is online and transactions are open and some work is going on (insert, update, delete).
Now...
August 21, 2009 at 9:32 am
I tried following queries but did get nothing:
select * from log_shipping_monitor_alert
select * from log_shipping_monitor_error_detail
select * from log_shipping_monitor_history_detail
select * from log_shipping_monitor_primary
select * from log_shipping_monitor_secondary
select * from log_shipping_primaries
select * from log_shipping_primary_databases
select *...
August 21, 2009 at 9:18 am
OOps then how to find the settings those where there in Yukon?
-LK
August 21, 2009 at 5:04 am
Yup
wrong date = simply NOT a date
-LK
August 21, 2009 at 4:07 am
Yes Dave. I agree.
The issue was a wrong date:
SELECT CAST('2011900' AS datetime) - This will fail..
-LK
August 21, 2009 at 3:40 am
I created one table with following values:
create table dateformatting
(
Joiningdate VARCHAR(100)
)
insert into dateformatting values('2/1/1900')
insert into dateformatting values('2/1/1900 0:00')
insert into dateformatting values('2011900')
insert into dateformatting values('02011900 00:00:00')
insert into dateformatting values('1/2/1900')
insert into dateformatting values('1/2/1900...
August 21, 2009 at 2:59 am
The issue is that the object level recovery is not supported in sql 2008. Litespeed team is working on this and will get this done within next 3-4 months.
-Lk
August 18, 2009 at 7:55 pm
Can anyone assist me here?
-LK
August 18, 2009 at 11:29 am
AWE enabled (64-bit system)?? AWE, /PAE, 3GB and /USERVA are only for 32 bit. Correct me if I am wrong.
-LK
August 14, 2009 at 7:48 am
use CONVER(VARCHAR,fieldname,109)
-lk
August 14, 2009 at 7:38 am
Viewing 15 posts - 151 through 165 (of 210 total)