Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL program without Admin Rights?

Author  Topic 

pennywaltz
Starting Member

1 Post

Posted - 2011-10-11 : 16:39:28
Hello,

So I am taking a Intro to Database Course. Next week, we are covering SQL programming. I am taking the course at work and I need to install a SQL client. I do not have admin rights on my windows computer and there is a lot of paperwork to get a program installed on my computer. I was wondering is there any programs out there that I can write SQL code and run to make sure it works that I can install without admin rights?

Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2011-10-11 : 22:04:12
A client alone is not sufficient for you to write and execute your code. You will need to connect to a SQL Server to do that. Unless there is one in your organization that allows you to do so.

If you don't have access to a SQL Server, you can download and install the free edition SQL Server Express from http://www.microsoft.com/download/en/details.aspx?id=26729

But i doubt you can install it without the admin rights to your local PC.



KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

paultech
Yak Posting Veteran

79 Posts

Posted - 2011-10-12 : 10:55:38
hi ,

myLittleAdmin for SQL Server 2000 - live demo version with limited rights but still you can create and drop tables, procedures and functions, select, insert and update data. Great for T-SQL testing!

link:

http://www.mylittletools.net/mla_sql_2.7/

if you don't want to work on sqlservr 2000 you can search for another online tools

Go to Top of Page
   

- Advertisement -