Viewing 15 posts - 1 through 15 (of 40 total)
I am a firm believer in using data, facts, and science to prove things, but if it is digital it can be hacked. So, there definitely needs to be a...
April 13, 2018 at 7:45 am
The correct answer should be E. None of the above. Store postal codes as string values.
March 1, 2018 at 7:53 am
I would like slightly more verbose file names. However as other have stated, we are still limited to 260 characters for the max path length in Windows. I personally have...
July 17, 2017 at 7:46 am
July 5, 2017 at 7:40 am
I believe at some point machines will probably replace certain aspects of DBA work, but not all aspects soon or maybe never. I would highly disagree with Microsoft's claim they...
May 15, 2017 at 1:01 pm
I thought this was a good laugh.
https://ayende.com/blog/177729/emoji-encoding-a-new-style-for-binary-encoding-for-the-web
April 3, 2017 at 8:08 am
This is my list in basically chronological order.
I've also dabbled in Java, Lua, Python, and most of your Windows scripting languages.
February 24, 2017 at 7:39 am
We only have 2 physical servers left that are in use. Which puts us at 78% virtual
May 8, 2015 at 7:55 am
Hugo Kornelis (5/20/2014)
What error message do you get - directly related to the foreign keys, or just the optimizer crashing or running out...
May 20, 2014 at 10:51 am
We currently have a poorly designed audit system that requires 391 foreign keys to a single table. The interesting thing is once you get too many foreign keys SQL...
May 20, 2014 at 7:42 am
Then what time are you expecting?
Here is an example of adding 5 hours and 30 minutes as minutes with results from SQL 2008
SELECT dateadd(n,330,CAST(635302120392663258/864000000000.0 - 693595.0 AS DATETIME)),
CAST(635302120392663258/864000000000.0 -...
March 13, 2014 at 7:53 am
SwastikMS (3/12/2014)
e.g.,
SELECT dateadd(hh,5.30,CAST(635302120392663258/864000000000.0 - 693595.0 AS DATETIME))
It's giving me a difference of approx. 30 minutes.
When I don't add the UTC difference, the result has a...
March 12, 2014 at 11:05 am
SwastikMS (3/12/2014)
But in my case, there was a difference of hours.I have added UTC time difference. Now the difference is coming in minutes.
What should I do?
First post the code you...
March 12, 2014 at 8:15 am
thierry.vandurme (11/22/2013)
I don't quite follow. If you can regenerate (reverse-engineer) the code using the .NET Reflector how can you protect your software? Ok, if it's...
November 22, 2013 at 7:48 am
L' Eomot Inversé (7/11/2013)
Jeff Moden (7/11/2013)
July 11, 2013 at 7:42 am
Viewing 15 posts - 1 through 15 (of 40 total)