Nov 15, 2004 #1 eja2000 Programmer Nov 30, 2003 209 NG is there a success code after sp_attach? or is there any way i can know if the attach was successful.. thanks
is there a success code after sp_attach? or is there any way i can know if the attach was successful.. thanks
Nov 15, 2004 #2 dbomrrsm Programmer Feb 20, 2004 1,709 GB Just try to query it, if you get a login failed/permission denied to the database it wasn't successfull. try: Code: select * from mydb..sysobjects [blue]DBomrrsm[/blue] Upvote 0 Downvote
Just try to query it, if you get a login failed/permission denied to the database it wasn't successfull. try: Code: select * from mydb..sysobjects [blue]DBomrrsm[/blue]