Now I want to write a stored procedure in database1, in this Database I need to make a select statement to a table in database2. It is possible? What is the correct code for this problem?
Can someone help me?SELECT * FROM Database2.dbo.Table1
(assuming they are on the same server, that is).
No comments:
Post a Comment