How to find which table is not being used ?

Hi,
I am in need of releasing space from the common schema we have. i have been permitted to drop the tables which has not been used for the last three months.
Can anyone please suggest how to find the tables that has not been used for a given amount of time.
Thanks and Regards.
Rajib

i have been permitted to drop the tables which has not been used for the last three months.Can I just chip in an observation on this premise? It's not unusual for systems to have processes that run quarterly or even annually. You need to be very careful about dropping "unused" tables - you might just kill your organisations end of year reporting system.
Is buying more disk space really not an option?
Cheers, APC

Similar Messages

  • How to tell which Indexes are not being used?

    We are a large development shop and have many customers. Our database design is very generic so that it works for all of our customers. Each night we use an SSIS ETL process to bring down large amounts of data from the iSeries into SQL. One
    particularily large customer takes a very long time and we are looking for ways to speed up thier data import and transformation. I would like to see which indexes he does not use and possibly remove them. Each night we fully repopulate hundreds of staging
    and ods tables and incrementally delete and repopulate the days work for a handful of history type tables. Removing some indexes off of the large tables could make a big impact. 
    How can i tell which indexes the customer does not use?

    > IDENTIFYING UNUSED INDEXES IN A SQL SERVER DATABASE 
       Just because an index is not being used does not necessarily mean it should be removed.
    > Index This: All About SQL Server Indexes
    sp_BlitzIndex
    José Diz     Belo Horizonte, MG - Brasil

  • How to find which song is NOT on a playlist?

    How do you find which song is NOT on a playlist?
    I don't see a column I can add in the Music section under my ipod that allows me to choose playlist, all I see is Album, Album Artist, etc... but no Playlist column...
    I keep finding fairly minor but very frustrating ease of use issues with this iTunes after getting my iPod... Yet another product suggestion going in I guess unless someone has an easy solution..

    Ok...I don't know a quick way to find this out so this method will likely be a time consuming pain. The only method I know of is right clicking on each track and looking at the "show in playlist" option. It should show you any playlist the track shows in. If you don't see it in one (It may show in "purchased" if you bought it from iTunes) then it's not in one of your playlists and you can then go to the "Add to playlist" option and put it in one of your existing ones that shows in the list. Or create a new one.
    There may be an easier way to do this but that's the only method I know.

  • How to know which Smart-Form is being used for Purchase Order print output

    Hi Gurus ,
    How to find which Smart-Form and and methods/program being used for Purchase Order print output in SRM  ?
    In ECC we have tcode NACE where we can check all the details.Is there something similar in SRM ?
    Please help.
    Regards,
    Saurav

    There is no similar transaction in SRM for your purpose. Usually if the customers customize the smartforms, they would choose to use their own form by implementing BADI BBP_OUTPUT_CHANGE_SF. Take a look into your system and see if this BADI is implemented. If so, debug it (by pressing "Print Preview" for a PO for example) and find out what form it is using. Or, if the BADI is not implemented, by default, the system uses form BBP_PO.

  • How to find which tables are being used by a workbook.

    I was asked by the client to generate a report which will show the Workbook name and it's corresponding tables/views.
    Any idea on how to use the EUL tables for this purpose. I know the SQL query to find the tables in case the workbook was run at least once. But I want to show the Workbook and it's table details even the report was never run.
    Advanced thanks,
    Lokesh.

    Hi Jay
    While we're on the subject of scripts, here's a couple more you might like:
    Script 1:
    =========
    This one shows you how many times an item has been used. It is useful for determining how often users make use of items in a folder. It could be used as research for a materialized view, for dropping items which are not used, or for understanding usage.
    SELECT
    OBJ.OBJ_NAME FOLDER,
    EXP.EXP_NAME ITEM,
    COUNT(QPP.QS_ID) USAGE
    FROM
    EUL5_OBJS OBJ,
    EUL5_QPP_STATS QPP,
    EUL5_EXPRESSIONS EXP
    WHERE
    OBJ.OBJ_NAME = <Folder Name>
    AND OBJ.OBJ_ID = EXP.IT_OBJ_ID
    AND INSTR(QPP.QS_OBJECT_USE_KEY,OBJ.OBJ_ID) > 0
    AND INSTR(EUL5_GET_ITEM_NAME(QPP.QS_ID),EXP.EXP_ID) > 0
    GROUP BY
    OBJ.OBJ_NAME,
    EXP.EXP_NAME;
    Script 2:
    =========
    This one examines the whole EUL and displays a count of the number of times a worksheet has been run by folder. It also shows the date and time of the last run. This one is useful to determine the most and / or least popular worksheets. Adjusting the ORDER BY clause can throw up some interesting results.
    SELECT
    OBJ.OBJ_NAME FOLDER,
    MAX(QPP.QS_CREATED_DATE) LAST_DATE,
    QPP.QS_DOC_OWNER OWNER,
    QPP.QS_DOC_NAME WORKBOOK_NAME,
    QPP.QS_DOC_DETAILS SHEET_NAME,
    COUNT(QPP.QS_ID) USAGE
    FROM
    DRAKE.EUL5_OBJS OBJ,
    DRAKE.EUL5_QPP_STATS QPP
    WHERE
    INSTR(QPP.QS_OBJECT_USE_KEY,OBJ.OBJ_ID) > 0
    GROUP BY
    OBJ.OBJ_NAME,
    QPP.QS_DOC_OWNER,
    QPP.QS_DOC_DETAILS,
    QPP.QS_DOC_NAME
    ORDER BY
    OBJ.OBJ_NAME,
    COUNT(QPP.QS_ID) DESC;
    I'm considering a blog entry of useful EUL scripts. Anyone interested? Yes - either reply here or drop me a line.
    Best wishes
    Michael

  • Find out which style is not being used

    Hi,
    I am viewing my long forgotten css code, i find that the code
    probably redundant, I like to know how to find out if any element
    or any pages/file in the project is using that particular style or
    not? So i can completely delete it

    Do a sitewide FIND for any given class or ID selector. But
    you would have
    to do this selector-by-selector. There is no sitewide report
    to grab them
    all.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "RunRunforest" <[email protected]> wrote in
    message
    news:gfbohc$9ua$[email protected]..
    >i am using cs4

  • How to find which tables are filling by a transaction

    hi ,
            what is the process to know which talbes are filled by a particular transaction eg, by using tcode vd03 we  create customer , which we can see in kna1 tables.

    Use trace like
    - SQL trace, [ST05 (doc)|http://help.sap.com/erp2005_ehp_04/helpdata/EN/43/cb632772cd0cd4e10000000a1553f7/frameset.htm] will show you the tables accessed.
    - performance trace, [SE30 (doc)|http://help.sap.com/erp2005_ehp_04/helpdata/EN/00/e0a73e5b7a424de10000000a114084/frameset.htm] will show you the tables accessed, the FM used, etc.
    NB: VD03 is an inquiry transaction, i suppose you meant VD01
    Regards

  • How to identify SQL_PROFILES that are not being used?

    In dba_hist_sqlstat table were found 26 Sql_Profiles, some of them are not used.
    Questions:
    - Is there any way to identify which one are not used?
    I tried verifying DBA_SQL_PROFILES but this does not help to much.
    - Analyzing one by one, Is the only way to find why they are not used?
    Thanks,
    Deyanira

    Hello;
    You should be able to Join the views DBA_USERS and DBA_PROFILES to see whats in use. ( or not in use )
    select distinct
      profile
    from
      dba_profiles
    where
      profile not in ( select profile from dba_users )  On the second question I would ask the DBA.
    Best Regards
    mseberg
    Dan is correct. I have misread the question. Sorry about that.
    Edited by: mseberg on Jun 28, 2012 3:06 PM

  • How to free space that is not being used?

    I have a tablespace with very few data (0.18 Mb) but somehow Oracle is using 10Gb for this tablespace, the tablespace is this one:
    Tablespace Name and Mb FREE_SPACE USED_SPACE TOTAL_SPACE
    HIST_PROMOTIONS_IDX 10099,8125 ,1875 10100
    The tablespace is composed by this 3 data files:
    FILE_NAME ALLOCATED_MB USED_MB FREE_SPACE_MB
    /oraindices/IRI9/data/HIST_PROM_ID1.dbf 5000.00 .06 4999.94
    /oraindices/IRI9/data/HIST_PROM_ID2.dbf 100.00 .06 99.94
    /oraindices/IRI9/data/HIST_PROM_ID3.dbf 5000.00 .06 4999.94
    Is there any way to reasign the space usage for this tablespace?
    thanks

    If I read this correctly, only a couple of MB are used in that tablespace.
    The resize should work, but you'll still have 3 datafiles where 1 would suffice. Also, sometimes, it will give you an error because blocks are located towards the end of the file.
    I would create a new tablespace using the size being used and move the objects in the large tablespace into this new one (move tables and rebuild indexes). When all is completed, take the large tablespace offline and, if all works well after a couple of days, drop that large tablespace.

  • How to find which Oralce BI server is used by Presentation service

    Hi,
    I want to know which Oracle BI sever is used by oracle Presentaion service.Wher are the entries for Oracle Bi server?
    Please help as i am new to OBIEE.
    Thanks,
    MT
    Edited by: user13450806 on Jul 17, 2012 5:09 AM
    Edited by: user13450806 on Jul 17, 2012 5:09 AM

    Using the tag
    <DSN>AnalyticsWeb</DSN>
    from instanceconfig.xml
    AnalyticsWeb is the ODBC DSN.
    Pls mark correct or helpful if helps

  • How to find which tables resides in a certain tablespace

    Hi experts, how can I figure it out which sap tables related to a certain tablespace?

    Hi MrWhilte,
    If you have access to database it can easily be checked by the following query on sql prompt.
    " select TABLE_NAME from DBA_TABLES where TABLESPACE_NAME = '<Name of Tablespace>';"
    Regards,
    Vinit Pagaria

  • How to find which songs are not synchronized with iPod?

    I have about 5,000 songs in iTunes and the same minus 7 in the iPod.
    How do I find the songs that were not synchronized?
    Thanks,

    Hi, the instruction are difficult to follow, I am not a programmer. Secondly I understand that it finds duplicate songs. My problem that some tongs were not transfered to iPod for some reason. I checked the duplicate songs from the menu and it showed hundreds, because some of them in the Best of or live Albums.
    I think iTunes should have an option finding non synced songs.
    Thank you,

  • How to find which Restricted Key Figures are using a specific hierararchy??

    HI Experts,
      I am updating a very important hierarchy which is used in many queries and in many Restricted key figures. Is it possible to find in which Restricted Key Figures this specific hierarchy is used??
    Thanks in advance.
    Meyling.

    Hi
    I was able to find a solution
    I built a new dataset in report builder using the same table as before but tried out the "Group and Aggregate" function and for the case_ship
    field I chose "Sum" as my aggregate.... In essence this gave me a very cool and easy daliy sum of the shipped cases. 
    When I used this new dataset and built my matrix report I was able to easily get the max daily shipment for each product by week, month and
    year.
    Tom

  • How to c which queires r frequently being used

    Hi all,
    We want to see, which r all the queries r frequently used for reporting purpouse. how to get this?
    plz let me know, its very urgent

    Pushkara,
             You can get some useful statistics about Queries from RSRREPDIR table. Go to SE16 >RSRREPDIR>Enter Info Cube/Multi Provider Name....it will give you all details like Last used user, last used Date etc...
    Here are some useful threads about Queries/Workbook usage..
    determine the workbooks
    table with list of work books
    Thanks
    BI Consultant

  • How to know which clips have not been used

    Hi,
    I am a noob at this, but getting the hand of it. Here is my question: I started with about 20 video files(2h of footage). From all those files, I created about 60 "subclips" that have neatly been organized in a bin. Then I lined all 60 clips one by one. However, I accidently deleted one of those clips in the middle (and can't undo because it was a while ago) and I don't know which clip is was.
    What I would to do is select the bin with the 60 subclips, and identify which one (maybe more than one actually) have NOT been inserted in my sequence. Is there a way to do so? Similar to Excel when you select a formula and it tells you which cells was dependants, could I select my sequence and it tells me which clips are "dependant"? Any other suggestions?
    Thanks

    Thank you very much, this is EXACTLY what I wanted. For those reading this and that can't find the video usage column, you need to go to "metadata display" in the project menu/button (top right corner of the window) and select "Metadata display" and then add the "video usage" column.
    Thanks again.

Maybe you are looking for

  • To get an Pop up message while creating sales order to refer

    Hi All, We have requirement where in  a POP UP screen is required to display while creating a Return Order. The message can be" Please refer this return order  to sales order or to the Invoice if required" Please let me know is there any OSS note for

  • Instead of creating multiple Instances I want to create only one Instance.

    Hi Everyone Good morning, How are you. I have a requirement to transfer files from one location to another location, I am able to do this successfully using FTP Adapters. I have some Issues please help any one. 1) When I deployed my process it is cre

  • BUG CSS Editor z-index property

    I use JDeveloper 10.1.3.1 to edit CSS. span.dialog { z-index: 100; } is underlined in red, although span.dialog { z-index: 99; } and span.dialog { z-index: 101; } are OK.

  • Biztalk Map: Repeated node

    Hi, Please find below Input file <Vin_Decoder> <Process> <Risk> <Line> <Exposer> <Type>VIN</type> <Svalue>123456789123456789</Svalue> </Exposer> <Exposer> <Type>Year</type> <Svalue>2014</Svalue> </Exposer> <Exposer> <Type>MAKE</type> <Svalue>2546</Sv

  • Inserting Fireworks HTML into a Dreamweaver template

    I've created a dreamweaver cs3 template for my website. I've also created a menu in fireworks which has popup menu's. If I create a new page (not from a template) and insert the fireworks html, everything works fine when I try to preview it. However,