Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 2,647 total)

  • RE: Linked server permissions issue

    Sapen (12/1/2011)


    The value, minimum and value_in_use columns are 0's

    Well... You should start here:

    sp_configure 'show advanced options', 1;

    RECONFIGURE;

    sp_configure 'Ad Hoc Distributed Queries', 1;

    RECONFIGURE;

    GO

    Jared

  • RE: Linked server permissions issue

    p-nut (12/1/2011)


    I ask again, only because I cannot figure this out... Are you using the same SQL Server (windows auth) user to log into the database instance between the server...

  • RE: SQL Baselines

    What are you looking for? If it is not being used, how do you compare? Can you give some more information please?

    Thanks,

    Jared

  • RE: Linked server permissions issue

    I ask again, only because I cannot figure this out... Are you using the same SQL Server (windows auth) user to log into the database instance between the server and...

  • RE: Linked server permissions issue

    p-nut (12/1/2011)


    Sapen (12/1/2011)


    No..I am not able to access any linked server unless I create the linked server connection directly on sql server installed on my laptop.

    I think it is this...

  • RE: Linked server permissions issue

    Sapen (12/1/2011)


    No..I am not able to access any linked server unless I create the linked server connection directly on sql server installed on my laptop.

    I think it is this setting:

    SELECT...

  • RE: Linked server permissions issue

    Sapen (12/1/2011)


    MyDoggieJessie/Jared...Thanks for your inputs...but this is still an issue...I am doing my research to figure out how to make it work...please let me know incase if you come up...

  • RE: SQL Server Won't Truncate Tables Until Restarted

    Well... This is very strange indeed, but probably has some sort of explanation. Is it possible that some other query or sp was deleting rows or putting a lock...

  • RE: Cursor loop is not working. Only taking last value in parameter?

    ankurk2 (11/30/2011)


    Thanks Jared

    I will try this method too. Thanks again for your time.

    You are very welcome 🙂 Good luck to you!

    Jared

  • RE: Linked server permissions issue

    Sapen (11/30/2011)


    I can do that real quick but I am able to select the data from the DB server directly...does removing the user DSN be helpful?

    Not sure... but it may...

  • RE: Linked server permissions issue

    Sapen (11/30/2011)


    OH! Thought... Did you set up the DSN as a system DSN or a user dsn? I bet it has something to do with the DSN settings...

    Jared

    I had...

  • RE: Linked server permissions issue

    Sapen (11/30/2011)


    Randy Doub (11/30/2011)

    In your linked server script you have @provstr=N'DSN=SOTAMAS90'

    Is this a DSN that lives on the DB server?

    And when you use your laptop, that DSN can't be...

  • RE: Linked server permissions issue

    Randy Doub (11/30/2011)


    In your linked server script you have @provstr=N'DSN=SOTAMAS90'

    Is this a DSN that lives on the DB server?

    And when you use your laptop, that DSN can't...

  • RE: Linked server permissions issue

    Run this: SELECT name, value FROM sys.configurations

    WHERE name = 'remote access';

    Is the value 1?

    Jared

  • RE: Cursor loop is not working. Only taking last value in parameter?

    ankurk2 (11/30/2011)


    Hi Mr or Mrs. 500

    Can you please me the better way to do this .

    Thanks

    If you have the ability, I would consolidate all of these into 1 database with...

Viewing 15 posts - 2,101 through 2,115 (of 2,647 total)