Viewing 15 posts - 2,101 through 2,115 (of 2,647 total)
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
December 1, 2011 at 9:30 am
p-nut (12/1/2011)
December 1, 2011 at 9:27 am
What are you looking for? If it is not being used, how do you compare? Can you give some more information please?
Thanks,
Jared
December 1, 2011 at 9:21 am
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...
December 1, 2011 at 9:12 am
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...
December 1, 2011 at 9:01 am
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...
December 1, 2011 at 8:59 am
Sapen (12/1/2011)
December 1, 2011 at 8:28 am
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...
December 1, 2011 at 8:00 am
ankurk2 (11/30/2011)
Thanks JaredI will try this method too. Thanks again for your time.
You are very welcome 🙂 Good luck to you!
Jared
November 30, 2011 at 2:44 pm
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...
November 30, 2011 at 2:34 pm
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...
November 30, 2011 at 2:26 pm
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...
November 30, 2011 at 2:14 pm
Randy Doub (11/30/2011)
Is this a DSN that lives on the DB server?
And when you use your laptop, that DSN can't...
November 30, 2011 at 2:05 pm
Run this: SELECT name, value FROM sys.configurations
WHERE name = 'remote access';
Is the value 1?
Jared
November 30, 2011 at 1:56 pm
ankurk2 (11/30/2011)
Hi Mr or Mrs. 500Can 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...
November 30, 2011 at 1:46 pm
Viewing 15 posts - 2,101 through 2,115 (of 2,647 total)