What Mem to use

I am fixing to buy a msi K7N2-L, and also a AMD 2100 tbred b. I am going to overclock this system, and wanted to know what rem to use. I see MSI says Kingston, but will it oc good. Thanx for your help.

Here it is:
http://www.msi.com.tw/program/service/forum/index.php?threadid=14555&boardid=14&styleid=1

Similar Messages

  • What is the use of this form?

    Hi all,
    What is the use of this form in include RV61B901?
    How does this code send any information to the program calling it? Is Sy-subrc global so that main program will know the reuslts?
    Code:
    FORM KOBED_901.
      DATA : l_anzpk LIKE likp-anzpk.
      SELECT SINGLE anzpk FROM likp
                          INTO l_anzpk
                          WHERE vbeln = komkbv2-vbeln.
      IF l_anzpk NE 0.
        sy-subrc = 4.
        exit.
      ENDIF.
      sy-subrc = 0.
    ENDFORM.
    Thanks,
    Charles.

    Hello,
    This form sets the value of sy-subrc(which is global) based
    on the value of l_anzpk.
    Regards
    Greg Kern

  • What is the use of additon in up to 1 rows in SELECT statement

    Hi All,
             What is the use of up to 1 rows in select statement.
    for example
    SELECT kostl
          FROM pa0001
          INTO y_lv_kostl UP TO 1 ROWS
          WHERE pernr EQ pernr
          AND endda GE sy-datum.
        ENDSELECT.
    I'm unable to get in wat situations we hav to add up to 1 rows
    please help me out...
    Thanks,
    santosh.

    Hi,
    Use "select up to 1 rows" only if you are sure that all the records returned will have the same value for the field(s) you are interested in. If not, you will be reading only the first record which matches the criteria, but may be the second or the third record has the value you are looking for.
    The System test result showed that the variant Single * takes less time than Up to 1 rows as there is an additional level for COUNT STOP KEY for SELECT ENDSELECT UP TO 1 ROWS.
    The 'SELECT .... UP TO 1 ROWS' statement is subtly different. The database selects all of the relevant records that are defined by the WHERE clause, applies any aggregate, ordering or grouping functions to them and then returns the first record of the result set.
    Regards,
    Bhaskar

  • What is the use of Alternative Calculation Type =2 and 4

    Dear Friends
    In pricing procedure in gross value, Net value for Item and Net value has Alternative calucation type is 2.
    What is the use of it?
    Without using it these value line are also fetching net value then what is the work of it. Please give me detail information with its effects in pricing condition tab page in sales document.
    Thanking You
    Arun

    Arun biswal,
    Correct Biswal. We have at varoius stages within Pricing procedure the "net value" which is calculated. Not only the alternative calculation type "2" is used if you notice carefully they are stored as subtotals at various levels.
    For Ex Gross Value  --> Subtotal =1 --> Calc type = 2
    similarly for Net value for Item --> Subtotal =2 --> Calc type = 2
    Net value 2 --> Subtotal =3 --> Calc type = 2
    See, these are used to calculate the net value at various levels in pricing. The calculation Type has got a set of routines that will facilitate us in pricing. SAP has provided certain clauclated formulas or routines to facilitate us during calculation within pricing . Here the "2" is used for calculation without tax and store it as subtotal and display it or use it for further calculations.
    We can use this "netvalue" amount for further calculations. It is used for clarity purpose when you issue a statement to customer. (like Confirmation order) at various levels like discount amt involved, Freight involved, Rebate amount invloved.....
    Even without this Calc type or using sub total u can proceed....
    Finally we have  TOTAL  --> Subtotal =A --> Calc type = 4
    In the above line we have Calc type as 4, which means when you use TAX this calc type is used .
    Routines are used to facilitate your process....
    Regards
    Sathya

  • What is the use of Serializable Interface in java?

    Hello friends,
    I have one dout and i want to share with u guys:
    Why Serializable interface made and actully
    what's the use of it?
    At which place it become useful ?
    It is not contain any method then why it is made?
    If anyone have any idea about this then please reply.
    Thanks in advace
    Regards,
    Jitendra Parekh

    t is not contain any method then why it is made?To point out to the user of a class (and the programs) that the design of this class is conforming to certain restraints needed for Serialization.

  • What is the use of Data packet dim with Virtual cube with services

    Hi Friends,
    Could anybody tell me what is the use of Packet dimension in Virtual cube with services , It cannot contain data persistently ,Just fetch at runtime,Then there is no Physical load happening,Then why it should be automatically created for this??
    Message was edited by: Pradeep choudhari

    Hi Maik,
    Unit dimension will not be created automatically until and unless you have keyfigure referning units..
    But my question is : Why should we have data pack dimension , which is useless in this case of Virtual cube with services.It should not be created automatically!! What do you say??

  • What's the use of description of a bookmark? Find Bookmark in Bookmark-Tree? FavIcons on second synced devide?

    1. I'm a little bit confused about the useage of descriptions of a bookmark.
    For what can I use it after I filled something in?
    Is the intention to open the booksmark property to see what I have filled in a long time ago?
    Maybe I could be useful to add this to the Bookmarks tooltip?!
    2. I have many Bookmarks in many Subfolders.
    But sometimes I don't find a Bookmark. So I try to find it over the awesome-Bar and I find it.
    Is it possible to see in the awesome-bar/SearchFunktionInBookmarkLibrary where I have the Bookmark in my Bookmarktree?
    3. I have synced my Bookmarks to a second PC. Is it possible to load all favicons an this device?

    # The description field provides additional information about a bookmark. From what I can see, it's only visible in the Library. The field is automatically filled in when you bookmark a page that contains a description, e.g.
    #* http://www.w3schools.com
    # The following add-ons make locating bookmarks easier in the Library and the sidebar.
    #* https://addons.mozilla.org/firefox/addon/show-parent-folder/
    #* https://addons.mozilla.org/firefox/addon/go-parent-folder/
    #* https://addons.mozilla.org/firefox/addon/sidebar-bookmarks-search-plus/
    # You can try the Favicon Reloader add-on to reload missing site icons.
    #* https://addons.mozilla.org/firefox/addon/faviconreloader/

  • What is he use of TIMED_TRIGGER ui element?

    Hi all,
    can u tell me what is the use of TIMED_TRIGGER ui element and why we will use it. and in which scenarios we will use this ui element
    regards
    naveen
    Moderator Message: I have no idea what you are playing at but you have asked the same question in 3 different threads which is against the forum rules. I am locking this thread and keeping a close eye on your further activities.
    Edited by: Neil Gardiner on Nov 22, 2010 8:50 PM

    Hi,
    As the name suggests, automatically and periodically triggers an event with a specified delay.
    [Timmed trigger|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/da/a6884121a41c09e10000000a155106/content.htm]

  • What is the use of Withholding tax identification number field?

    Hello SAP Experts,
    I posted this question earlier but had to close because of no replies from anybody. Posting it again to see if I am lucky to get some answer this time.
    Can someone tell what is the use of field Withholding Tax Identification Number? Does it help with the reporting? Where does it get populated on the report if given at vendor or master record or within the withholding tax customization for company code? What is the difference between creating it in the customization for withholding tax information for company code and vendor/customer master record?
    As per SAP:  Withholding tax identification number
    This is a number issued by the tax authorities per withholding tax type.
    This number must be specified in Customizing either:
    (a) As part of the withholding tax information defined for the company code, or
    (b) As part of the withholding tax information defined in the customer or vendor master record.

    Hi Pete,
    The only thing that I could check is the content used in US:
    See content of this field for US:
    LFA1-STCD1      Social security number
    LFA1-STCD2      Employer identification number
    LFBW-WT_WTSTCD  Withholding tax identification number for WT Type
    In order to populate it, please kindly check the following:
    The reason why you cannot fill in the field WT_WTSTCD in transaction
    Fk02 however you can do it in XK02 (Change vendor centrally) can be due
    to wrong customizing of the field status group.
    Kindly check the following:
    SPRO->
    Finantial accounting -> Accounts receivable and accounts payable ->
    Define screen layout per activity (vendors) -> Change Vendor(Accounting)
    Company code data -> W/holding tax data, w/h tax 2 ->
    FIELD Withholding tax code,w/h tax 2 will be probably just available to
    display. Please, change it to optional entry.
    I hope I could be of assistance.
    Kind Regards,
    Fernando Evangelista

  • What is the use of HTTPS 8181 port

    Hi,
    I am wondering what is the use of the port 8181 on the EE5 application server.
    the second question. Why the application server open so many port on the same local machine. I agree that for security raison it is a good idea. But does application serveur use tcp connection to communicate between the server thread ?
    So it is possible to add a thread in the serveur application to process some internal work. And of course it is possible to include this new thread in the communication process of the server ?
    Can we have the map of all the tcp trhead use by the server application.
    Regards
    Herve Terrolle.

    Your app has to run as root to listen on ports up to 1024,
    also, some other app (apache?) may already be listening on port 443.
    AFAICT port 8181 is just arbitrarily chosen, it might as well have been port 4430, or any other free port above 1024.

  • What is the use of commit work and rollback work

    hao friends,
    what is the use of commitwork and rollback work where we can use these open sql statements .
    thanks,
    anji

    hi all
    i have written the following code in my development system to change the records of my database.
    SELECT * FROM zyikostl INTO TABLE itab.
      LOOP AT itab INTO wtab.
        tabix = sy-tabix.
        DO.
          READ TABLE itab INTO ktab WITH KEY kostl_alt = wtab-kostl_neu.
          IF sy-subrc = 0.
            wtab-kostl_neu = ktab-kostl_neu.
            MODIFY itab FROM wtab INDEX tabix.
            CONTINUE.
          ELSE.
            EXIT.
          ENDIF.
        ENDDO.
      ENDLOOP.
    MODIFY zyikostl FROM TABLE itab.
    In the development system i have only few records its working fine,but when it is been moved to test system there are 2500 records in the database so the report is taking much time(more than 5 hours )
    i sthere any solution for this ....
    thanks,
    vaasu.

  • What is the use of 'ALTER DATABASE CLOSE'?

    Hello Everybody,
    SQL*Plus: Release 10.1.0.2.0 - Production on Ma Aug 15 21:28:30 2005
    Copyright © 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> conn / as sysdba
    Connected.
    SQL> startup force
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145750508 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL> alter database close;
    Database altered.
    SQL> select status from v$instance;
    STATUS
    MOUNTED
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16196: database has been previously opened and closed
    If i have to shutdown the instance and database then
    WHAT IS THE USE OF 'ALTER DATABASE CLOSE' ?
    I need explanation. Why should i shutdown?
    Dont give me this answer.
    ORA-16196: database has been previously opened and closed
    Cause: The instance has already opened and closed the database, which is allowed only once in its lifetime.
    Action: Shut down the instance.

    If you read the documentation you will see that there is no ALTER DATABASE CLOSE command.
    This is an undocumented Oracle command, which we are not supposed to use. Consequently we are not allowed to complain about the way that it works. Instead we're supposed to use SHUTDOWN IMMEDIATE.
    Cheers, APC

  • Kisight:- If I Don't Have or Want to Use My iSight What Can I Use ?

    kisight:- If I Don't Have or Want to Use My iSight What Can I Use ?
    Or What Cameras are available for Macs ?
    This question used to come up for Macs that did not have Internal Cameras and the User did not have an External iSight.
    Since the advent of Intel Mac and the Internal iSight and OS 10.4.9 (late Tiger) the question has broadened from "What can I use with iChat ?" to "What cameras can I use with My Mac ?" and from there into the current Question this User Tip plans to answer.
    On the whole it is a case of matching a camera for the type of application you are going to use it most with.
    A web cam can be used in iMovie to create Email or Video Blogs although Camcorders do a better job. Camcorders can be used as web cams.
    Camera Types
    These fall into three main categories that themselves have subsets.
    Your choice is going to be influenced by the Applications you want to use it with.
    1) Firewire Cameras (Plug an Play)
    a) The iSight (External) made by Apple and several other similar cameras have mostly disappeared off the market. (Although iSights seem to be still doing well on Ebay - See Version and Mounts).
    b) Firewire Camcorders. These vary as to which apps that work with dues to the different Signal outputs they can do.
    Apple Article TA26556 Highlights some that have issues due to their proprietary DV Format.
    2) USB 1.1 able Cameras. (Not Plug and Play)
    This includes most cameras pre Vista (more on that later)
    Most of these will need a suitable Mac Driver either from the Manufacturer or from one of two Generic sources (macam and IOXeperts). Some manufacturers will include a Mac Driver on the CD that comes with the camera some will supply it as a download from their Site.
    It is worth while saying at this point that iChat will also need this reasonably cheap iUSBCam Utility as well.
    This Utility was originally designed for getting the External iSight to work on computers less than the G3/600Mghz spec for iChat. Then it included the ability to get USB cameras to work with iChat.
    You will need one of these three options listed so far if you are OS 10.4.8 or below or have only USB 1.1 ports/sockets on your Mac.
    3) USB 2.0 Cameras. (Plug and Play in most cases)
    a) Those that are UVC (USB Video Class) Compliant (Also listed as Vista Certified)
    Apple added a UVC driver to the OS at 10.4.9 but your Mac also has to have an USB 2.0 port that you can plug such a camera into (Some keyboard ports are not USB 2.0). This means that the camera is Plug and Play although it may not have all the features it has on a PC
    b) Those that are USB 2.0 but are not Vista Certified/UVC compliant. (You are going to need Mac Drivers again)
    This site about Apple Compatible cameras may be of some help.
    A Note on quality of Pictures.
    Firewire cameras of either sort are best with Camcorders being the best of all. (Generally more pixels delivered faster to your Computer)
    The Newer USB 2.0 cameras are tending to exceed the 640 X 480 pixels that earlier USB1.1 cameras use with some currently giving 1.3Mp resolutions. It should be noted though that not all applications will use this format.
    Look closely at the maximum Frame rate (fps) a camera can produce. You may not get it is every applications but something that starts with a max of 15fps is going to give you no leeway.
    Applications
    You may get some more insight into what to go for by asking in one of these forums:-
    iSight Discussions,
    iChat AV Discussions for iChat 3 and iChat 2 and Earlier,
    iChat and iChat Sharing (in Leopard)
    and iMovie Discussions
    Please Note:- some of these are Category Links and you have to select a forum within the list at the top of the linked page.
    <hr>
    Versions and Mounts Which Version Am I Buying ?
    First off I will not say so much on Buying a second hand External iSight other than making sure you use a reputable Selling site or an Individual Seller so that you have recourse if the device turns out to be faulty. Try and get to see the camera working if you can, preferably seeing it plugged in and working or by iChat and seeing the Pic it produces (Get the person to show you live Screen shots (or Screen Share in Leopard/iChat 4) of System Preferences > Sound > Input as the iSight will be listed)
    What I will list here is info about the different versions.
    There were three versions before the External iSight was discontinued. There is little outward differences as the main change is the mounts that are included with each version. They all function the same way.
    The versions are distinguished by letters (Revision A, B or C) in addition to the base part number and an added slash (M8817LL/).The Last model included different mounts for Laptops, Desktop Stand, Magnetic mount and one for a Flat Panel iMac (the Lampshade one). See pictures in this PDF on page 6.
    Apple no Longer sell the External iSight or the Apple M9314G/B iSight Accessory Kit either but you may find it at other places as well if the mount you want/need does not come with the camera. Pics of Box and Contents
    It appears that individual iSight mounts and other items can be purchased though this iSight Service FAQ page
    Remember the youngest External iSight is likely to be at least 4 years old. Current anecdotal information suggests the cost of an Apple Repair to a faulty External iSight exceeds the cost of a USB Replacement (Or the value in real terms, of the camera itself - although higher prices seem to be quoted on Ebay and Amazon)
    First Draft
    10:08 PM Sunday; May 17, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

    Thanks Nubz
    I will review further an correct myself.
    The last reads the way I meant as in physically getting to see it.
    I am not sure you are reading it the same way.
    As a consequence your suggestion seems a bit ambiguous to my mind.
    Thanks for the input. I will read a digest context a bit more and see if I can rephrase.
    8:12 PM Thursday; May 21, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • TS3297 I have an iPhone and recently bought an iPod 4 touch what l am using the same apple ID for. The iPod won't let me download songs from iTunes it is asking me security questions which I don't think I have put answers to in the first place.

    I have an iPhone and recently bought an iPod 4 touch what l am using the same apple ID for. The iPod won't let me download songs from iTunes it is asking me security questions which I don't think I have put answers to in the first place, because of this it won't let me buy any songs on iTunes

    It's probably asking you to verify the security code found on the back of your credit card.
    Regards.

  • How to use the Variants in SAP Transportation and what is its use ?

    Hi experts,
    How to use the Variants in SAP Transportation and what is its use & How to create a variant in SAP ?
    Can anybody answer this ?
    Regards,
    Shakti

    Hi,
    If you are asking about "slection vairants" in SPRO settings of "shipment cost document" then
    When it is activated,
    each user can have his own slecetion  and list criteria for
    1. List shippment costs:calculation
    2. List shippment costs: settlement
    This can be directly saved from VI01 screen by the user.
    from environment> lists
    This is user specific only.
    Hope this helps.
    Regards,
    Sharan

Maybe you are looking for

  • IPod Classic not recognized on desktop or in iTunes - help!

    My iPod is not recognized by my Mac or iTunes... I have done the suggested "reset" and still no luck.  I have also turned off Norton ... this hasn't made a difference either... Does anyone have other thoughts/ideas I should try?

  • In which file discoverer connections stored

    hi, When we create a connection in discoverer using discoverer/plus url, in which file all these connections are stored and how to delete a connection. Fyi, I am talking about Oracle 9ias. Regards Kumar

  • Re: Chromebook not recognising network

    Hi all, I just received a Chromebook 2 yesterday and cannot get online with it. It connects to the home network but I cannot get the internet. When I check the network settings on the Chromebook the security says RSN, but when I check the encryption

  • Installing oracle 10gr2 and applying 10.2.0.3 patchset on sun sparc 64bit

    dear all, im planning to install oracle 10gr2 on sun solaris sparc(64bit). kindly provide the steps specific to configuring kernal parameters. details: On Solaris 10 sparc 64-bit uname -r 5.10 provide the steps to configure the kernal parameters with

  • How to use server time in  Timer Class

    Hai, I have develped an application(stand alone) using swings. the exe runs in all the systems in my company. requirement is --> application has to be closed at 11.59 P.M everyday. i did this task using Timer class. Timer class takes the system time