Viewing 15 posts - 76 through 90 (of 359 total)
Lowell (8/14/2012)
you have to issue commands like that with EXECUTE.. AT for commands, SET or DBCC options.
EXECUTE ( 'set...
August 14, 2012 at 12:00 pm
SQLKnowItAll (8/14/2012)
Sapen (8/14/2012)
I am trying to set identity off over a linked server on a table. Both the servers are SQL Servers. The login is a domain admin account...
August 14, 2012 at 11:58 am
robert.gerald.taylor (8/11/2012)
August 11, 2012 at 9:20 pm
Thanks for the replies guys. I wouldnt mess with linked servers if database was a SQL Server database. The problem is sql queries wont work directly on MAS90 (providex) database....
August 11, 2012 at 12:18 am
There is a user I am using in the provider string for the linked server. I am using the same user which I am pretty sure should have enough permissions...
August 7, 2012 at 12:56 pm
Lowell (8/7/2012)
that error sounds like the MAS90 user...
August 7, 2012 at 11:18 am
Lowell (8/7/2012)
Sapen (8/7/2012)
August 7, 2012 at 10:17 am
Lowell (8/7/2012)
you can use the current login and pass it to the other server, if they have permissions, or you can specify to use a specific user.
Mine is setup the...
August 7, 2012 at 9:49 am
DBA328 (7/24/2012)
Do you have permission to access table on link2mas90?
One of the accounts I am trying to connect to sqlserver is the sysadmin and also a domain admin and I...
July 24, 2012 at 11:23 am
Sapen (7/23/2012)
SQLRNNR (7/23/2012)
Are you running SSMS as an Administrator? It may be UAC interfering and causing the errors to crop up.i have disabled uac...but it still wont work.
Error:
OLE DB...
July 23, 2012 at 9:28 pm
SQLRNNR (7/23/2012)
Are you running SSMS as an Administrator? It may be UAC interfering and causing the errors to crop up.
i have disabled uac...but it still wont work.
July 23, 2012 at 9:17 pm
andrew.davies 84954 (7/19/2012)
July 19, 2012 at 3:07 pm
andrew.davies 84954 (7/19/2012)
I connect to server A running Sql and can execute my stored procedure that has...
July 19, 2012 at 11:10 am
The last time the server was rebooted was 3 weeks back
Currently the fragmentation is below 20% on the database. Please find attached screenshot of my top waittypes. I am still...
July 12, 2012 at 12:24 pm
When I executed the query on our production database it returned multiple insert statements that were executed 633466,
3004769,
2735369, and so on number of times and I know that they are...
July 11, 2012 at 1:58 pm
Viewing 15 posts - 76 through 90 (of 359 total)