Forum Replies Created

Viewing 11 posts - 46 through 56 (of 56 total)

  • RE: DB Recovery!!

    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...

  • RE: Which tables and what db ??

    Rudy,Thanks for the link

    Rafi-

  • RE: Stored procedure Debugging

    select master> Extended stored procedure> sp_sdidebug >right clk properties and check permission ,whehther your username has exec permission on this.?

  • RE: Database Suspect!!

    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...

  • RE: Stored procedure Debugging

    which version of Sql u are using ? Which debugger are u using , T-sql ????????????

  • RE: Path to MDB file

    The following will also serve your purpose

    use <database_name>

    go

    sp_helpfile

    go

    --------------------

  • RE: Path to MDB file

    You will get following fields

    fileid   groupid   size        maxsize     growth      status      perf        name       filename                                                                                            

    Move your scrollbar and check it out

  • RE: Path to MDB file

    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.

  • RE: Where to find out detail of when the Index is created and modified?

    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...

  • RE: Backup timings - Best practise

    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...

  • RE: Database Backup compression

    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...

Viewing 11 posts - 46 through 56 (of 56 total)