Sql-server – Install SQL Server Express without administration rights

installationsql-server-express

Is there a way to install SQL Server Express without administration right?

Is there a portable version?

(I need to test SQL Server on my computer before using the server but I don't have administration right. so I cannot install it. I search a way to bypassed my problem)

Best Answer

Unfortunately, no. You are installing a program and making service and registry changes, etc. You need to run setup as an account that has local administrative rights. No workaround to this that wouldn't involve some back door into administrative rights.

Best bet is to ask for someone to temporarily give you the rights or install it for you.

Source: The Microsoft SQL Server books online article for how to install SQL Server 2008 R2Express