How to give user a table level access in database ?

Hi All,
I am working on SQL server managemnt 2012.
I need to provide access to one of the table in database.
How can we do it ?
Thanks in advance.
Regards
msbilearning.

Hi Bhanu,
Yes i want to give read acess to that particluar user.
Do i have to add that particular user to somewhere ?.
Because this simply doesn't work.
For ex- xyz\abc is user.
GRANT SELECT on [Table_Name] toxyz\abc
This wont work.
any solution.
regards
msbilearning.

Similar Messages

  • HOW TO TRANSFER USER DEFINED TABLE DATA IN NEW DATABASE

    Dear all , I am trying to transfer user defined table data,in new database ,can you please tell how i can do it

    Thanks for Quick responce
    I have Following databases
    1) Targate Database EOU TEST
    2) Source database  STI_BLANK
    Table @MACHINE
    I tried But it has some error
    INSERT INTO EOU TEST.@MACHINE
    SELECT STI_BLANK.@MACHINE* FROM STI_BLANK.@MACHINE
    Edited by: Abhijit Bhise on Apr 1, 2010 3:27 PM
    Edited by: Abhijit Bhise on Apr 1, 2010 3:28 PM

  • How to give user authorizations for a Program or an ICF service

    Hi,
       1)How to give user authorizations for a report program or an ICF service.
       2)How to create an user authorization object.
    Regards,
    Vinay.

    check this online help for more info on authorization object creation
    http://help.sap.com/saphelp_nw04/helpdata/en/52/67168c439b11d1896f0000e8322d00/frameset.htm
    for question no1.
    ICF - you either maintain the auth obj relevant at the icf service level itself or you can code call authority object and block access
    for abap programs:
    you maintain auth object at the tcode or code the call authority object within the program
    Regards
    Raja

  • How to enable archive at table level

    Hello Everyone,
    We are having performance issue when timesheet transfer job runs since the no of records in CATSDB table is more(4,013,039 Entries).
    I would like to know how to enable archiving at table level.so that timesheet transfer job doesnt run for a long time.
    Appreciate your response.
    Regards,
    Vadi

    You can only archive data based on archiving objects and not based on individual tables as it has to maintain the consistancy within the database.
    Following links might help you.
    [http://help.sap.com/saphelp_nwpi71/helpdata/en/8d/3e4e0c462a11d189000000e8323d3a/content.htm]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d76f5301-0b01-0010-2a97-9938052ddf81]

  • How to create user dsn for microsoft access driver(*.mdb,.*accdb) in 64 bit

    hi,
    how to create user dsn for microsodt access driver(*.mdb,*.accdb) using command line in 64 bit.
    i have installed 64 bit drivers and when use following command
    C:\Windows\System32>odbccad.exe CONFIGDSN "Microsoft Access Driver (*.mdb,*.accdb)" "DSN=GLDatabase|Description=GL Data Source|DBQ=C:\DataBase\1.mdb"
    CONFIGDSN:'unable to create a datasource for the "Microsoft Access Driver (*.mdb,*.accdb)" component not found in the registry with the error code -2147467259
    but it works with C:\Windows\SysWow64

    yes i have installed Microsoft Access Database engine 2010 redistributale => AccessDatabaseEngine_x64.exe
    i can able to create user dsn using odbccad32.exe in system32 folder but using command line its not working
    C:\Windows\System32>
    odbccad.exe CONFIGDSN "Microsoft Access Driver (*.mdb,*.accdb)" "DSN=GLDatabase|Description=GL Data Source|DBQ=C:\DataBase\1.mdb"
    CONFIGDSN:'unable to create a datasource for the "Microsoft Access Driver (*.mdb,*.accdb)" component not found in the registry with the error code -2147467259

  • DS 5.2 - how to give users access to suffixes via the admin console?

    I'm in the process of migrating my LDAP install from 5.1 -> 5.2, and have encountered an issue with console access. The "admin" user previously had access to all the suffixes in the directory. After loading the data into a 5.2 directory, this access was lost. The "admin" user can login to the console, but in the directory tab, only sees "cn=schema" and "cn=monitor". The data suffixes are not present. I have verified that the ACI for this user should be allowing access to the data suffixes.
    Any ideas?
    Additionally, I've tried creating new users with console access, and none of them can even login. Thoughts?

    never mind, found it there.

  • How to do user authentication through manually access sql user database

    I have a table of user accounnts in sql, by using tomcat jsp, how can I authenticate users by manually accessing user account in sql ??
    Thanks in advance

    What is there to do?
    - Display page asking for username/password
    - retrieve typed in user name password
    - run query on database - something like "select userid from users where username = ? and password = ?"
    - if a record is returned, you have got a user - forward control to the correct jsp. If not, then it is incorrect - go back to the login page with an error message.
    - Normally on successful login you add something into the session (eg a user object) so you can tell if someone is logged in or not by looking for that object.
    Whats hard about any of this?

  • How to Execute User Defined Table in SQL?

    Hi Experts
    I have User Defined Table @SIN_MPLN in SAP B1 , i stored value in that User Defined Table and  if i execute that Table Through Query Generator it shows me value. it works fine.
    But when i go to SQL Server 2008 R2 and trying to execute this as..
    select * from @SIN_MPLN
    then it gives me Error --> Must declare the table variable "@SIN_MPLN"
    so please give me the answer
    Thanks

    Hello Navanath,
    Nagarajan's answer is correct.
    select * from [@SIN_MPLN] wil also work. the prefix "dbo" is not mandatory.
    Best Regards Teun

  • How to create user other than 'sa' to connect database server in SAP SBO

    I want to ask how the step for create user other than 'sa' to connect database server in SAP SBO? Until now I use 'sa' (default) for connect to database server in SAP SBO application.
    Can I do that?

    You may create multiple SQL users to give full right to B1 database instead of using 'sa' user.
    However, the preferred way would be by Use Trusted connection when you set the connection to SQL Server. In this way, you just need one more user for SQL.  A group of window users could use this SQL access to connect database server.
    Thanks,
    Gordon

  • How do I join two tables in the same database and load the result into a destination table in a SSIS package

    Hi,
    I have a query that joins two tables in the same database, the result needs to be loaded in a destination DB table.  How do I do this in SSIS package?
    thank you !
    Thank You Warmest Fanny Pied

    Please take a look at these links related to your query.
    http://stackoverflow.com/questions/5145637/querying-data-by-joining-two-tables-in-two-database-on-different-servers
    http://stackoverflow.com/questions/7037228/joining-two-tables-together-in-one-database

  • How can multiple users from different locations access my Muse website files to update them?

    We're a team, and we need to be able to work together remotely.
    How can I let another user (on the East Coast - I'm on the West coast) have access to my Muse website files so that they can work on them and make changes - but I can also work on them here?
    I've already made them an Admin in the Manage section of the live Muse website that is hosted on Business Catalyst.
    BTW, they also belong to Creative Cloud.
    Thanks!

    You need to share your .muse file with this other person.
    Muse does not currently support multiple users opening the same .muse file at the same time.
    There's lots of options for sharing a file - you could copy it up to a company network server, or email the file back and forth, or use a filesharing service like Dropbox, SendThisFile, Adobe SendNow, or Creative cloud sync, among others.
    Which one is right for you depends on the size of your file, how often you're sending the file back and forth, and personal preferences
    Whatever you choose, it's important that you DO NOT have 2 users working on the same .muse file at the same time. This can cause corruption of your .muse file. I'd also recommend frequent backups of your .muse file, as you might find that one of you clobbers a change made by the other and you want to be able to go back to your old copy of your .muse file to copy/paste some content to your latest copy of your .muse file.

  • How to give filters from Year level to day level in dashboard?

    Hi all,
    I have some 7 to 10 components and i want the filter from Year level to day (Year,Quarter,Month, Week and Day) with "All" option as default from Quarter to Day level.
    As default Only current year should be selected for which my components should display 4 quarters data
    and when any quarter is selected my components should display 3 respective months data
    then when particular month is selected then my components should display 4 weeks data
    when week is selected the 7 days data
    and last when day is selected only that days data should be displayed.
    All the data will be coming from Database, to get data we need to build query & prompts and map accordingly
    And those prompts should be mapped to these filters and work dynamically.
    If anyone know how to implement this please let me know.
    Regards
    Nithesh M R

    Hi,
    As you said try to prompts for all the above mentioned filtering criteria, then use the combo box as a drop down filter, In first combo box take year list. From second combo box take the data in Tree view using filtered rows insertion type. Below given link can give you a idea how to pass the subsequent values to the next cell.
    Instead of continent & country & ..... you can take quarter, month, week and so on, so your combo box fills the data automatically.
    Filtering Through Combo Box
    --SumanT

  • How to give user rights to a folder  (for Dummies, please help)

    My userid, db2inst1, does not have rights to create, edit, and view files in it's home folder and subdirectories.
    /export/home/db2inst1
    I try to edit and view files in the sub folders, but get access denied. I thought it should have full rights to this folder?
    I tried using the SMC as root, added the user db2inst1 to root and sys groups, then gave the user all rights, but that did not solve the issue.
    What would be the terminal command to give this user, db2inst1, full rights to the home directory. It needs all rights to files created by other users. What ever is in the home folder and all subfolders under home, it needs the maxiumum access.

    The short answer would be "chown -R <username> /export/home/<username>" where username is the user in question.
    To be more polite you also need to change group ownership of users home folder to match primary user's group. Primary group can be seen by typing "id <username>", first group is the primary. If you know the group then you can do "chown -R <username>:<groupname> /export/home/<username>"
    p.s. if you got to this because you created user with "useradd", then remember next time to use -m flag which creates user's home directory with apropriate permissions.

  • Groups of users and application level access

    Hello,
    just to be sure that I got it right.
    If I have a single workspace and I want to have two distinct applications, where the users of one application do not access the other one and vice versa, should I manage the access on a page by page basis, using two different authorization schemes made up of PL/SQL functions checking user's group membership?
    I believe there is no way to specify an authorization scheme for a whole application, isn't it?
    Thanks,
    Flavio

    Scott,
    if I am not wrong, the checks you suggest to include require an authorization scheme applied once per page view.
    I wrote the following function as authorization logic:
    if :APP_USER is not null and
    upper(:APP_USER) not in ('NOBODY','PUBLIC_USER','HTMLDB_PUBLIC_USER')
    then
    return nvl(htmldb_util.current_user_in_group('PROMO'),false);
    else
    return true;
    end if;
    This works fine only if I specifiy "once per page view" in the "validate" property.
    If I choose "once per session", any authenticated user can enter the application, no matter what the user group is.
    Given this scenario, do you think it is still possible in some way to use the authorization scheme on a per-session basis?
    Bye,
    Flavio

  • How to give user input in flsh animation??

    i m a student of engineering and my project is to create animation of dc motors whose parameters can be controlled by user input
    means current,voltage and speed of the rotor...how con i do it...
    m totally new iin this field and learning flash...
    and can i make these type of animation in flash professional CS5???

    What you should probably consider is using Slider components to control each of the parameters.  There should be examples of how to use them in the help documentation.

Maybe you are looking for

  • Help needed connecting iPhone 5c to Windows 8.1 using Parallels 10 on Mac

    I cannot for the life of me figure out how to get my iPhone to be recognized on my virtual machine- Windows 8.1 via Parallels 10.   I have read this documentation and keep getting dead ends iPhone, iPad, or iPod touch not recognized in iTunes for Win

  • My ipod touch 4th gen won't go off the settings page

    Hi! My Ipod touch 4th gen will not go off the settings page. The home button is not doing anything and neither is the lock button. I went onto the settings page to delete some large apps as i was getting low on storage and now I cannot get off. The s

  • OS X Server 10.4.11 - OS X Server 10.5.5 - PDC - No Windows login

    Hey there, we just upgraded a 10.4.11 Server to 10.5.5. Some little issues occured afterwards which we were possible to solve but one big problem remained. Before upgrading the server, Windows XP Clients and a Windows 2003 Server could use our OD use

  • Party-based IDOC from external SAP sender

    Hello experts. I have PI 7.0 I have a scenario where I receive an IDOC from an external SAP system - that has SID=PRD and client=400 I also have an SAP system in my landscape with SID=PRD and client=400. when I tried to define a service and edit it's

  • How to upload Co Log in 4.7 IDES

    Dear Guru, Can any one explain complete process for how to Upload the Company Logo in 4.7 Ides. Waiting for your replay. Thanks & Regards, Bipin Shah.