How to find tables which has more than 1000 Partitions

Hi All,
Is there any other way to find out the tables which has more than 1000 Partitions ?
Apart from SAP report RSDD_MSSQL_CUBEANALYZE. Because this report is not working for me as job getting cancel again and again with ABAP dump DBIF_DSQL2_SQL.I already check SAP Note 1309838, but itu2019s not applicable for us because we are on highest support package level SAP_BW 701 SP06.
Thanks,
Harshal

If you are running SQL Server as your database platform run this query:
select o.object_id,o.name,p.Partition_count from sys.objects o
inner join
(select object_id,count(distinct partition_number) as Partition_count
from sys.partitions
group by object_id)
p
on o.object_id = p.object_id
where o.type = 'U'
order by p.Partition_count desc

Similar Messages

  • How to find table which has no index?

    Hi,
    How to find a table which has no index?
    Please provide the query to find the above.
    Thanks
    Jafar

    select owner,
           table_name
      from dba_tables dt
    where not exists(select 'x'
                        from dba_indexes di
                       where dt.owner=di.table_owner
                         and dt.table_name = di.table_name)

  • I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

  • How can i join more than 20 tables which contains more than 5 lacks records

    how can i join more than 20 tables which contains more than 5 lacks records

    If you're trying to join 20 tables I would check:
    - Are all the joins necessary. It's easy sometimes to just join to another table because you're unsure as to whether it's required.
    - What sort of application is it? 20 joins seems a lot to me. Are you trying to achieve too much with one query? Is it possible to break the problem down?
    - If it is necessary to join so many tables then force the use of hash joins in the query, especially if you're processing a lot of data and want the best throughput. If you want a quicker response, this will not be a appropriate.

  • How to upload a file which has more than 999 line item  through BDC ?

    Hello Techards
    Hi to all
    Can any body tell me how to upload a file which has more than 999 line item  through BDC for traction F-02 ?
    Thanks in advance.
    Shovan

    Hello Shovan,
    You split it up to post two accounting documents with the help of a "suspense" a/c.
    Say, you have to post the following line items below:
    line 1 - dr. - GL a/c X - $1000
    line 2 - cr. - GL a/c Y - $1
    line 3 - cr. - GL a/c Y - $1
    line 1001 - cr. - GL a/c Y - $1
    You cannot post the above as a single doc in SAP (because of technical reasons), so you need to break it up into 2 documents as below:
    Doc1
    line 1 - dr - GL a/c X - $1000
    line 2 - cr - GL a/c Y - $1
    line 3 - cr - GL a/c Y - $1
    line 998 - cr - GL a/c Y - $1
    line 999 - cr - SUSPENSE a/c - $3
    Doc2
    line 1 - dr - SUSPENSE a/c - $3
    line 2 - cr - GL a/c Y - $3
    Note that there is no incorrect impact on accounting as first we credit suspense a/c by $3 and next we debit the same suspense a/c by $3 as a result the effect is nil. Similarly, we credit $997 to GL a/c Y (which is less by $3) in the first doc which is compensated by the second doc by crediting the shortfall of $3.
    Hope this helps,
    Cheers,
    Sougata.

  • Output print options for alv which has more than 30 cloumns

    hi,
    if an alv output(oops or normal ) has 30 coloumns in the output,
    if i give print option in the spool i check it will have only 13 coloumns generated other coloumns are not at displayed. how to get all the coloumns print in the spool if alv has more than 30 coloumns.
    regards,
    narsimha.

    Hi Narsimha,
    Its the limit in background that u can print only 255 characters.
    Regards
    Lalit

  • How to update table which has column name as Oracle keyword?

    Hi All,
    Somebody has created one table which has column name as "OPTION", now i am trying update this table column value and its throwing an error. "Invalid Identifier".
    Could you please help me in this?
    Thanks in advance.
    Regards,
    Ganesh Patil

    check this :
    batch@DOLN1> create table "from" ("select" varchar2(10));
    Table created.
    batch@DOLN1> desc "from";
    Name                                                                                                  Null?    Type
    select                                                                                                         VARCHAR2(10)
    batch@DOLN1> update "from" set "select" = 'hello World';
    0 rows updated.
    batch@DOLN1> insert into "from" values('hello World');
    insert into "from" values('hello World')
    ERROR at line 1:
    ORA-12899: value too large for column "TCM_BATCH"."from"."select" (actual: 11, maximum: 10)
    batch@DOLN1> update "from" set "select" = 'hello';
    0 rows updated.
    batch@DOLN1> insert into "from" values('hello');
    1 row created.
    batch@DOLN1> commit;
    Commit complete.
    batch@DOLN1> update "from" set "select" = 'World' where "select" = 'hello';
    1 row updated.
    batch@DOLN1> select * from "from";
    select
    World

  • How to find tablespace which has maxsize UNLIMITED?

    Oracle 9.2
    I am looking for tablespaces which has maxsize UNLIMITED in dictionary view dba_xxxx. I want to use SQL to search which tablespaces don't have UNLIMTED file. I can not find which dictionary table or which column to indicate which tablespaces don't have UNLIMITED file?
    Please shed some lights.
    Thanks
    S.

    See Note 468096.1 How To Check For Autoextensible Datafiles Set To Maxsize Unlimited.
    Oracle limits the number of blocks in a datafile to approximately *4 million blocks*, so you can execute:
    select file_name from dba_data_files where maxblocks=4194302;
    HTH
    Enrique
    Edited by: Enrique Orbegozo on Oct 13, 2008 12:10 PM

  • Search UIBB which has more than one analytical queries specified

    Hi,
    Has anyone used Search UIBB and specified more than one analytical queries? I have one search UIBB as a Master UIBB of Tabbed UIBB and two tabs. In each tab there is one Analytical List UIBB which has its own query. Both queries have input variables. Do you know if these variables should have the same names in order for the search UIBB to work?
    Best regards,
    Desislava

    Hi,
    I think I got the same problem! I tried to combine all the tables in a new view and create a query on this view.
    But when I search and my result has to be one record from the main table, I get this record more than once.
    I tried to use distinct but that does not work because each column has a different value, so the record is never the same.
    I hope someone can help us!

  • Light Switch 2011 "C#" How to allow filter which take more than one entry to take * and show all other entries?

    Dear All,
    I have created the following code which extended my filter functionality and allowed a to take more than one entry (Comma have to be inserted after
    each entry). 
    For example:
    "Country Filter" can take ----> Germany,Egypt,Holand<o:p></o:p>
    "City Filter " can take ---------> Berlin,Münster
    if (Country_PAR != null)
    String[] Country_Array = Country_PAR.Split(new Char[] { ','});
    query = from p in query where Country_Array.Contains(p.Hotel_Country) select p;
    if (City_PAR != null)
    String[] City_Array = City_PAR.Split(new Char[] {','});
    query = from p in query where City_Array.Contains(p.Hotel_City) select p;
    Now want to extend it more and say something like:
    If  * is included ---- > Give me all entries        
         ex. Ge*     This will give me everything which starts with Ge
    If <> is entred -----> Give me entries which are not equal to a certain entry
         ex. Country Filter = <> Germany          give me all other entries except Germany
    Thanks alot,
    Zayed

    Thanks your reply. I mean no one know my feeling. except if the new car is your. If Geek Squad can't install it. Just let me know and go. right? I ask many time? Are you ok to finish? He said yes. First time fail after 5 hours long wait and tow my car to Toyota repair. Second time said only take 20 to 30 minutes to program the key. but fail again after about 4 hours 30 minutes long wait and head light is not automatic turn on at night. I have to take a day off drive to Toyota repair. My time is money. wait there more than 10 hours and done nothing. 5 days no car and take the subway Bus and long walk. How do I feel? I m the customer. if without the customer. How you get pay? Geek Squad use my remote start and alarm and I can't return it. I loss time and money. My new car has a repair record. That is what Bestbuy want to do for the customer. Geek Squad work for Bestbuy. right? You are not just loss one customer. You will loss more and more than the remote start alarm cost. Bestbuy will not know? How come just 200$ remote start alarm and the 50$ module. Bestbuy don't want to reimburse. I m not tell you to pay me 5 days for rental car. why don't just want a happy ending? Bestbuy is big company. I m very small. 250$ it cost Bestbuy nothing. You can't let the customer loss money because you. right?

  • Apply validators on TextInput which has more than one states

    Can I apply validator on TextInput component that has
    multiple states? For example, the base state of the TextInput is
    for email and another state is for social security
    number.

    Hi Maxium
    the error that u have goti ndicates that u have set the margins more than the permisable range plzl lowe  rit down as per the question of printing document on more than one page is carried out it is automatic because the data to be printed bust be carried out from the form with the help of database structure free text formula or varibale that are the features of pld however if the data goes beyond one page it would automaticaly print in next page u dont need to put pring page layout as 10
    Hope that would suffice your need.
    Regards,
    Manish Malik

  • How can I import data using .dmp into the table which has more columns then in import

    I am building the history for warehouse purpose on Oracle 8i database and want to use the old import (.dmp) files (from oracle 7.3.4) to import data but the underlying table is having few more columns which are not in my old DMP file .. how can I import the data into these altered tables while using the same *.imp files .
    Any solutions ?

    That is the most obvious solution .. but think of the case when my operational database which is the source of my data is undergoing changes every quarter i.e after every 3 months there are some changes on underlying table structures which means structures of my import files will always be different after evry quarter .. you can imagine the number of temporary import structures I need to create .. can't there be a solution wherein I can write an SQL over the import file to read the data in required format ..

  • How can a table cell span more than one page?

    I need to configure a table of text that permits a single cell containing a large quantity of text to automatically span several pages. This works easily in WORD but not (apparently) in PAGES. I have used the Inspector to check that the table is configured to "Automatically resize to fit content", and that text also wraps in the cells. However, when text entered into a cell reaches the bottom of the page it disappears from view, even though more text can still be added to thst cell. Thus, the contents of the cell do not automatically flow into view on the next page (as automatically does happen in Microsoft Word). The "Pages08 User Manual", page 177, makes no reference to this facility. Neither does the video tutorial on Pages tables. Furthermore, I can find nothing in the "Template Chooser" that I can adapt to my needs. I very much doubt that this is a real limitation in Pages software - so what I am doing wrong?

    Thanks, Peter. Okay, I have tried this but without too much success.
    I set up a landscape, two column page and imported the Russian text. That resulted in 13 pages of Russian text, in both left and right columns. I then added the English at the end of the Russian and now have 26 pages in total. Then, as you suggest, I inserted a Column Break after the Russian. This forced the English to begin afresh on page 14.
    Now I need to find a way of keeping all the Russian text in the left column of all the 26 pages so that I can have the corresponding English translation adjacent in the right column (for all pages 1 - 26). I have explored your suggestion of Layout Breaks but think I have either misunderstood you, or I am doing something fundamentally wrong!
    Okay, so now I need to be a little more specific to help you visualize the problem. On my page 1, left column, I have three paragraphs of Russian. Para 4 begins close to the bottom of the left column and flows, as expected into the right-hand column of page 1. Now, if I insert a Layout Break at the end of para 3, I find paras 1-3 are uniformly shared across both the left and right columns. Para 4 stays in the left column, and understandably has moved up somewhat, but para 5, following correctly below para 4 in the left column now flows into the right column, following on from the end of para 3. There are no visual breaks, so now my page 1 left column reads paras 1, 2, first part of 3, then 4 and first part of 5, while the right column now shows the second part of para 3 and the the second part of para 5. This is confusing to understand and confusing to read. This is no good at all.
    Inserting a Section Break after para 3 results in para 4 beginning in the left column of page 2 and the whole of the right column of page 1 remains blank. It also seems that that right column is now rendered inaccessible and so I will not be able to put the English of paras 1- 3 into it so that they are adjacent to the Russian paras 1-3 in the left column of page 1.
    Inserting a Page Break instead of a Section Break produces the same effect.
    In conclusion, I am still stumped. To keep all the Russian in the left column of all 26 pages, I would need to insert a page break at the end of every page .... but then there would seem to be no way to insert the English into the corresponding right-hand columns, beginning of course on page 1. I am surprised that such a fundamentally useful word-processing facility is so complex (or perhaps impossible) in Pages.
    Thanks, again, Peter. I have to say that you have been more helpful and informed than any others that have tussled with me over this difficulty.

  • How to find my usage history more than 6 months ag...

    Hi, All
    I need to bring out all my usage history from the day I started my Skype account.
    However, I only can find my usage history for past 6 months .
    Is there any way that I can bring out all my useage history
    Regards
    Junyi

    A full purchase history is provided by logging into your account in the iTunes Store on your computer.

  • Best practice to configure a web server which hosting more than 1000+ Websites.

    We are deploying a new server for our shared clients. We have a new branded server with good config. Server is hosting IIS,MySQL,Mailserver is this ok. Or should i keep mailserver on different server. Also should i change the installation path of iis and
    other application or installing apps on C drive & keeping all websites and databases on D drive is good for server.
    Akshay Pate

    "Server is hosting IIS,MySQL,Mailserver is this ok."
    Impossible to tell.  You have not given us any indication of the configuration of the server nor the expected workload.  Yes, you say 1000+ web sites, but if each web site is looked at once a day, that's a lot different than if each web site
    is access 10,000 times a day.  So we can't tell if it makes sense to install different roles on different physical servers, though that is often considered a best practice.  Similarly, it is generally a good idea to install applications/data to drives
    other than the C: drive, but without a lot more information (too much for a technical forum), it is pretty difficult to say anything specific.
    If you do not feel comfortable making the decisions yourself, you would be better served by hiring a consultant to evaluate your proposed configuration and perform some benchmarking based on you expected workloads and traffic patterns.
    . : | : . : | : . tim

Maybe you are looking for

  • HT3669 Update has broken connection to HP OfficeJet Pro 8000.

    After applying this update, I can no longer see or add my HP OfficeJet 8000 to my iMac 27" eith via Bonjour nor USB connected.  Does anyone know how to remove this single update?  I did verify my printers were working after my initial upgrafe to 10.8

  • Can a Pie Chart have a variable number of slices?

    Is there a way to dynamically limit the NUMBER of slices that a pie chart shows? For instance, sometimes there might be 10 elements, sometimes 6 (last 4 are 'blank') or maybe 5 (last 5 are blank). Yes I know I can keep on reducing/increasing the Exce

  • ITunes Store- buying "protected files"

    i want to use the song i just bought in imovie but i cannot convert it because the song is a "protected file". imovie needs an AIFF or MP3 so if i cannot convert the M4P then why do i want to buy it from itunes!? Is there a way to get it unprotected

  • What is iMovie error code -49? I get when I try to share my edited video in 720p with i tunes.

    I edited a homevideo on my new mac Book pro 15-inch. When I tried to share in 720p with iTunes I get a message that says it can't prepare it and gives error code -49. Does anyone know what that means? I have abour 90 GB disc space, so that can't be t

  • Recover deleted video on Nokia E72

    Hi, I had the misfortune to delete a video clip, that was recorded with my E72, on the E72 memory card. I would very much appreciate if anyone could advise on how that could be recovered. Thanks. Best