Viewing 15 posts - 31 through 45 (of 64 total)
Hi Everybody,
Thank You all for your response.
I am using the same database on Sql server on xp sql server on windows 2000, application is also the same.
I think there...
June 15, 2006 at 10:03 pm
Hi Karl,
Thank you very much for your reply.
May 22, 2006 at 2:42 am
Hi,
Try this
Check the auto shrink option in the database properties option.
May 3, 2006 at 4:24 am
Hi,
You try this.
create trigger trig_delete_search
on search for delete
as
insert into deletionhistory
(select firmfile,system_user,getdate() from
deleted);
end
April 19, 2006 at 11:44 pm
Hi Jey,
Are you resolved ur problem or still hanging over there?
April 9, 2006 at 11:43 pm
Hi Bill,
I am taking full backup on saturdays and daily incremental backups. I am restoring the db's with full backup and then differential backup through EM as i said above...
April 9, 2006 at 11:40 pm
Hi Bill,
I did't try this one. I did resetstatus on suspected databases. Thank you bill i learned a new thing from you.
I got one more doubt on suspect state. I...
April 9, 2006 at 11:35 pm
Hi Jey,
First restore the Full backup with option Leave database read_only and restore additional trasaction logs (check this radio button in the restore database options tab)and then restore...
April 7, 2006 at 1:18 am
Hi Andreas,
In EM i found some of the databases are in suspect mode. Then i did some sp_resetstatus and checkdb. After restarting the server, i am unable to start the...
April 7, 2006 at 12:42 am
Hi Amit,
Sorry i am unable to reply you i was busy with some other work. Finally i got the backup from my sys admin and i restored the db successfully....
April 6, 2006 at 3:41 am
Hai Amit,
Thank you friend for your explanation.
My database is not yet attached.How can i run sp_resetstatus on the database? I am newbie to sql server pls....What ever you gave the...
April 4, 2006 at 7:02 am
Hi Amit & Srinivasa Rao,
Thank you for your suggestions.
Amit I am unable to send the .mdf file because its company policy. Tell me how to do the job if...
April 4, 2006 at 12:44 am
Hi Vikas,
I moved log file to some other location and i am attaching the database with this command.
EXEC sp_attach_single_file_db @dbname = 'garage',
@physname = 'e:\mssql7\garage_data.mdf'
I am getting...
April 3, 2006 at 1:11 am
Viewing 15 posts - 31 through 45 (of 64 total)