Viewing 11 posts - 46 through 56 (of 56 total)
That is right, But i am asking any sql server specific tool (third party) which can recover data which is deleted accidently,like tools available to retrive data deleted from recyclebin....Any idea...
May 2, 2005 at 3:24 am
select master> Extended stored procedure> sp_sdidebug >right clk properties and check permission ,whehther your username has exec permission on this.?
April 30, 2005 at 3:31 am
Thank u kishore and Allen!
Allen, I have examined the logs as directed and it found out that
Server Application Log
Logwriter : Operating System error 112 [There is not enough space...
April 30, 2005 at 2:00 am
which version of Sql u are using ? Which debugger are u using , T-sql ????????????
April 30, 2005 at 12:30 am
The following will also serve your purpose
use <database_name>
go
sp_helpfile
go
--------------------
April 29, 2005 at 11:23 pm
You will get following fields
fileid groupid size maxsize growth status perf name filename
Move your scrollbar and check it out
April 29, 2005 at 6:50 am
select * from sysfiles will work for u in QA
Also in EM u can slect DB>Right Clk> Properties>Clk Dtafiles or Transaction Log .Below u Can see Location of the DB.
April 29, 2005 at 6:13 am
Mr. Prasad,
It is better to keep patiance and hear others if you are rising a question for help whether answer is generic or not.Second if question is of generic nature don't...
April 29, 2005 at 6:02 am
System may get hang when the size of the DB's get large.It is better to schedule it at different time according to server load.In your case now DB size is small...
April 29, 2005 at 5:10 am
I am using a tool to compress my DB's and to store it to other node in the network.It zip the database according to the ratio specified.It will not affect...
April 29, 2005 at 4:10 am
Viewing 11 posts - 46 through 56 (of 56 total)