Viewing 15 posts - 151 through 165 (of 205 total)
For those who were expecting the third highest salary, here is a select for that
declare @table table(ID int identity(1,1) not null, Name varchar(10), Salary float)
insert into @table values ('A',123.45)
insert into...
August 5, 2011 at 8:10 am
Nice editorial and I couldn't agree more that companies should not treat employees like resources or objects. Unfortunately the corporate world has too many companies that treat people like...
May 25, 2011 at 8:52 am
Bummer, I only got one of the answers correct. I selected 2 recovery option parameters instead of parmeterization options. Can I get 1/2 a point?:hehe:
Oh well, that's what...
May 24, 2011 at 6:43 am
SanDroid (5/18/2011)
May 18, 2011 at 8:33 am
tabinsc (4/20/2011)
April 20, 2011 at 7:55 am
tabinsc (4/20/2011)
I would argue that sometimes you may have redundant data in your database to make reporting easier and faster.
Right. There are all kinds of edge cases that can be...
April 20, 2011 at 7:04 am
The inspiration for this question came from: http://www.sqlservercentral.com/TotalScores
The number of Points (won) - 599 - for me near the top of the Question of the Day Breakdown table does not...
April 20, 2011 at 6:15 am
April 19, 2011 at 7:01 am
Interesting read and I totally agree that as more and more things get "connected" the need for better security will increase proportionally.
Also, I have the same kind of washer but...
April 11, 2011 at 9:36 am
SanDroid (3/24/2011)
Rich, I have suggested this many times in the past with many differant accounts. The answer has always been that QOTD is not moderated. The question...
March 25, 2011 at 8:00 am
I like the idea of a scale system to distinguish the different editions but I'm thinking the scale of the organization rather than the hardware.
A company with 1 business unit...
March 25, 2011 at 7:45 am
jeff.mason (3/14/2011)
...I can get between 30 to 90 percent compression on databases, depending upon the contents and datatypes (straight text and numbers compress VERY well)...
Thanks! That will save me some...
March 14, 2011 at 2:05 pm
A while ago I implemented an SQL Server job that uses 7zip to compress backups after they run. I've been getting between 80 and 85 % compression.
When we upgrade I'll...
March 14, 2011 at 1:20 pm
Great article thanks for sharing!
Some have mentioned that one must still have a local administrator account in order use this technique. Not entirely true because there are boot CD's...
March 11, 2011 at 9:50 am
I only got it right because I guessed correctly as to whether the author meant to ask about the number of drives needed for a complete Raid 5 array.
This has...
February 18, 2011 at 6:58 am
Viewing 15 posts - 151 through 165 (of 205 total)