Viewing 15 posts - 25,741 through 25,755 (of 26,490 total)
Ran your test code on a server running SQL Server 2000 SP3a using QA:
declare @A float
declare @b-2 float
SET @A = 2
SET @b-2 = 3
SELECT @A/@B*@B, @A/@B/100*@B*100, @A/@B
--- --------------------- ----------------------
2.0 ...
June 26, 2007 at 7:11 pm
You could be using SQL Server 7 based on the forum name at top.
June 26, 2007 at 6:46 pm
Thank you. Was that so hard?
June 26, 2007 at 6:35 pm
How about getting off your high horse and answer a straight question with a straight answer. I asked about the environment you ran your test in. I was trying to...
June 26, 2007 at 6:24 pm
Are there any other applications running on this server? If so, those may be taking the additional memory of the server.
June 25, 2007 at 10:30 pm
It still comes down to how many users access the system. If all 800 users are logged into Cytrix at the same time, you will still need 800 licenses for...
June 22, 2007 at 6:32 pm
If you have the potential of having 800 users accessing you system at one time, you need 800 user licenses. With that many, you should look at per processor licensing.
Multiplexing...
June 22, 2007 at 2:13 pm
When I use EE, I mean Enterprise Edition.
I will reread the readme, but I didn't put the instance name in quotes when I tried it, as the help file I...
June 20, 2007 at 6:09 pm
Spent some time at lunch working on this. What I have works, sort of. There are 2 things that can occur that create anomolies in my code that I didn't...
June 20, 2007 at 4:31 pm
last error was on an alter database statement and it failed to install the database engine. I haven't tried since then, but will give it another go tonight.
June 19, 2007 at 6:21 pm
You really need to learn to be professional. Name calling is not good form. I am fully aware of mathematics, and you haven't provided a single mathematical proof in any of...
June 19, 2007 at 5:27 pm
Actually, Sergiy, you have proved nothing mathematically. We have yet to see any proof beyond simple numbers being thrown around by with no context or meaning behind them.
You go on...
June 19, 2007 at 5:02 pm
Viewing 15 posts - 25,741 through 25,755 (of 26,490 total)