Where can i find .trn file location when i successfully take the back up of the database?

Where can i find .trn file location when i successfully take the back up of the database?
I accidentally deleted some records in my table, then i followed the procedure based up on this blog:
"http://sqlbak.com/blog/recover-deleted-data-in-sql-server/"
here it saying to find the .trn file, So here i am unable to find the .trn file where the location file i can found.
Can some one help to find out of this issue.
Ramesh S

Hi,
Try this select to check backup history:
Select 
r1.database_name, 
r1.name, 
(case r1.[type] when 'D' then 'Full database backup' when 'I' then 'Differential database' when 'L' then 'Transaction Log Backup' else r1.[type] end) as BackupType, 
r3.physical_device_name, 
r1.backup_start_date, 
r1.backup_finish_date, 
r1.backup_size, 
r1.compressed_backup_size, 
r2.is_compressed,
r1.server_name, 
r1.first_lsn, 
r1.last_lsn 
from msdb.dbo.backupset r1 
inner join [msdb].[dbo].[backupmediaset] r2
on r1.media_set_id = r2.media_set_id
inner join [msdb].[dbo].[backupmediafamily] r3
on r1.media_set_id = r3.media_set_id

Similar Messages

  • Where can I find multimedia files tags when browsing under Finder?

    Hello everyone.
    I'm a newbie in the Macworld so I'm visiting these forums looking for help.
    I created several mpeg2-videofiles on Windows XP SP2, Then I added some tags via file explorer (in the contextual menu, properties then summary). When I copied these files on my new Imac I can watch them without any problem: video, audio, sync, everything's fine. Only problem is I cannot retrieve the files tags in Finder. Is there any setting to set, maybe?
    Thanks
    - Fabio

    Okay...I have some more information and perhaps we are getting closer.  On the 250GB, first I went into that disk and used Disk Utilty to re-format it once using Mac OS Extended (Journaled) then a second time, zeroing it out. I did a screen shot to review if needed, and both times it looked perfect...249GB available.  Then I went into the Time Machine preferences to get ready to backup again, and it had not excluded the other external 120GB with iTunes so I excluded it. I may has previously, never noticed in that screen that it takes a bit of time for it to calculate the information to save.  I may have just clicked on it quickly without reviewing it first.  Today I did, and gave it time to calculate.  At one point the actual 250GB itself, showed up and I excluded it too like the 120GB.  After it finished, the calculations are still it wrong - claiming it has a 200GB backup when the iMac either contains 150GB (based on when I do Get Info) on it or from OmniDisk which calculated about 100GB.  I have not allowed Time Machine to do a backup yet, until this discrepancy can be clear.
    One thing that I thought I had seen or reviewed previous on the Time Machine settings was my home folder - I could be wrong but wanted to mention that.  Another little tidbit to ponder an well is that I have a files of icons that I use for the Hard Disks, and a few folders where I Get Info on the Icon and on the destination and just cut and paste.  I did that today to the 250GB after zeroing, but while I was in the Time Machine settings the change was deleted and neither the manufactures icon was there nor mine, and it has the default blue-green one the software uses.  I know, because my sister's is that way on her system-unchanged.
    Feedback?

  • Where can I find Icon files (*.ico) for using in forms

    Q) Where can I find Icon files (*.ico) for using in forms?
    Explaination: I am looking for icons for showing them in my application. Like I have an iconic button for 'Data Entry' option on Vertical Toolbar. Then one icon for Reports and Queries and so on. I need some icons which reflect the heading like for 'Data Entry', I would like a person working on a keyboard. For reports I would like to have a person reading a report or something like that.
    Can I find such icons on internet or any specific site?
    Pl. guide.
    TIA
    Tariq

    There are thousands and thousands of places on the internet to find .ICO files. Just find one with image and size you want, and use it.
    Note that if you are using web-deployed Forms, you will need to convert the .ICO file to .GIF or .JPG for runtime. The Forms Builder still uses .ICO files, though.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Where can I find this file f90servlet.exe

    Where can I find this file f90servlet.exe

    The Forms Servlets are not .exe files they are Java Classes and can be found in the f90srv.jar which will be in the %OH%/forms90/java directory

  • Where can i find class files in server

    Hi Gurus,where can i find class files in server.
    Kranthi

    Hi,
    Class files:
    Common\JAVA_TOP
    Pages:
    Appl\mds
    Regards
    Meher Irk

  • Where can i find .properties file for jco connection?

    For jco connection to SAP, we need .properties file. Is this file already contained in Exchange Profile or somewhere??
    If yes, where can i find .properties file for jco connection or what is the path to this file?
    OR, do we have to create manually??
    Any help is appreciated.
    Thanks.
    Karma

    Hi Karma,
    Please take a look at these..
    Where to set up the JCO connection?
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/42e13d82fcfb34e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/bc/42e13d82fcfb34e10000000a114084/content.htm
    cheers,
    Prashanth

  • I generated web service from function module.Where can I find .wsdl file ?

    Hi,
    I generated web service from function module.
    Where can I find .wsdl file ?
    I want to use .wsdl file in .Net application.
    Thanks.

    Hii Cemil Bozlagan,
      All Remote enabled Function Modules in Web AS 6.20 and Above are available as Webservices and the WSDL documents are available in the web service repository at
    [http://<host>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html]
    Find the respective BAPI.
    Click on the WSDL link in the browser and download the WSDL document and use it as per the requirement
    Regards,
    Varun

  • Where can I find bin files? I need something in range of 10MB to 15MB

    Where can I find Linux bin files? Especially in range of 10MB to 15MB. What software that have bin file executables available that is small enough to be 10MB or 15MB.

    I don't quite get the point: the generic location of binary files is /bin, /sbin, /usr/bin, /usr/local/bin, etc... If you want to find all executable files in your system and sort them, you can use something like
    find / -type f \( -perm -u+x -o -perm -g+x -o -perm -o+x \) -exec ls -lahd {} \; | sort -n -r -k 5
    The binaries are usually not that big: 10 to 15 MB is a huge beast IMO... What exactly are you looking for?
    Edit: Trilby came sooner BTW, my mplayer is 2.5 MB.
    Last edited by bohoomil (2012-05-11 02:48:24)

  • Where can i find JPEG Files for Flex Button Skinning ??

    Hi a
    I want to apply Third Party skinning to my FLex 3 Built Buttons .
    Please tell where can i find such JPEG Files for this purpose .
    please guide .Thanks.

    Is this not what you're after. Apologies if not, I don't own a Motif XS
    http://download.yamaha.com/search/product/?site=usa.yamaha.com&language=en&categ ory_id1=16244&category_id2=16381&category_id3=&product_id=106375

  • Where can i find FMB files??

    Hi all,
    I want to access the .fmb file for the Suppler form in oracle apps.
    I can get the path from the 'About Oracle Applications' window of Help menu. In that path i can find only the .fmx files.
    Where can i find the .fmb file of that .fmx file???

    $AU_TOP/forms/<lang> - it is in the documentation - Oracle E-Business Suite Developer's Guide
    HTH
    Srini

  • Where can i find "empty cache and cookies" manually on safari with mountain lion.  the link has disappeared.

    i have just downloaded mountain lion and now i no longer can find a link in safari menu to delete all cookies and empty the cache.  where can i find this?  if apple is forcing me to keep website junk on my computer then i want to get rid of mountain lion.

    For the cache:
    First:
    Then:

  • Where can I find a list of fonts that are native to Keynote, especially on the iPad? Thanks

    Where can I find a list of fonts that are native to Keynote on the iPad?
    Thanks

    This page has a lot of info:   iOSfonts.com
    I haven't tried it, but this app claims to let you install any true type font.

  • IMovie Can't Find Movie File Location

    I had to reinstall the OS and all software on my MacBook Pro and after I imported the Movie files back into iPhoto, iMovie can no longer find the movie files for the projects. When I open an iMovie project, there is a yellow triangle with an exclamation point in it. How can I tweak the iMovie project file to point to the movies in the new location?

    It is not the easiest thing to do, but it is possible.
    Please make a backup copy of the project file before attempting brain surgery.
    An imovie project file (with extension .rcproject) is a package. Right click on your Project file in the Movies/iMovie Projects folder. Select Show Package Contents.
    There should be a text file in there called Project.
    It will be in hexadecimal, so you need a hex-capable text editor to read it.
    I would suggest BBEdit (best but $$$) or PListEditPro (free from Apple).
    In this file, you may be able to see the paths and filenames for the clips used in the project.
    This is where iMovie expects to find the clips.
    The least risky thing to do is to move them to where iMovie thinks they should be, with the right names. However, this may impact iPhoto if you are changing the iPhoto library without telling iPHoto.
    So, alternatively, you could edit the file with the new paths and or file names.

  • Where can i find my files that i transferred from my old computer

    I recently purchased a new mac book pro, and using the migration assistant to transfer over my whole itunes library because i have a lot of songs and dont want to have to add them manually all over again. I transfered the music files and the migration assistant said that every thing was complete, but when i went to look for the file, i could not find it. Where would the file be??

    Have you tried spotlight?  Have you looked in you home folder?  Can you find your 'Music Folder'?
    Ciao.
    If you cannot find it, down load OmniDiskSweeper (free) from the Internet and open it.  You might be able to locate it with this application.
    Message was edited by: OGELTHORPE

  • Where can i find *.alg files in 11.1.2.1

    Hi,
    I am trying to locate the *.alg files (used to be in the Essbase App folder in 9.3.3) but i cannot find them in system 11.1.2.1. Any idea where the file has been moved to or has the file extension been changed in 11.1.2.1?
    Thanks and Regards
    Kunal Tripathi

    Have you checked what ARBORPATH actually is on your system before looking in ARBORPATH\appname\dbname? Funny that the docs have a space instead of a slash between the appname and the dbname, I assume that's an error.
    And this might sound silly but... ...have you actually done updates such that the file would have been created? I can't remember offhand, but they may only spring into existence when there's something to put in them.
    If you perform updates with SSAUDIT enabled you are supposed (per the docs) to be getting an error if the log file can't be created. Have you tried performing an update and then checking the application log (the error ought to make it to the client too, but it's possible that errors are suppressed at that level)?
    Last guess, but this is a BSO database you're using, right?

Maybe you are looking for