Viewing 15 posts - 1 through 15 (of 20 total)
Hi Grant
Nice post and Thanks
By the way, what is your call sign?
September 25, 2021 at 8:29 am
Thank you
Refreshed my mind and helped a lot
Appreciate it.
October 20, 2020 at 1:51 am
OK, I found it
selected = selected ^ 1
Hope this is better method?
March 23, 2013 at 8:18 pm
Thank you for guiding me to the right direction.
Did it successfully using dynamicSQL and it works like a charm.
August 11, 2012 at 8:19 am
Thanks for the replies
Do you think the replication will allow the users to access both DBs (separate users/purposes) while replicating?
Never done these before and need to read more on...
July 31, 2012 at 8:55 pm
If its only Management Studio, I think you can install it from Installation DVD. Dunno whether any special license required.
If you need the Database engine as well, then I advice...
June 9, 2012 at 8:31 am
Thank you very much.
The problem solved using the method suggested and it worked very well. Trying to comprehend the sql;-)
Thanks again
April 19, 2012 at 5:48 am
Thanks for the guidance.
One week monitoring of current server (using more than one tool) showed us not much IOPS but more than 95% CPU and Physical RAM usage most of...
February 8, 2012 at 6:46 am
Hi Gila
That was really helpful and I ran one script from the book and result for one DB is attached herewith as an excel book. Please check the values and...
January 22, 2012 at 6:22 am
Thank you for the very helpful response.
I am going to talk to the server vendor on Monday about the storage again. Also, going to run the performance monitor on the...
January 22, 2012 at 5:16 am
LutzM (1/21/2012)
Depending on the SQL Server version you're planning to use, not all of the RAM can be used (e.g. Standard edition is limited to 64GB RAM as per Microsoft).
So,...
January 21, 2012 at 6:40 pm
As I stated earlier, it is used inside the CASE..END to calculate a value. Eg:
SELECT S_Person,Sales,(CASE WHEN Sales > 100 THEN (Sales * [Commission Per]) ELSE 0 END) AS Commission...
January 20, 2012 at 5:10 am
My GOD :w00t:
That was new to me. Thank you very much for ORDER BY hint
January 14, 2012 at 6:08 pm
Thank you for the reply. Were really useful to create my version like
SELECT T.CusRange,COUNT(*) AS NoOfCustomers
FROM (
SELECT CASE
WHEN Amount > 10000000 THEN '0: Over 10M'
...
January 14, 2012 at 10:28 am
Dear Jack
Actually, that's what I have done. How can overcome this issue? Any better workaround methods?
September 27, 2011 at 9:38 am
Viewing 15 posts - 1 through 15 (of 20 total)