Building table for graph data in SQL 2012

I am on Windows 7 x64 with SQL 2012.  I am new to SQL server and need some guidance.  I have raw data I would like to store.  The raw data is Amplitude vs. Time.  there are 3600 rows 2 columns.  What is the best way to design a table
to hold this information.  The data will be linked to a primary key of date taken.
Thank you in advance for your time.

Thank you for your quick response.  I have tried this and got two tables but only input per given time.  Her is an example below of what data needs to be inputted. 
Todays date
112.5
0.004758855
225
0.003022459
337.5
0.005110742
450
0.006503629
562.5
0.008989879
675
0.007626316
787.5
0.003847718
900
0.00263287
1012.5
0.001321671
1125
0.00139917
1237.5
0.00314185
1350
0.006394711
1462.5
0.012263686
1575
0.010973433
1687.5
0.001998216
1800
0.001878826
1912.5
0.002599357
There are 3600 lines of this...all grouped in one moment in time.

Similar Messages

  • Storing custom Palette for graph Data

    Post Author: lkane
    CA Forum: WebIntelligence Reporting
    Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

    Post Author: lkane
    CA Forum: WebIntelligence Reporting
    Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

  • Tables for Credit data

    Hi all,
    please tell me the tables  for Credit data.
    Thanks,
    kishore.

    1) Check to see if there are any entries in table S066 and S067. These SIS tables hold the credit data for sales order value and delivery order value.
    hope it helps

  • Tables for Contract data

    Hi all,
    if you know any tables for contract data(For Contract report),
    please tell me.....
    Thanks,
    kishore.

    VBAK-contract header
    VBAP-contract item
    VEDA-changed contracts
    KONV-condition records
    MARA-material related to contract

  • Tables for Budget data

    Hi,
    Please provide the base tables for Budget data
    thanks

    hi Arun,
    check these
    BPGE (overall budgets),
    BPJA (annual budgets) and
    BPPE (period budgets).

  • The table for storing data for infocube and ODS

    Hi all:
        could you please tell me how to find the table for storing data for infocube and ODS?
    thank you very much!

    Hi Jingying Sony,
    To find tables for any infoprvider go to SE11.
    In database table field enter the following
    Cube -
    Has fact table and dimension table
    For customized cube - ie cube names not starting with ' 0 '
    Uncompressed Fact table - /BIC/F<infocubename>
    Compressed fact table - /BIC/E<infocubename>
    Dimension table - /BIC/D<infocubename>
    For standard cube - ie cube names  starting with ' 0 '
    Uncompressed Fact table - /BI0/F<infocubename>
    Compressed fact table - /BI0/E<infocubename>
    Dimension table - /BI0/D<infocubename>
    Click on display.
    For DSO,
    For standard DSO active table- /BI0/A<DSO name>00.
    You use 40 for new table.
    Click on display.
    For customized DSO use- /BIC/A<DSO name>00.
    An easier way is in the database table field, write the name of the cube/DSO preceeded and followed by ' * ' sign. Then press F4 . It shall give you the names of the available table for that info provider.
    Double click on the name and choose display.
    Hope this helps,
    Best regards,
    Sunmit.

  • Method :Want to Use Z-Table for Accessing Data

    Dear All,
      I am new to BADI. I have implented one HR-PAYROLL Badi.
      In this BADI I am having one method . I want to Use One Z-table for accessing data from
      that table . Not able define the table in method.
      Kindly tell me how to do it .
      Thanking you in Advance
      Siladitya

    Hello Siladitya
    I assume your problem is the definition of an itab for selecting data from your Z-table. In case of classes you have to use table types and workareas, e.g.:
    METHOD name_of_interface_method.
    DATA:
      lt_itab    TYPE TABLE OF <name of z-table>,
      ls_record  TYPE <name of z-table>.
      SELECT * FROM <name of z-table> INTO TABLE lt_itab.
      LOOP AT lt_itab INTO ls_record.
      ENDLOOP.
    ENDMETHOD.
    Regards
      Uwe

  • Dynamic Internal Table for reading data from external file

    Hello All,
    The task was to create a internal table with dynamic columns,
    Actually this is my first task in the WebAS 6.20, my program is based on input file provided by user with certain effort. this file can have different effort for a one yr to five year frame..
    I needed to read the raw data from file, based on months create a internal table to hold the data, after this i need to validate the data...
    I have browsed thru dynamic internal table topic, but couldn't find any dynamic appending structure, the dynamic structure would contains 12 month fileds.
    can any one help me in getting my task completed..
    Thanks
    Kumar

    Hi,
    I see that you posted the same question a couple of days ago at Dynamic Internal Table for reading data from external file Didn't Charles's response address your problem?
    Regards

  • Error openin configuration of Master Data Serice SQL 2012

    Hi,
    after installation of Master Data Services (SQL 2012 EE) I can't open Configuration Manager because of error:
    "An unexpected error occured: Could not find file 'C:\Windows\assembly\GAC_MSIL\Microsoft.MasterDataServices.Configuration\11.0.0.0__89845dcd8080cc91\Microsoft.MasterDataServices.Configuration.InstallState'.."
    already tried to run repair but no sucess
    how repair that ?

    Hi MariuszBu,
    Have you got any error/warning information during install Master Data Services in your environment. Based on the error message, it seems that the Master Data Services didn't install successfully.
    Please try to reinstall Master Data Services to see if this helps.
    Uninstall and Remove Master Data Services:
    http://technet.microsoft.com/en-us/library/ff487065.aspx
    Install Master Data Services:
    http://technet.microsoft.com/en-us/library/ee633752(v=sql.110).aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • System table for Additional Data - Basic data text (MM03)

    Hi
    How can I get the system table for stroring data in MM03 in "Additional Data" the "basic data text" ?
    Thanks in advance.

    Hi,
    CALL FUNCTION 'READ_TEXT'
             EXPORTING
                CLIENT                  = SY-MANDT
                ID                      = 'Z610'
                LANGUAGE                = SY-LANGU
                NAME                    = V_TDNAME
                OBJECT                  = 'VBBK'
                ARCHIVE_HANDLE          = 0
             IMPORTING
                HEADER                  = I_TEXT_HEAD
             TABLES
                LINES                   = I_TEXT_LINE
             EXCEPTIONS
                ID                      = 1
                LANGUAGE                = 2
                NAME                    = 3
                NOT_FOUND               = 4
                OBJECT                  = 5
                REFERENCE_CHECK         = 6
                WRONG_ACCESS_TO_ARCHIVE = 7
                OTHERS                  = 8.
    Regards,
    Bharani

  • Error while filling set up tables for 2LIS_11  data sources

    hello All ,
    I tried to fill setup tables for 2LIS_11 data sources in OLI7BW , but the job RMCVENUA is getting cancelled. below is the Job Log ,
    Job started
    Step 001 started (program RMCVNEUA, variant &0000000000005, )
    Start of order processing
    Error determining rate: foreign curr. local curr. INR date 10.09.2008 (doc. 1)
    Job cancelled
    Is there any setting required in R3 side before filling setup tables of SD ?
    I am able to fill the setup tables for 2LIS_05 ( Notifications) successfully.
    Regards ,
    Amol Kulkarni
    Edited by: Amol Kulkarni on Dec 4, 2008 3:59 AM
    Edited by: Amol Kulkarni on Dec 4, 2008 4:00 AM

    Hi,
    one of the sales document currencies is not maintained properly in the system and therefore its failing.
    you need to correct those documents before filling the set up tables.
    Either you can chose the option fault document toleration limit to 1000...so that 1000 records wrong records can be tolerated or you have to crrect it first before filling up the set up tables.
    This will generally happen in test systems.... but very rare in production...so try to maintain currrency again in the system.
    generally you will see the sales doc number in the error for which its failing.
    May be at the time of filling some óne was working on some sales document and tried it save it.
    correct that doc and fill the set up tables again.
    Thanks
    Ajeet

  • Table for material data tab

    HI,
    what is the table for material data tab in PO?
    Regards,

    Data at item level i.e. may be material data, invoice data is stored in EKPO.
    Regards,
    Sarang

  • Table for Sales datas assinged to Equip/Floc

    Hi
          I need a table for Sales datas like sales org,distribution channel,divition,sales office,sales group assigned to equipment master,
    Points assured
    Thanks
    Seenu

    hi seenu
    yes you are wright the sales organisation, DC,Divison is strored under the ILOA table only , since in equipment its being picked from the view table,you can interrelate with FL and equipment
    regards
    thyagarajan

  • TO FIND TABLES  FOR MASTER DATA TRANSACTIONS

    HI , When we create a customer, the information is updated in structure RF02D and some tables like KNA1 are updated ..
    How can we find the tables for master data transactions.?
    please reply...
    thanks.

    Hi,
    I entered into the TC : ST05, Activated the trace then I created a customer, then I came back and deactivated trace, then I clicked on display it gave me a list ( yellow color list ) ... Wat do u mean by update methods here ...
    Thanks
    SK SIDDIQUI

  • Instance failure, in System.Data in sql 2012

    On Win Server 2012 Standard I have a C# app that runs fine with sql 2008 express. When I installed sql 2012 express I get "instance Failure" source: System.data. when the following LYNQ query executes:
    //MessageBox.Show("Starting GetInitialPortStatus.");
    db =new
    DataClasses1DataContext();   //establish
    dataconnection to CALMasterSQL
    // 2. Query creation.
    var PortsQuery =from
    portrecord in db.Channels
    select portrecord;
    // 3. Query execution.
    int count = 0;
    // MessageBox.Show("Starting >portrecord in PortsQuery<.");
    foreach (var
    portrecord in PortsQuery)           
    // add rows to the grid for each record in the database Ports table
    Otherwise the app works fine. The closet fix in the forum I could find was to run
    exec sp_configure 'user instances enabled',
    1.
    Go
    Reconfigure
    Which I did but no change.
    How can this be corrected. It seems like it is a known issue but no fix for sql 2012?
    Thanks
    Morris
    Thank you Morris

    Thanks for your reply.
    The connection string is:
    <add name="CMMainWindow.Properties.Settings.CALLMASTERConnectionString"
                connectionString="Data Source=HLA2012\\SQL2012EXP;Initial Catalog=CALLMasterSQL;Integrated Security=True;Connect Timeout=5"
                providerName="System.Data.SqlClient" />
    The SQl instance is call "SQL2012EXP". There is also SQL 2008 Express on the same machine called SQLExpress.
    Both engines work fine in every other way.
    Thanks
    Morris
    Thank you Morris
    Hi MoCoder,
    According to your description, if it contains a double-slash between the server name and the database instance name in your connection string, it should be localhost\SQLEXPRESS. There is a similar issue about instance failure when connecting to SQL Server
    Express in C# application. You can review the following article.
    http://www.hanselman.com/blog/FixingInstanceFailureWhenConnectingToSQLServer2005Express.aspx
    In addition, Make sure your SQL Server instance(MSSQLSERVER) is running via the services management console.
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

Maybe you are looking for

  • File Operations to A Remote system

    Hi, Is it possible to transfer files from my server to a remote machine through the internet. Basically my server is a web service which will be running on a remote machine over the internet. I need to transfer the files received by this service to m

  • Automatic deletion dashes or dots

    Hi, I have one question. Every week I make flyer (leaflet) with 120 products witch everyone have some price. The price must look like this. But in material from my employer, prices are formated like 1,25 or 1.36... I can automatically format this num

  • Migration of SAP jco 2.1.10 - 3.0

    Hey , I am trying to upgrade a middleware component developed in jco 2.1.10 to jco 3.0 .All I have done that is I have replaced the sapjco 3.0 jar files in eclipse and there seems to be typical syntax problems after this , out of which I am unable to

  • How many parameters to WWV_FLOW_ITEM.MD5()?

    Using v2.0.0.00.49 I have optomistic locking working on a few of my pages, but I have run into the problem where I am sending too many parameters to the function WWV_FLOW_ITEM.MD5(). How many parameters does the function take? Thanks!

  • My reminders are gone after update.

    After updating to Mavericks, I discovered that all of my reminders disappeared.  Is there any way to restore them?  I do use Time Machine to back up to a Time Capsule. Thanks.