Is it possible to run SQL Server Management Studio Express from CD without installing it on the computer?
I need it sometimes to provide support for the client but do not want to install/uninstall it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re doing basic support, you can simply use SQLCMD to run queries/procs. Other than that I don’t think there is any way to run it without installing it. There are a few questions on SO about alternatives to Management Studio that you may be able to install on a cd/key though.