i have problem like this. i have database on my local machine. i want to attach that data base to sql server 2005 on different machine. i dont want to shift my database there. i just want to attach database
That is not possible. SQL only uses direct attached drives.
You can play around witht he SQL Cluster manager and try to make SQL think it is a storage but that would be time consuming. (I've never tried it myself)
i m trying to install sql server 2005 on my machine. My OS is xp.
is there any problem with that?
while installing it gives errors
1. MSXML6 is failed.
2. Data base service failed.
how to solve this problem??
i m using first time sql server.
Interesting. I've never actually tried it. I just use the developer's edition on my laptop. Not surprised that it would run. But I don't think MS would support it on XP.
i have xp sp2. may be because of its giving error
when i m starting installing sql server its give 2 warning.
after that setup is failed n give message like MS SQL SERVER cant install on ur computer.
well actually i want to use my local database n want to attact with sql server(other machine). i dont think so its possible.
It is possible to install standard SQL2005 on your portable.
But it is not possible to have some SQL-DB-files on YOUR computer and they being attached on a SQL-server running on another machine. The files MUST be local to the machine otherwise SQL-server refuses it.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
As an answer to your initial question: It is possible to attach databases on network shares. But it is not supported by microsoft. I've never used or tested this myself, but I came across this article recently.
i have problem like this. i have database on my local machine. i want to attach that data base to sql server 2005 on different machine. i dont want to shift my database there. i just want to attach database
Comments
You can play around witht he SQL Cluster manager and try to make SQL think it is a storage but that would be time consuming. (I've never tried it myself)
i m trying to install sql server 2005 on my machine. My OS is xp.
is there any problem with that?
while installing it gives errors
1. MSXML6 is failed.
2. Data base service failed.
how to solve this problem??
i m using first time sql server.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
kriki
i have xp sp2. may be because of its giving error
when i m starting installing sql server its give 2 warning.
after that setup is failed n give message like MS SQL SERVER cant install on ur computer.
well actually i want to use my local database n want to attact with sql server(other machine). i dont think so its possible.
But it is not possible to have some SQL-DB-files on YOUR computer and they being attached on a SQL-server running on another machine. The files MUST be local to the machine otherwise SQL-server refuses it.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
kriki
i tried to install sql server 2005(std) on my machine. but it gives error of MSXML6 setup failed, and other errors also.
n thanks for reply
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
We also have the sql tools on our 2008 terminal server as distributed programs. Works exelent.
http://support.microsoft.com/kb/304261/en-us
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Why :-k
finally i managed to install Standard Edition 2005 on my PC XP Sp2. Its working fine.
Thank you to all