Entradas

Mostrando las entradas con la etiqueta query recursivo sql server

Building the ATP Dashboard Tennis.com with Javascript

Imagen
Building the ATP Dashboard The goal of this project was to create a web page capable of displaying ATP rankings in a simple and visually appealing way. To accomplish this, I built a dashboard that retrieves data directly from Tennis API using JavaScript and the Fetch API. I used tennis-api.com The application includes several useful features: ATP Top 3 players overview. Total number of players returned by the API. Dynamic player search. Interactive ATP ranking table. All information is loaded in real time and updated whenever the page is refreshed from tennis-api.com You can try the live version of the dashboard here: ATP Tennis Dashboard Demo I also recorded a short video showing how to obtain an API Key from tennis-api.com through RapidAPI, explore the available endpoints, and test the dashboard: Watch the English Video Tutorial Download the Source Code If you'd like to experiment with the project or customize it for your own applications, the complete source...

Query SQL recursivo

Imagen
Hola amigos programadores bienvenidos a nuestro blog, en este post veremos un ejemplo para generar en SQL un query que sea recursivo . Primero vamos a explicar el concepto de recursividad, esto quiere decir que podemos entrar a una misma función muchas veces como por ejemplo el hacer una espiral, calcular el factorial de un número. Para fines más gráficos es como las muñecas rusas  Matrioshka En este post, les voy a compartir un ejemplo de como poder hacer un Store Procedure de query recursivo en SQL Server   para la tabla de estructuras de QAD. Antes de continuar les voy a explicar que es un Store Procedure o Procedimiento Almacenado, de manera sencilla son funciones que guardamos en nuestra basde de datos y que podemos ejecutar enviando parámetros, el objetivo es que si ya tenemos una consulta que utilizamos frecuentemente o un programa que va a hacer una consulta a la base de datos, en ocasiones es mejor llamar solo a la función que es nuestro Store Proce...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!