Viewing 15 posts - 1,636 through 1,650 (of 3,670 total)
@odeddror I think the answer is in the Terminate function
public SqlDouble Terminate()
{
if (count > 0)
{
SqlDouble value = (count * SumXY - (SumX * SumY)) / Math.Sqrt((double)((count * SumX2) - (SumX...
February 7, 2014 at 12:59 pm
Nadrek (2/6/2014)
I simply execute
REPLACE(@text,"the cloud","timeshared mainframes")
Fortunately its not that bad. Cloud based machines behave just like any other virtual machine and depending on what you rent you can choose...
February 7, 2014 at 11:59 am
Round and round we go.
Outsource your peripheral functions (like payroll) but keep your assets close. The cloud is a natural extension of this.
For development work spinning up a temporary...
February 6, 2014 at 8:55 am
odeddror (2/5/2014)
I'm using SQL Server 2012 x64 and VS 2013
I follow your code and
The T SQL return -0.99988192786007
And CLR return 0.999766931939805 (positive number...
February 6, 2014 at 1:41 am
Jim, my experience is that you will rarely get isolated pockets of woes.
If you don't like the SQL then a good developer will find that the code is wonky. ...
February 4, 2014 at 4:05 pm
I've just spent two days fighting something similar importing a text file.
I found that adding a data conversion component did work, but turned a simple import of 1.6 million rows...
February 4, 2014 at 3:52 pm
@jason, that is a very good point. Under the UK data protection act an individual can ask that their records be removed in certain conditions. Imagine having to...
February 4, 2014 at 3:45 pm
My first task in my first IT job was to take a lump hammer to a set of Wang minicomputer hard disks!
Probably my first experience of job satisfaction.
February 4, 2014 at 10:50 am
From a developer perspective the NOSQL databases do cool stuff and make the developers task of interacting with data much simpler.
The boring stuff that makes it all work is the...
February 3, 2014 at 3:35 pm
Actually, having been given Aquafold Data Studio to play with I think SSMS needs to take a good hard look at multi-platform integration.
I've got to look at MySQL, HP Vertica,...
January 31, 2014 at 2:59 pm
A sophisticated full-text search with sophisticated phonetic matching capability would go down a treat.
Being able to deploy onto Linux would be fantastic.
A formal metadata and lineage facility that takes into...
January 31, 2014 at 1:22 am
I'd make the point that being a DBA is a mindset as much as a set of technical skills.
Is the need for the mindset getting any less? I'd argue...
January 29, 2014 at 1:22 am
I'm obviously reading this editorial differently to the rest of you. I'm not reading it as an attempt by management to scam employees to do ever more for ever...
January 27, 2014 at 3:49 pm
[
There's your problem. Perhaps testing the product at expected volumes would have exposed this shortcoming. The company's refusal to adapt and correct an obvious flaw would automatically generate an RFP...
January 24, 2014 at 4:13 pm
Fragmentation
Fullness of files and prediction for when we will have to grow them. We don't want autogrowth in large production systems we like to plan it.
Absence of...
January 24, 2014 at 1:55 am
Viewing 15 posts - 1,636 through 1,650 (of 3,670 total)