Viewing 15 posts - 151 through 165 (of 562 total)
Hello TIA,
What I use is a stored proc which can do a number of different searches, but it is a rather large routine because of the number of...
July 17, 2018 at 6:09 am
Maybe this does help :
Two rows A and B overlap when :
(A.stop > B.start AND B.stop > A.start)
But there is plenty of situations which maybe...
July 6, 2018 at 8:14 am
But the error which can put you in jail is using floating-point for...
July 6, 2018 at 7:48 am
Hallo All,
Some years ago I wrote a 'replace2' function which can do multiple replaces in one go.
It does the same job as a multiple nested replace, but...
June 7, 2018 at 6:39 am
Using fractions like 1/3 or even 1/10 is always risky when using float calculations. Both 1/3 and 1/10 are not exactly presented in most binairy systems.
A1, A2, B1,...
March 19, 2018 at 8:29 am
The columns in the table are text - can you please advise how should...
March 2, 2018 at 6:13 am
February 27, 2018 at 1:43 am
Sorry for the confusion, I should have paid more attention to the situation. (English is not my first language, so although I do check the things that I have written....
February 26, 2018 at 9:36 am
February 26, 2018 at 7:45 am
February 26, 2018 at 6:52 am
First of all, everybody thanks for participating.
I came up with the next 2 sets of code:
The first set is more compact and can handle longer views.
The...
January 26, 2018 at 8:39 am
Hallo Jonathan and Subramaniam,
I am monitoring what the effect of a table insert/update/delete has on a View.
From the view definition it is possible to determine which fields...
January 25, 2018 at 11:18 am
Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VERSIONING_INFO
It's the row version pointer. 14...
August 11, 2017 at 7:18 am
Ok, so it's not the row version pointers. Very curious.
What did DBCC Page dump...
August 11, 2017 at 6:05 am
Viewing 15 posts - 151 through 165 (of 562 total)