Viewing 15 posts - 31 through 45 (of 89 total)
It would be nice if you had asked that DBA why he was worried about others stealing his ideas. If you're working in an environment where others frequently show off...
July 9, 2014 at 1:17 pm
I would like to add my two cents here too as I happen to work both as a .NET developer and a SQL Server DBA a lot. At one of...
June 23, 2014 at 4:25 am
After dealing with different bosses, I have learned over time that dealing with me can also be a hard job for my boss. Trying to understand each other may be...
June 20, 2014 at 8:23 am
It depends on the exact profession but in my opinion nothing can replace a solid theoretical background. Especially with databases, because thinking in sets instead of records requires a mind...
May 14, 2014 at 4:25 am
In my humble opinion you should always prefer "when' over "if", that should be true for security as much as for recovery. With recovery the "when" scenario makes you practice...
April 11, 2014 at 2:17 am
Maybe now is the right time to switch to multi-factor authentication on all your accounts. Well, at least on all accounts that allow this additional security measure. Notice that even...
February 18, 2014 at 9:27 am
aalianebhan (2/2/2014)
I define a connected server and got the following error:The thing name '[OXFORD\BA].master.dbo.Mirroring.Config' includes more than the maximum number of prefixes. The maximum is 3.
I guess it should be...
February 4, 2014 at 1:19 am
One concept not yet mentioned are transactions. When you change anything in a database, always start with a BEGIN TRANSACTION and check the number of rows, or even better, check...
November 22, 2013 at 4:26 am
Unlike testing applications, where failure is an common sign of some flaws in the code, testing database facilities like stored procedures, user defined functions, views and queries is much harder,...
November 13, 2013 at 4:13 am
With most persistence frameworks or query facilities (like Linq) it is very easy to fetch complete objects and then access only a few properties of these objects in a for...
October 17, 2013 at 9:23 am
I live in the Netherlands (some of you may call it Holland) and I do believe we have a superb internet connectivity. By now most parts of our beloved country...
October 16, 2013 at 9:37 am
Most of you are asking for readable SQL and good example data. But how often can you transform real problems into such an academic setting? More often than not, bad...
October 10, 2013 at 3:13 am
SQL has strong roots in relational algebra, this makes it harder to implement but easier to verify. If you use concepts like 'eventual consistency' it is much harder to find...
September 25, 2013 at 3:34 am
David Lean (8/27/2013)
August 27, 2013 at 5:43 am
Maybe a honeypot will attract outsiders, but it will not save you from insiders compromising your security. IMHO if organisations will use honeypots and decoys on a larger scale, some...
August 27, 2013 at 4:45 am
Viewing 15 posts - 31 through 45 (of 89 total)