How do I remove a folder called credentials in security manangment studio

  • Hello and good day to all.  I'm new to sql server, I hope you will be kind and pactient with me.  I was wondering how I could remove a folder called credentials in the security of management studio, i typed in a t sql statement similar to create credential [mycredential] with identiy ect.   not very good with t sql as of yet.

    I was trying to eventually create a linked server from our as400 to sql 2005.  Any help would be greatly appreciated. 

     

    Rollie

  • I am not sure what you are asking in the first part of your question.  But we have made linked servers to the AS400 using Iseries.

    After setting up the iseries odbc connection and creating the linked server, you must reconfigure SQL Server 2005 with the following commands.

    sp_configure 'ole automation procedures',1

    reconfigure with override

    sp_configure

    Bill Richards, MCSE, MCDBA

    Senior Database Analyst

  • DROP CREDENTIAL mycredential
    you can not delete the folder

    Everything you can imagine is real.

  • DROP CREDENTIAL mycredential
    this just drop any credentails that you have created and will not delete the folder which is sql server default and that cant be deleted.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply