473,786 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Query Analyzer on 2003 WE

Hi -

The developers in my company are all switching to Windows 2003 Web
Edition for their dev machines so they can better target the platform.
Unfortunately we have discovered that we unable to install the SQL
Server tools due (Query Analyzer, Profiler, etc) to the restriction
that SQL Server is not allowed. The devs run their databases on a
centeral server. Is there any workaround[1] to allow just the tools on
2003 WE?

Thanks!

[1] Installing another version of 2003 (Standard, Enterprise) is not an
good option since a) that isn't what our production servers run b) the
admin doesn't want to give the devs the ability to do something stupid,
like turn their desktop into a domain controller.

Jul 23 '05 #1
6 1435
Since Web Edition is specifically intended as a limited platform for
running a web server, I'm not sure why you would want to use it as a
development workstation OS (which is what I understood you to mean).

The MS web page says that WE "can be used solely to deploy Web pages,
Web sites, Web applications, and Web services", which suggests that
using it for other purposes may be against the license agreement in any
case.

Why not simply have a few installations of Web Edition available which
the developers deploy their code to for testing? Or perhaps use VMWare
to allow them to run it on their desktops in a virtual session?

Simon

Jul 23 '05 #2
> The MS web page says that WE "can be used solely to deploy Web pages,
Web sites, Web applications, and Web services", which suggests that
using it for other purposes may be against the license agreement in any case.
Hmm...interesti ng point. These installs were going to come from the
dev's MSDN subscriptions which gives them such thing for development.
I can follow up the MSDN people on this.
Why not simply have a few installations of Web Edition available which the developers deploy their code to for testing? Or perhaps use VMWare to allow them to run it on their desktops in a virtual session?


For the simple reason that it is far easier/quicker for devs to test
their private code on their dev box.

Jul 23 '05 #3
In fact, I should have read a few more lines: "Installati ons of non-Web
serving applications are prohibited", which seems quite clear:

http://www.microsoft.com/windowsserv...rview/web.mspx

As for testing, that may be easy, but there's a risk that each
developer will modify his own environment in different ways (file
permissions, registry keys etc), and that creates problem for
integrating their code, deploying to standard production servers etc.

Simon

Jul 23 '05 #4
> In fact, I should have read a few more lines: "Installati ons of
non-Web
serving applications are prohibited", which seems quite clear: http://www.microsoft.com/windo*wsser...vi*ew/web.mspx
Right, but the MSDN license overrides it
(http://msdn.microsoft.com/subscripti...default.aspx):
"MSDN-licensed operating systems (OS) can be used as the primary OS as
long as the computer is used only for development and testing purposes"
Devs can't check their email on it, but they can develop on it.
As for testing, that may be easy, but there's a risk that each
developer will modify his own environment in different ways (file
permissions, registry keys etc), and that creates problem for
integrating their code, deploying to standard production servers etc.

Right, that's why we have our test cluster to shake out these
differences. We're trying to close the gap between those differences.
But we digress from my original question.

Jul 23 '05 #5
You might consider running Windows 2003 WE as a guest OS under Virtual PC.
This will allow devs to install the SQL tools on the host OS and use Windows
2003 WE virtual machine for testing under their MSDN license.

--
Hope this helps.

Dan Guzman
SQL Server MVP

<rd****@gmail.c om> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
Hi -

The developers in my company are all switching to Windows 2003 Web
Edition for their dev machines so they can better target the platform.
Unfortunately we have discovered that we unable to install the SQL
Server tools due (Query Analyzer, Profiler, etc) to the restriction
that SQL Server is not allowed. The devs run their databases on a
centeral server. Is there any workaround[1] to allow just the tools on
2003 WE?

Thanks!

[1] Installing another version of 2003 (Standard, Enterprise) is not an
good option since a) that isn't what our production servers run b) the
admin doesn't want to give the devs the ability to do something stupid,
like turn their desktop into a domain controller.

Jul 23 '05 #6
(rd****@gmail.c om) writes:
For the simple reason that it is far easier/quicker for devs to test
their private code on their dev box.


So run virtual machine (VMware or Virtual PC) with Web Edition, hosted
on the dev box. Or, run a virtual machine with XP hosted by the WE box.
This may not be licensed for Virtual PC (since this is an MS product),
but I would not really expect VMware to have any such restriction.

Or make the SQL tools available on another box, which the devs can access
with Remote Desktop.

Finally, I noted an announced for a query tool posted to this news
group. It's apparently more lightweight than QA, but maybe it's
sufficient for you. See
http://www.gmpservices.com/tabindex-...opDefault.aspx.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7294
by: Warren Wright | last post by:
Hi group, I have a select statement that if run against a 1 million record database directly in query analyzer takes less than 1 second. However, if I execute the select statement in a stored procedure instead, calling the stored proc from query analyzer, then it takes 12-17 seconds. Here is what I execute in Query Analyzer when bypassing the stored procedure:
3
9794
by: Philip Yale | last post by:
A colleague of mine has a query which fails to run under SQLAgent batch with the following error: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. (Error 242) The statement has been terminated. (Error 3621). The step failed. He can run the same query sucessfully via query analyzer (i.e. no errors, and it does what he wants)
3
2894
by: JM | last post by:
Good day. I was able to connect to a database server using SQL Server Enterprise Manager. The Server name specified on the tree is JOMARGON(Windows NT). But no server was detected using either Visual Studio .NET and SQL Server's query analyzer. I highlighted one database (master) on the SQL Server Enterprise Manager and chose 'SQL Query Analyzer' under the 'Tools' menu. It worked. The Title of the Query Analyzer window is SQL Server...
11
2134
by: jonhyland | last post by:
Hey all, I'm having this weird problem on my Windows 2003 Server machine.. Whenever I open two connection pages in Query Analyzer, then close one of them, it locks up and I have to kill the task. I read a posting somewhere that said this could be due to an MDAC installation problem, but I've run MDAC Component Checker and all files are ok, version 2.8. Also, since I'm running Windows 2003 and MDAC 2.8
2
1485
by: jeffguevin | last post by:
Hi all, First post here, please let me know if I've missed any protocols. I have a strange problem, where an ASP page that calls a few stored procedures takes very long to run, and in fact times out. Each of the procs that are called takes several minutes to run through IIS, but if I run them with the same parameters in Query Analyzer, they only take a few seconds. What's more, this same page works fine when pointed at other...
1
3766
by: Crash | last post by:
Hi, ..NET v1.x SP1 VS 2003 SQL Server 2000 SP3 Server 2000, XP, Server 2003 I would like to programmatically execute {possibly many} SQL Server batch scripts. Aka I have many scripts that drop/add stored procedure definitions, alter table definitions & constraints, etc... and I would
6
1903
by: kevin | last post by:
using VS.2003... This has annoyed me endlessly. I hate the visual query designer in VS. Is it possible through add-ins or extensions to have query's you want to edit open in query analyzer, or the text editor in VS, or a dos shell... or anything other than the designer.
9
2468
by: Frawls | last post by:
Hi I Am am having problems with a stored Procedure that i wrote. Basically whats happening is that the Stored procedure Runs fine when i EXECUTE it in SQL Query analyzer. But when i debug through the application in Visual Studio .NET 2003 the application an exception when it executes the query.
1
1419
by: DavidLWise | last post by:
I am new to MS SQL server running on Windows 2003 SBS server. My question is can I get query analyzer running on my desktop or must I always remote terminal over to the server to test my queries using query analyzer there? thanks
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9492
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10360
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10163
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7510
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5532
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4064
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3668
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.