Viewing 15 posts - 1 through 15 (of 20 total)
Have just been hitting these problems in SSIS with Visual Studio 2015.
Even though there is an 'Advanced Editor' which allows you to set the external datatypes to DT_NTEXT, this reverts...
December 30, 2016 at 5:02 am
Ok, I must admit, I've not seen such am alarming example of float mathematics going wrong before. This is kinda scary.
While I have your attention though... how do you get...
August 26, 2016 at 2:12 am
Well what is the "Why"? Why are floats not considered best practice by some?
I don't know what unnecessary work later is incurred by using floats, but I know of lots...
August 25, 2016 at 9:12 am
Luis Cazares (6/3/2016)
using float is just lazy programming.
and by 'lazy' you mean??? Not doing unnecessary work?
August 25, 2016 at 3:37 am
This post explores one of the performance pitfalls you can get yourself into by introducing DRY principles with SQL server.
http://cubicmile.co.uk/2013/06/02/sql-code-re-use-a-worked-example/
April 2, 2015 at 1:57 am
Whilst I have found RedGate's SQLCompare tool useful for deploying schema changes in the past, the problem it has is that is a tool and will never be able deal...
February 13, 2014 at 5:13 am
Oh ok that makes sense.
This also explains why it WASN'T giving elevated permissions on tables in a different database. Which is why I started looking into this in the first...
February 12, 2014 at 8:37 am
Training is on going with my staff, it's why I asked them the question! 🙂
You might want to ask them what the result of this query is:
Select *
from currency
where...
November 8, 2013 at 7:36 am
I'm sorry, but what?
I'm missing the point of this question. Why would anyone think it could be one of the other answers?
November 8, 2013 at 2:09 am
Hi Gaz,
The code I've posted is just some sample code to replicate the problem. When this happened in real life the persisted column was not just a repeat of another...
November 14, 2012 at 1:35 pm
Oh ok, thanks for your responses.
Another day of sanity ahead.
November 18, 2011 at 4:24 am
Just found this
looks like it is a bug, although according to microsoft it was fixed in SP2 not SP1, so I don't know why you are not getting...
November 18, 2011 at 4:12 am
I am definitely going crazy then, I still get the error when I copy/paste your sql (all I added was the SELECT @@VERSION)
BEGIN TRAN
SELECT @@VERSION
CREATE TABLE UniqueTest (Col1 INT NOT...
November 18, 2011 at 4:05 am
I wasn't able to get an actual execution plan, as I could only get this behaviour when the statement is run as part of a stored procedure. I think the...
September 30, 2011 at 10:23 am
Nope, no errors, just never finishes executing.
Although, you are right I could safely add WITH (NOLOCK) on all of these joins.
September 29, 2011 at 9:22 am
Viewing 15 posts - 1 through 15 (of 20 total)