Viewing 11 posts - 16 through 26 (of 26 total)
Hi
Thinking time is essential. We need to take time to sit back and think about the way forward or the big picture.
My thinking time is usually on my commute -...
October 1, 2015 at 1:36 am
Hi,
We have experienced exactly this problem in our organisation. The majority of our databases were created and maintained using Grails and Groovy scripting. It cost a fortune to hire a...
June 23, 2015 at 1:36 am
Neither do you need a join. In a view you would still be using a join.
Thanks,
John
April 6, 2015 at 11:26 pm
Thomas J. West-I am almost always opposed to using natural keys because management can change them.
Hi Tom,
I didn't see this as part of the natural/surrogate key debate. Is saw this...
April 2, 2015 at 12:18 am
Hi,
This was a very good demo.
I have always used a look up table in these situations, but I have used a surrogate key instead of the natural key on the...
March 30, 2015 at 12:18 am
Hi,
I have been a database developer for only two years. I have had a number of instances where I would like to define rules so for precisely the reasons that...
March 29, 2015 at 11:39 pm
Hi,
I was wondering, would you say that this is the same as using a view in a query? The view is in effect a subquery. If you have tables that...
January 26, 2015 at 11:47 pm
has anyone ever used the Fibonacci series values for anything in the real world?
I would be curious to know.
I don't know if it is used in any database for anything;...
December 18, 2014 at 2:53 am
Hi
It is not often I use the cross join, for obvious reasons, however, I hadn't thought about using it to identify records that have no match in another table before....
December 17, 2014 at 12:44 am
Hi,
I like the use of a CTE rather than a control loop structure, which is what I would have gone for.
I am curious though as to your use of the...
December 17, 2014 at 12:18 am
Hi,
I hope these references help:
http://msdn.microsoft.com/en-us/library/cc280604(v=sql.100).aspx
http://msdn.microsoft.com/en-us/library/cc280521(v=sql.100).aspx
In a nutshell, rather than allocating storage space for the sparse columns as you would regular columns which would be wasteful. All...
November 12, 2014 at 12:19 am
Viewing 11 posts - 16 through 26 (of 26 total)