Viewing 15 posts - 16 through 30 (of 249 total)
ebouras (8/23/2016)
N_Muller (8/23/2016)
August 23, 2016 at 10:49 am
If you don't like the warning, it's often easy to update the query to explicitly replace the default behavior. To be honest, I have used this setting when I...
August 23, 2016 at 10:23 am
Thanks. I've been collecting performance counters on several servers. The easy calculations like average, extreme, and deviation tend to wash out performance details. I want to get...
June 7, 2016 at 10:30 am
PS Microsoft announced some good news the day before April 1st: Xamarin will be free for users of Visual Studio. It was not a joke. Now back to...
April 4, 2016 at 9:53 am
One day a year, the joke is on them. The rest of the year, it is on us. When I saw Schrödinger's equation, I thought that Microsoft was...
April 1, 2016 at 10:23 am
We had a SQL Server failover cluster for many years because we "wanted" it to be available at all times. We have many servers and the cluster turned out...
March 28, 2016 at 9:55 am
Thanks. I tried to use maintenance plans sometime around SQL 2005. I remember writing T-SQL to manually edit the XML for a plan so that it could be...
March 24, 2016 at 10:52 am
Zidar (3/11/2016)
BTW, solving 1X = 2X has X = 0 as a solution. There is no contradiction as it's also a solution of the original degenerate equation which is 0=0...
March 11, 2016 at 10:30 am
roger.plowman (3/11/2016)
rstone (3/10/2016)
March 11, 2016 at 10:17 am
ZZartin (3/10/2016)
kenambrose (3/10/2016)
that question implies that you would otherwise have ~10000 "nullable" columns in your design?which would be nonsense design under any stretch of the imagination, wouldn't it?
If a solution...
March 10, 2016 at 6:00 pm
BTW, solving 1X = 2X has X = 0 as a solution. There is no contradiction as it's also a solution of the original degenerate equation which is 0=0...
March 10, 2016 at 3:32 pm
kenambrose (3/10/2016)
[[If you deal with a report and want all columns via left joins, then there will be nulls. ]]
We don't know...
March 10, 2016 at 3:01 pm
In the logical design, the business logic might require handling missing data and reasons for missing data. Using tokens -2, -1 , 0, etc. is one way of handling nLvl...
March 10, 2016 at 12:26 pm
Sounds like the requirements are missing. Null requirements? However, if the data is really missing, each column might require custom treatment because of business requirements. In this...
March 9, 2016 at 6:54 pm
The SELECT clause can arbitrarily format the results. If it is a token, I would consider it an application token, not a database token.
Back to an earlier question....
March 2, 2016 at 5:10 pm
Viewing 15 posts - 16 through 30 (of 249 total)