Viewing 15 posts - 766 through 780 (of 6,036 total)
Computed columns would do.
Or a view - recreated when a formula in the table changed.
_____________
Code for TallyGenerator
October 17, 2017 at 5:29 am
Miss a single payment and you gonna have an interest applied to the whole outstanding amount, including the previously accrued interest.
You don't pay interest on interest within a single statement...
_____________
Code for TallyGenerator
September 20, 2017 at 8:26 pm
There is such a thing as "repayment period", or "statement period", which a part of the game here, and which no one still mentioned.
_____________
Code for TallyGenerator
September 19, 2017 at 3:01 pm
You mentioned "edit/update spatial data."
And then you said "no locks".
Sorry, it cannot be true.
It simply not possible.
UPDATEs always incure locks. Always.
Even if you have (NOLOCK) hint in the statement...
_____________
Code for TallyGenerator
September 14, 2017 at 4:52 am
Check your field terminators.
Field 2 in the example above has a terminator "/r" - is it how it is in the actual file?
"/r" would be expected for the last column,...
_____________
Code for TallyGenerator
August 8, 2017 at 5:39 am
Looking back on all the projects you've delivered (yes, talking only about successfully delivered ones), how good was your initial estimation of the effort, knowledge, skills required for its completion?
And...
_____________
Code for TallyGenerator
August 8, 2017 at 12:48 am
Lynn,
Just having a hierarchy of fk's might not be sufficient.
For example, in case of self-referencing table you have to iterate, as many times as many levels of dependency hierarchy...
_____________
Code for TallyGenerator
August 7, 2017 at 4:20 pm
Did you try it for pairs like
"UCLA" <--> "University of California Los Angeles" ?
What kind of score does it return?
And which pair is a better match: _____________
Code for TallyGenerator
August 3, 2017 at 6:09 am
_____________
Code for TallyGenerator
August 1, 2017 at 10:32 pm
Redesign is highly recommended.
You have 4 different entities mixed in 1 table:
Message Info, Message Content, Activity, Activity Status (which should be actiually Activiuty Log)."
Table Queue...
_____________
Code for TallyGenerator
July 31, 2017 at 10:43 pm
MAX([WorkCommentId]) must be not in SELECT part, but rather in FROM section, as a derived table.
Subqueries within SELECT are executed for each returned row.
INSERT INTO [schmeap].[WorkComment_test] ([WorkCommentId1],[WorkId],[Comments],[IsExternalViewable],[IsAlert],[CreatedBy],[CreatedDate],[UpdatedBy],[UpdatedDate],[IsDeleted],[RegistrationId])
SELECT ROW_NUMBER() OVER...
_____________
Code for TallyGenerator
July 30, 2017 at 4:00 pm
So he doesn't need Kapersky's ????????? to protect him from their recruitment efforts.
Him - yes.
What about his laptop?
_____________
Code for TallyGenerator
July 29, 2017 at 2:00 am
July 26, 2017 at 5:51 pm
You know how "Prometheus" would be in Latin, right?
_____________
Code for TallyGenerator
July 25, 2017 at 3:12 pm
I wonder if anyone can explain me the difference between DBA and SQL developer.
I clear terms, please.
I mean - is a DBA expected to do the job all manually? Being...
_____________
Code for TallyGenerator
July 19, 2017 at 1:53 am
Viewing 15 posts - 766 through 780 (of 6,036 total)