Viewing 15 posts - 901 through 915 (of 1,995 total)
Something else is going on, would need to see a more complete original statement and the table definition(s).
sorry, that proc is huge and references views which have functions etc...
September 12, 2019 at 4:08 pm
I suspect that the implicit conversion is causing an issue.
Does this work?
WHERE vaoq.Questionnaire_ID = CONVERT(uniqueidentifier, '09C4C7B4-1275-460A-AE23-FFA9256B1ABE')
that was the first thing I tried
September 12, 2019 at 1:08 pm
In my place of work we have "internal customers"
our departments cross charge each other (it makes no sense to me) but our marketing team have a budget that they can...
September 11, 2019 at 3:01 pm
I don't think that you can get a 1 minute diagnosis on a newish system.
Even the best of us get surprised by the way things manage to go wrong...
September 11, 2019 at 2:51 pm
I love SQL compare - but we need the SDK back...I used it in 1 company to compare our release code to 200 servers (casino memberships) to ensure all code...
September 4, 2019 at 2:05 pm
Thanks Grant - that was my suspicion
is there any way to get this parameterised without shouting at 40 developers and the entire team at Microsoft that built MS Access?
September 2, 2019 at 3:00 pm
Thanks for the article. 1 Trillion rows caught my attention. How would you compare and RDBMS row to a NoSQL row. Can I consider a NoSQL "row" as a...
September 2, 2019 at 9:46 am
interesting - and majorly worrying
quite a few are based around facial recognition.
some of what we do is eye tracking for adverts (for example percentage of people who look up at...
August 22, 2019 at 9:04 am
I'd avoid the trigger
just based on the fact that it will fire (even if it does nothing) on every modification action to the data on that table (depending on how...
August 22, 2019 at 8:41 am
I can give a really good example of why "well written" unit tests are valuable.... it's not about new code
imagine you have a table of people and there is a...
August 20, 2019 at 7:44 am
Agreed. Elasticity rather than cost is very often the clincher when it comes to cloud. But whether cloud or on-prem it seems to me that most of the...
August 19, 2019 at 8:06 am
However, while that is certainly true and very valuable to companies of that size, most companies will never come close to needing the requirements that Amazon, EBay, and...
August 16, 2019 at 9:12 am
I check almost everything I can think of every day.
we used to call it a daily health check.
Every day I add a new check to the job and export the...
August 15, 2019 at 1:19 pm
all of the important innovations in data management over the last 6-10 years have happened outside the core "SQL DBMS" space. I suspect that will continue to be the...
August 15, 2019 at 12:14 pm
Viewing 15 posts - 901 through 915 (of 1,995 total)