This short article pretends to show you the steps to follow for adding an existing project from your computer into a repository which has been previously configured inside the Azure DevOps platform and associated it with a specific project.
This short article pretends to show you the steps to follow for adding an existing project from your computer into a repository which has been previously configured inside the Azure DevOps platform and associated it with a specific project.
Teaching is a vocation or career? I remember to ask this question to myself many years ago, specifically when I was living in my birth country Nicaragua. Maybe in other context or social realities this never would be a question and less a dilemma, however, the context and circumstances determine us to think and ask us many questions. After some years living in Europe and “struggling” for adapting and adopting some thoughts that would be the answer to my initial question about teaching, nowadays is more clear that some years ago, but with some highlights that I would like to mention through this post.
First at all, I would like to start this simple blog saying: Thank you everyone who was part of this marvelous adventure, my wife who support me in an exceptional way from the beginning, especially encourage me to do a step forward, you know how much I love you Lauren , and thanks to my kids (Octi and Giovanna) for their patience and understand that Dad needed a little of time for preparing the presentation.
This is the second article of a series dedicated to implementing Recursive Common Table Expression in different kind of scenarios, and this time I will address another use case; it basically consists in filling gaps inside a sequence of an incomplete range of dates. I would like to comment that the next example has been taken from MSDN forum, I have chosen because I think it is an excellent way to prove how versatile the recursive CTE is, the most creative solution was proposed by Peter Larsson (swePeso) and he brought us a valid and optimal implementation which is useful since SQL Server 2005 and up versions.