Are there any self-service tools that enable business users to insert, update, and delete data in SQL Server without using SSMS?

Our IT department spends way too much time maintaining simple reference tables that could easily be maintained by business users, if they had some simple tools that gave them limited access to only the tables they need.  Looking for something other
than SSMS or MS Access.  These are not tech-savvy users.  They dabble in Excel and Access, and they know their data pretty well, but wouldn't be comfortable with SQL.  Generally the data would initially be in Excel (but not always).

Create a separate FileGroup on your UAT/pre-prod environment for those Business Users and allocate limited space for them to read/write data here. I expect they create their own reference tables here which are small enough in size. SQL Server does not have
concept of Quota like Oracle has, so you need to tie back FG with Data Steward user groups using separate mechanism to make sure they have limited rights here. 
As IT - you verify business changes every sprint and push them to Production. 
Best Regards
Shrikant Kulkarni 
 

Similar Messages

  • RFC enabled function module to insert , update and delete data in a ZTABLE

    friends..
    Is there any standatd RFC enabled function module to insert , update and delete data in a custom database-table (Ztable)?
    if not how can we create it? plz give me the details steps..
    what are the import, export parameters and how to code and process it.. (for example: suppose fields in the table is Emp_Id, Name, Address. I need to develop a RFM which does the 3 tasks, insert update delete in the same RFM)
    Thanks and Regards

    create a f.n mod in se37 and make it rfc enabled.  ur import parameters are Emp_Id, Name, Address and TASK and u can have an export parameter like result which gives the status of the update. based on task u can insert using keyword INSERT....and update using UPDATE or MODIFY and delete using DELETE. these keyword are not compelte with syntax but need to refer the SAP documentation.

  • RFC enabled function module for insert update and delete in a Ztable..

    friends..
    Is there any standatd RFC enabled function module to insert , update and delete data in a custom database-table (Ztable)? if not how can we create it? plz give me the details steps..
    what are the import, export parameters and how to develop and process it.. (for example: suppose fields in the table is Emp_Id, Name, Address)
    Thanks and Regards

    Hi,
    Try this code.
    REPORT ZMMC071Z_RMV.
    TYPE-POOLS : ABAP.
    FIELD-SYMBOLS: <DYN_TABLE> TYPE STANDARD TABLE,
                   <DYN_WA>,
                   <DYN_FIELD>,
                   <LV_CONDI>.
    DATA: DY_TABLE TYPE REF TO DATA,
    DY_LINE TYPE REF TO DATA,
    XFC TYPE LVC_S_FCAT,
    IFC TYPE LVC_T_FCAT.
    SELECTION-SCREEN BEGIN OF BLOCK F1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_TABLE  LIKE DD02L-TABNAME OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK F1.
    Evento: At Selection Screen                                          *
    START-OF-SELECTION.
      PERFORM GET_STRUCTURE.
      PERFORM CREATE_DYNAMIC_ITAB.
      PERFORM GET_DATA.
    END-OF-SELECTION.
    *& Form get_structure
    text
    FORM GET_STRUCTURE.
      DATA : IDETAILS TYPE ABAP_COMPDESCR_TAB,
      XDETAILS TYPE ABAP_COMPDESCR.
      DATA : REF_TABLE_DES TYPE REF TO CL_ABAP_STRUCTDESCR.
      DATA VL_LENGHT(30).
    Get the structure of the table.
      REF_TABLE_DES ?=
      CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME( P_TABLE ).
      IDETAILS[] = REF_TABLE_DES->COMPONENTS[].
      LOOP AT IDETAILS INTO XDETAILS.
        CLEAR XFC.
        XFC-FIELDNAME = XDETAILS-NAME .
        XFC-DATATYPE = XDETAILS-TYPE_KIND.
        XFC-INTTYPE = XDETAILS-TYPE_KIND.
        XFC-INTLEN = XDETAILS-LENGTH.
        XFC-DECIMALS = XDETAILS-DECIMALS.
        APPEND XFC TO IFC.
      ENDLOOP.
    ENDFORM. "get_structure
    *& Form create_dynamic_itab
    text
    FORM CREATE_DYNAMIC_ITAB.
    Create dynamic internal table and assign to FS
      CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = IFC
        IMPORTING
          EP_TABLE        = DY_TABLE.
      ASSIGN DY_TABLE->* TO <DYN_TABLE>.
    Create dynamic work area and assign to FS
      CREATE DATA DY_LINE LIKE LINE OF <DYN_TABLE>.
      ASSIGN DY_LINE->* TO <DYN_WA>.
    ENDFORM. "create_dynamic_itab
    *&      Form  get_data
          text
    -->  p1        text
    <--  p2        text
    FORM GET_DATA .
    *Get data from p_table into internal table <DYN_TABLE>
      SELECT * INTO TABLE <DYN_TABLE>
          FROM (P_TABLE)
    Here you can implemente function DELETE, INSERT.
    ENDFORM.                    " De_para

  • Are there any 3rd party tools which provide Microsoft Azure IaaS diagnostics?

    Are there any 3rd party tools currently, which can be used for giving detailed diagnostics Information about the IaaS environment (like on VM's, Virtual Network etc.) in a detailed report format periodically? Please note that I am looking for any such tools
    around IaaS environment diagnostics here, and not about Application diagnostics.

    Hi Bahree,
    Microsoft does not suggest  a specific third-party product. However, we do use them, and see lots of other customers use them.
    Paraleap: Monitoring tool - http://www.paraleap.com/AzureWatch , You may browse to these site and few others to learn more, and chat with their folks directly on how they support Windows Azure.
    I see that Microsoft has published a self-help diagnostic package for running Windows-based virtual machines (VMs) in Azure IaaS and this this diagnostic package does not require opening a Support Request with
    Microsoft
    This package helps to diagnose and resolve common issues on running Windows-based VMs in Azure IaaS
    We may download the diagnostic package from Microsoft's Support Diagnostics Self-Help Portal:
    https://home.diagnostics.support.microsoft.com/SelfHelp?knowledgebaseArticleFilter=2976864
    You might want to see
    Microsoft Azure Virtual Machine Monitoring with Azure Diagnostics Extension
    Regards,
    Shirisha Paderu

  • Are there any information gathering tools or scripts for Sun VDI 3.1.1?

    Hi,
    Are there any information gathering tools or scripts for Sun VDI 3.1.1?
    for problem reporting or service supportting , such as
    ut_gather, a ksh based tool to collect all Sun Ray related information from a Sun Ray server.
    http://www.sun.com/bigadmin/jsp/descFile.jsp?url=descAll/ut_gather_1_4_6
    http://www.sun.com/service/gdd/index.xml
    Sun Explorer Data Collector in The Sun Services Tools Bundle (STB)
    http://www.sun.com/service/stb/index.jsp
    http://www.unix-consultants.co.uk/examples/scripts/linux/linux-explorer/
    http://www.slideshare.net/Aeroplane23/information-gathering-2
    Windows MPSreports, msinfo32
    Redhat sysreport
    Suse Siga reportconfig
    Any advice would be appreciated.
    Thanks,

    ut_gather versions are available on MOS under reference #1260464.1

  • I have Windows 7, and I am being told that it does not support the newest Ai Illustrator, Are there any other alternate routes I can take to get adobe illustrator and photoshop on my computer? Perhaps an earlier version? Thanks! ~

    I have Windows 7, and I am being told that it does not support the newest Ai Illustrator, Are there any other alternate routes I can take to get adobe illustrator and photoshop on my computer? Perhaps an earlier version? Thanks! ~

    houseofrest,
    According to this page, you can use it for CC:
    Adobe Illustrator CC for Mac, Windows, PC - Tech specs
    Or you can buy CS6:
    http://helpx.adobe.com/x-productkb/policy-pricing/system-requirements-illustrator.html

  • Are there any other flash players that you can use on Safari other than Adobe

    Are there any other flash players that you can use on Safari other than Adobe?

    Not as far as I am aware.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS The latest version, 10.2.152.25 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Note that the latest Flash Player update only works on YouTube with Safari in 32 bit mode - until YouTube correct this.

  • Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Only Endnote is integrated with Pages. How other reference manager systems work, i do not know but that are not integrated with Pages.

  • Simple question. Since apple has extinguished iDVD Are there any other Software programs that can produce the end product iDVD did?

    There are many a thousands of people who are producingvideos on completed DVDs. As an amateur videographer using iMovie first nowusing Final Cut pro to produce completed ready to distribute DVDs, I find ithard to believe at the meeting you mentioned anyone with common sense wouldhave explained the scenario above. On an amateur level so many folks have beencreating videos of Weddings, Home Movies, and many different Special Events. Onin particular are sports events. I shoot a sports event like Mix Martial ArtsEvents utilizing several video cameras. Then editing with Final cut Pro andsometimes iMovie. All of my completed videos that have been edited in either ofthese two programs are shared (like hand in glove) with iDVD. Short of steppinginto the commercial world Apple has deleted many people from producing a semiprofessional looking product.
    I do not know if the can be answered here in the format buthere it goes!!
    Simple question. Since apple has extinguished iDVD Are thereany other Software programs that can produce the end product iDVD did? Googlesearches with years of outdated info does not give good references. Withoutlooking to go commercial, the Apple Macintosh Computers built internal Softwareprogram like iDVD is the only program I know of that can help folks on mylevel!!
    It doesn't seem there are any programs that takes off fromwhere iDVD left off. My end products (complete videography from start tofinished printed and burned DVD) needs to have the mapping and control usingthe semi professional look iDVD gave!
    Have any ssuggestions?

    Thank you Klaus 1
    I have 4 latest Macs All have iDVD. The question was not where to get iDVD.
    The question for anyone who knows is: Since apple has extinguished iDVD Are there any other Software programs that can produce the end product iDVD did?
    I appreciate your input but it realy does not answer the question. iDVD will soon not be able to work with newer versions of Macs as it has been left behind by Apple!
    Once again:
    It doesn't seem there are any programs that takes off from where iDVD left off.
    My end products needs to have the mapping and control using the semi professional look iDVD gave me.
    Imovie cannot do this. More importantly imovie cannot save the project to Video_TS folders like iDVD did.
    Anyone have suggestions?
    My full post is just below:
    There are many a thousands of people who are producing videos on completed DVDs. As an amateur videographer using iMovie first now using Final Cut pro to produce completed ready to distribute DVDs,
    On an amateur level so many folks have been creating videos of Weddings, Home Movies, and many different Special Events. One in particular are sports events. I shoot sports event like Mix Martial Arts Events utilizing several video cameras. Then editing with Final cut Pro and sometimes iMovie. All of my completed videos that have been edited in either of these two programs are shared (like hand in glove) with iDVD. Short of stepping into the commercial world Apple has deleted many people from producing a semi professional looking product.
    I do not know if anyone can this question but here it goes!!
    Simple question. Since apple has extinguished iDVD Are there any other Software programs that can produce the end product iDVD did? Google searches with years of outdated info does not give good references. Without looking to go commercial, the Apple Macintosh Computers built internal Software program like iDVD is the only program I know of that can help folks on my level!!
    It doesn't seem there are any programs that takes off from where iDVD left off. My end products (complete videography from start to finished with printed and burned DVD) needs to have the mapping and the control by using the semi professional look iDVD gave!
    More importantly imovie cannot save the project to Video_TS folders like iDVD did. Something for folks like myself who need this to burn to our multi burning DVD all in one printers!!
    Anyone have suggestions?

  • Are there any digital/video frames that will play .mov files?

    are there any digital/video frames that will play .mov files?

    Hi
    Not understanding Your Question - I can only guess
    .mov - are no specific Video Format (Codec) it is a container (read folder) and can hold Codecs many program can use and NOT.
    QuickTime Player use to open many of them - try this and if it opens then Open Inspector [ cmd + I ] and read
    • Video Format (Codec): nnnnnnnnnn
    • Frame Rate: yyyyyyy
    What does they say
    When QT-Players don't open - I use VLC-Player (Google it and download for free). It use to take most of the Codecs.
    Yours - May be far out in the Blue - Bengt W

  • Are there any free TV channels that can be received on the Apple TV?

    Are there any free TV channels that can be received on the Apple TV?

    No, it's not a TV tuner.  It's primarily marketed as a rental vehicle for iTunes store movies/purchases and for playback of compatible (see specs) media from iTunes.
    Some subscription streams are available eg Netflix, MLB as well as youTube and some limited internet content (no browser).
    Check the Apple tech pages.

  • TS4268 I've tried the listed troubleshooting procedures to activate Facetime and iMessage, but no luck. Are there any other options? If it helps, I'm currently overseas and only using WiFi to connect.

    I've tried the listed troubleshooting procedures to activate Facetime and iMessage, but no luck. Are there any other options? If it helps, I'm currently overseas and only using WiFi to connect.

        lovethoseleaves,
    Oh no! I am saddened to hear that you are having troubles with your MMS pictures. I know that this can be an important thing to be able to do. I appreciate you working with us to get this matter resolved as well. I see that you have spent time working with us, and I know that can also be frustrating. There are a few things we can check though. Are these to any specific numbers or all? A factory reset certainly should've resolved this. We can check into the account set up as well for that if need be. Please share any additional details that you can think of. Thanks.
    ErinW_VZWSupport
    Follow us on Twitter @VZWSupport

  • Is there any way i can let another iphone user view my recieved and sent messages?

    Is there any way i can let another iphone user view my recieved and sent messages?

    Of course. Just show them your phone screen, and let them browse through your messages - the same way you would do so yourself.

  • Any KM which can insert , update and delete

    hi everyone ,
    i have a oracle target which i want to keep synchronize daily with sql server source which means if there is any deletion in source ,i want a deletion in target too . Hope iam clear .
    Is there is any KM that can do insert ,update and delete . i know the other way is to truncate and load but i few tables which are millions of records doing truncating daily not possible .
    is there is any way out for this issue ?
    Thanks

    Or
    1) create to load only the PK into a temp table (yellow interface as suggestion)
    2) create a procedure to delete your target with a "not exists" option from the created temp table
    3) create an "normal" interface with Incremental Update
    Make any sense?

  • Are there any diagnostic utilities tool to test the MSI mainboard

    Hi,
    I am using MSI 875P mainboard, because of built in sound driver "SoundMax Drivers " not been detected in WinXP system.
    One expected reason, the built in sound driver may spoil.
    Are there any way or utilities tool to verify or diagnostic the built in components
    for this mainboard.
    Kindly advise. Thank you.
    Regards,
    Goon Fui

    As far as I know there are no standard SSH VIs anywhere. At least at the time that I started this thread there were not. I came up with a solution that I have been using ever since using the program Plink that is installed with Putty. Please take a look at the VI I have attached. It is pretty straight forward. You enter the location of plink.exe, the username, the password, and the host and you can send any command and get a response just as if you were connected via an SSH client. It has been working great for years. Let me know if you have any questions about it.
    Attachments:
    SSH_Via_Plink.vi ‏27 KB

Maybe you are looking for

  • How can I change excel column header using Labile.

    Dear Experts,                       How can i change excel column header using LabVIEW. Thanks for any and all help! M.S.Sivaraj. Sivaraj M.S CLD

  • Need some suggestion doing database backup

    Hi All, I am working on the 11gR2 RAC oracle database and below are the details. SQL>select * from gv$version; INST_ID BANNER 2 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production 2 PL/SQL Release 11.2.0.1.0 - Production 2 CO

  • DirectX 8.1a killed my computer

    2 days ago I downloaded DirectX 8.1a from Microsofts website. the comptuer restarted and everything was running fine. I did not get to play any games with it at that time because my wife wanted me to go to bed. I then came home last night after work

  • Understanding 5505 firewall-site to site and internet traffic

    Hi, My question is mutli-faceted. I apologize for the lengthy intro here but i think the info is necessary to understand where I am headed in this. I am new to the cisco 5505. I have had very limited exposure to a 5510 that was preset. I have managed

  • How to write hasCode() & equals(0) methods in Compound Key Class

    Hi Java Helpdesk, I am wondering how to write the hashCode() and equals() methods that is mandatory when creating composite @IdClass. Below is the combination of primary @Id keys that I would like to make up in a compound key class: public final clas