Viewing 6 posts - 16 through 21 (of 21 total)
You have first map the user to corresponding login inorder to get access on database. specify the databse role in to the user.
March 2, 2012 at 8:10 am
This query will help to you.
select
r.session_id,
r.request_id,
max(isnull(exec_context_id, 0)) as number_of_workers,
r.sql_handle,...
March 2, 2012 at 8:04 am
Use OPENDATASOURCE feature.
SELECT *FROM OPENDATASOURCE('SQLNCLI',
'Data Source=Server2;Integrated Security=SSPI')
.test.dbo.MyTable
March 2, 2012 at 7:29 am
This article may help you digout.
http://www.simple-talk.com/community/forums/thread/1439.aspx
March 2, 2012 at 7:09 am
its like you are not getting any result after firing above query?
March 2, 2012 at 6:58 am
Viewing 6 posts - 16 through 21 (of 21 total)