Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
~711 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Re: The Connection string is the usual connection string to the database server you want to attach. For example [CODE]"Data Source=SQLSERVERNAME; INITIAL CATALOG=master; uid=sa; pwd=sa;". [/CODE].You need to add physical path name of MDF and LDF Files in the sp_attach_db sp. You have used three double quotes which will result in … |