Hello,
I would like to know whether is it possible to select data from two different databases within the same sql server.
For example
I have one database as StudentList which is the central database for students and i have other database as courseselection
i want to select the student no from the student list database and enter the course selection in the course selection database.
Could some one advice me whar would be the optmistic way of doing it
Regards,
Teju.
I would like to know whether is it possible to select data from two different databases within the same sql server.
For example
I have one database as StudentList which is the central database for students and i have other database as courseselection
i want to select the student no from the student list database and enter the course selection in the course selection database.
Could some one advice me whar would be the optmistic way of doing it
Regards,
Teju.
Comment