How to know workload type

Hi,
Is there any tsql-query/DMV through which I can tell my workload type on database, whether mostly Reads or mostly writes happening?
Thanks in Advance.

To know your workload,
you may use Activity Monitor
Ref: http://technet.microsoft.com/en-us/library/cc879320(v=sql.105).aspx
Or Performance Dashboard Reports:
Download here and Tutorial here

Similar Messages

  • How to know the type of a variable??

    how to know the type of a variable??
    For example, give you a variable s, how to determine if it is
    a primitive type, of an object?? If this is primitive type,
    any ways to determine if it is integer, boolean, double, ...??

    I am currently working on a project where this happens. I have a main type of object that all of my other types extend. While working on the objects in a method, any type of other object could be coming through. To test I try to cast the object and catch class cast exceptions. This only works because I know the different type that will be coming through....
    public void testObject(classX object){
      try{
        classY object = (classY)object;
      }catch(ClassCastException CC){
        try{
          classZ object = (classZ)object;
        }catch(ClassCastException CCC){
          /// the object fails to be cast as the types I tested for.
    }

  • How to know which type of jdbc driver used in my application

    How to know which type of jdbc driver used in my application.

    My approach will be....
    Type1: you have to have ODBC s/w install on your machine...even the connection string starts with jdbc:odbc....so it can be identifed easily
    Type2: you have to install client s/w in your machine...if you are using oracle oci driver ...you need to install oracle client s/w
    Type3: you use servername / port to connnect to middleware
    Type4: you do not need any client s/w
    So, If your application works without any client s/w on your machine....you might be using Type4/Type3 driver.....otherwise Type2
    Someone pls add more ....

  • How to know which type of apple device am using

    how to know which type of apple device am using

    Check iPad model with the Serial Number
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Settings>General>About>Serial Number

  • How to know item type in a .fmt???

    My problem is that I don't know item type when I read a .fmt
    Please, Help Me.
    Thank You

    The FMT format is not designed to be readable - use the Forms Object list report instead. If you are trying to make changes by changing the FMT, this is not supported. Look at the Forms C api in 6i and 9i or the Java API (JDAPI) in 9i to do this kind of operation.

  • How to know the type of mobile?

    how to get the type of mobile model mean under nokia asha 308(rm 352/ rm 838) which model i have when i am buying this mobile .no option to check the *#0000# option then how to get this..

    Check the label on the box or under the battery.

  • How to know return type in Web service

    {color:#0000ff}I am writing a web service client application. After invoking the service it gets the result as SOAP massage. But i need to know the return type also. How can i do that?
    {color}
    here is the response obtained from web service after invoking a subtract method, it is giving correct value but doesn't give tye of value.
    <ns:SubtractResponse xmlns:ns="http://example.ws"><ns:return>81</ns:return></ns:SubtractResponse>

    View WSDL(Web Service Description Language) file of the web service. Normally WSDL file of any web service can be referenced by appending "wsdl" at the end of web service URL. e.g. http://www.abs.com/mywebservice/invokewebservice?wsdl
    Shazzad wrote:
    After invoking the service it gets the result as SOAP massage. But i need to know the return type also. How can i do that?WSDL file for a web service contains all information regarding the web service like types, message, portType, binding, service etc. Types section have schema definitions of all messages which are being used in web service. here you can find everything about all elements, fields for all the messages in the WebService including type of the values.
    You can find more about WSDL on Sun and Google very easily.
    Hope this will help.
    Thanks,
    Tejas

  • How to know the type of accounting i.e., Cash or Accrual

    Dear Members,
    How can we know which accounting type is used _(i.e., cash basis or accrual basis)_ in Oracle e-Business Suite 11i and R12?
    Please throw some light on the above question.
    Many thanks in advance.
    Best Regards,
    R4S.

    Hi,
    When you enter accounting options in payables, you can apply which method, cash or accrual, you need for a particular set of books.
    Also, you can check which method a Ledger is following by viewing the Activity summary or T format representation of invoice entry. If the enteries are debiting expense and crediting cash, than it is cash method of accoutning. If the entry is debiting expense and crediting liability account, then it is using accrual method of accounting.
    Please let me know if above information was of any help to you.
    Regards
    Pooja

  • How to know the type of transactions by seeing the data in IP_IN_QUEUE

    Hi B2B gurus,
    I am Using EDI X12 over internet. Our suppliers processing inbound transactions to us,After receiving from B2B its storing in IP_IN_Queue, The documents which we are sending it storing in IP_OUT_Queue.
    We want to see the data in in IP_IN_QUEUE, Could you please tell in which table the data will store, And can we see the payload or can we know actually which transactions by seeing the data in table? Could you please help by giving this information...?
    regards
    srinivas k

    As I mentioned earlier view "b2b_instancemessage" has "payload" column which stores the payload of both incoming and outgoing messages.
    Below query will return all the rows of this view which has payload -
    select * from b2b_instancemessage where payload is not null;
    Remember, it's a BLOB type field so either use a client like PL-SQL Developer or TOAD otherwise write a java client to view the content of this column.
    Regards,
    Anuj

  • How to know Movement type details

    hi experts
    to Know about the Movement types Details is  SPRO-MM-Inventory Management & Physical Inventory-Movement Types-Copy, Change Movement types and Click on Documentation
    here until " change movement types " i followed
    after that where to go and check for the documentaion
    can you explain the steps
    thanks
    ganesh

    Go to SPRO-MM-Inventory Management & Physical Inventory-Movements Types- and Here Select the Doucmentaation Icon Prior to Radio button of Copy, change Movement Types
    Here you will get all the Movement type Details........

  • How to know the type of a control

    Hi,
    Here's a hard one.
    The column 14 (Document Type) in the Stages of Sales Opportunity.  What kind of control it is.
    Here's what I tried that doesn't work yet :
    SAPbouiCOM.EditText DocType = (SAPbouiCOM.EditText)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    SAPbouiCOM.ComboBox DocType = (SAPbouiCOM.ComboBox)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    SAPbouiCOM.Matrix DocType = (SAPbouiCOM.Matrix)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    SAPbouiCOM.Grid DocType = (SAPbouiCOM.Grid)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    SAPbouiCOM.Item DocType = (SAPbouiCOM.Item)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    SAPbouiCOM.Field DocType = (SAPbouiCOM.Field)Matrix.Columns.Item(14).Cells.Item(Matrix.RowCount).Specific;
    This one works tho :
    SAPbouiCOM.ComboBox Stage = (SAPbouiCOM.ComboBox)Matrix.Columns.Item(4).Cells.Item(Matrix.RowCount).Specific;   // 4 is the Column for Stage

    What doesn't make sence here is that
    SAPbouiCOM.ComboBox Stage = (SAPbouiCOM.ComboBox)Matrix.Columns.Item(4).Cells.Item(Matrix.RowCount).Specific;   // 4 is the Column for Stage
    For the column 4 it works perfectly and for the column 14 it doesn't work at all.
    but what is the difference between the 2 columns as I look at them they look idendical in fonctionalities.
    if I use a Try Catch I get this :
    Unable to cast COM object of type 'System.__ComObject' to interface type 'SAPbouiCOM.EditText'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{AE1C43FF-0F2B-4130-A0B7-40E38D5EC60E}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    Now who will be able to tell me what type of object is in the column 14 of the stages in Sales Opportunity ?

  • How to know the program type?

    Hi,
    I want to know what type of execution method a certain concurrent program has, ( e.g if it is SQL*PLUS, REPORT, SPAWN, PL/SQL etc)
    I run the following sql at apps/apps
    1* select distinct execution_method_code from fnd_concurrent_programs
    SQL> /
    E
    R
    H
    P
    I
    K
    Q
    M
    A
    J
    X
    B
    S
    L
    E
    Where do I get the corresponding meaning of this code please.
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?
    Thanks a lot

    Hi,
    Where do I get the corresponding meaning of this code please.Try the queries in the following links:
    PSP PL/SQL API for Customizations Tracking
    http://dbaanswers.blogspot.com/2007/11/psp-plsql-api-for-customizations.html
    Query 9: SQL to view all types of request Application wise
    http://knoworacle.wordpress.com/2009/01/12/oracle-application-top-useful-sql-queries/
    Display Module Wise Reports
    http://oracle-applications-rama.blogspot.com/2007/05/display-module-wise-reports.html
    Or, refer to eTRM and see if it is documented there.
    eTRM
    http://etrm.oracle.com
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?From System Administrator responsibility, navigate to Concurrent > Program > Executable, Press F11, select "SQL*Plus", Ctrl + F11
    Regards,
    Hussein

  • How to know which stock type updated within movement type

    Expert,
    I need to know which stock type updated within each movement type.
    I'm using two different system (SAP and Oracle) which is in each system updating stock. So i need to do stock calculation manually from that two systems.
    I'm planning to imported material document data (from MKPF & MSEG) to Oracle and then combine the stock calculation.
    And then i'm facing this :
    Ilustration :
    MIGO transaction - Goods Receipt PO - Stock Type Unrest
    in MSEG field BWART : 101, SHKZG : S, INSMK : blank --> no problem
    MIGO transaction - Goods Receipt PO - change Stock Type to Quality Inspection
    in MSEG field BWART : 101, SHKZG : S, INSMK : 2 --> no problem
    MIGO transaction - Transfer Posting - movement type 322 (reversal QI to Unrest.)
    in MSEG field BWART : 322, SHKZG : S, INSMK : blank --> problem
    in MSEG field BWART : 322, SHKZG : H, INSMK : blank --> problem
    I have a problem that in MKPF & MSEG there is no indicator which stock type updated within movement type (BWART) 322.
    How to know that first row will be updating stock QI and second row will be updating stock Unrest.??
    I've already checked to OMJJ, SM30-V_156SC_VC, table T156... and still having no clue.
    Or is it just a 'hardcode' ? And i need to do 'hardcode' too in Oracle system?
    Thank you so much.

    The stock type indicator doesn't update for the movement type 322 in table MSEG.
    At the time of transferring, you do not have to enter the stock type for movement type 322.
    I can give you one clue, check can it fulfill your requirement.
    You have two line items for movement type 322 in MSEG table, There are a field XAUTO will be updated as X for credit entry.
    You can assume, the line item (without value for XAUTO) is for less from QI stock and the line item (with value X for XAUTO) is for add to unrestricted stock.

  • How to know whether the Content Type at Library level is Inheriting Parent Content type or not Using Powershell?

    Hi,
    How to know whether the Content Type at Library level is Inheriting Parent Content type or not using Powershell?
    Is there any property for that? Or Do I need to compare the Content type Id's at Site collection level and Library level?
    Any help would be greatly appreciated.
    Thank you,
    AA.

    Hi Ashok,
    For a content type, there is an attribute called Inherits, the value of this attribute determines whether the content type inherits fields from its parent content type when it is created.
    If Inherits is TRUE, the child content type inherits all fields that are in the parent, including fields that users have added.
    If Inherits is FALSE or absent and the parent content type is a built-in type, the child content type inherits only the fields that were in the parent content type when SharePoint Foundation was
    installed. The child content type does not have any fields that users have added to the parent content type.
    More information, please refer to the link:
    https://msdn.microsoft.com/en-us/library/office/aa544268.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to know the proxy type??

    How can I know the type of proxy I am connecting to?? like whether its SOCKS, or HTTP etc...which all are enabled....
    thanks in advance....

    I get an error java.net.SocketException: Malformed reply from SOCKS server while connecting through the proxy.That indicates that there isn't a SOCKS proxy at the indicated host:port.
    Is there any other chances of errors than socks not being enabled?You could have got the host or port wrong.
    and how can I know if it is really enabledThe connection will work ...

Maybe you are looking for

  • In-House Cash - Create Internal Payment order

    Hi, I have a requirement to create a In-House cash Internal Payment order (T-code IHC1IP) using a custom program. We will submit a flat file containing all the information required by IHC1IP, like: Bank Area Debit IHC account Credit IHC account Posti

  • Report Layout and Report Query APEX tables

    Does anyone know a quick way to delete report layouts and report queries from the APEX tables that they are stored in. We currently have to go into the shared components area and delete them one by one using the builder. If we could just get the tabl

  • UNKNOWN ERROR on email tab during Sync Setup

    Hello, I am trying to get Firefox on my iPad and in order to do this I need to set up a sync account but can not get passed even the first step. When the window tries to verify my email it reads: Unknown Error. I've tried various emails, capitalizing

  • How to transfer Mac Mail to Outlook

    I have had my mail transferred from my PC to Mac. But now I'm so frustrated with the Mac Mail that I want to transfer it to Outlook for Mac. How do I do this?

  • Dvd to dv to dvd

    i have been told that if you change a dvd to dv ....when you finish and want to convert back to dvd...the picture isnt exactly the same....how can i resolve this