Accueil
Bienvenue sur mon site internet.
Vous trouverez ici mon curriculum vitae complet ainsi que quelques unes de mes réalisations.
Vous pouvez également consulter les dernières informations que je dépose régulièrement sur ce site.
La partie Support contient différentes informations utiles aux développement ou technologies.
N'hésitez pas à me contacter si vous avez d'autres questions.
Bonne lecture.
Gaëtan
PrevNext
Derniers articles
SQL
Repeat rows according to a value
Repeat rows according to a value
Créé le 25 septembre 2014
The case :
We have a table with this data :
Center
Nb of letter
...
SQL
Find all the dependencies for an Entity/column
Find all the dependencies for an Entity/column
Créé le 23 septembre 2014
This table function return all the dependencies for a table/column.
The source used is here :...
SSIS
Use a specific port to send email in...
Use a specific port to send email in...
Créé le 5 février 2014
When you send an email with the Mail Task in a SSIS, you cannot specify the port for the connecti...
SSIS
Get the error message in the script task...
Get the error message in the script task...
Créé le 5 février 2014
When you execute a SSIS and a script task failed, you have only the message indicating the script...
SQL
Convert a real datetime to Midas datetime
Convert a real datetime to Midas datetime
Créé le 5 février 2014
This Scalar-valued function return a Midas datetime from a real datetime. In midas, the date are ...
SQL
Convert a Midas datetime to SQL
Convert a Midas datetime to SQL
Créé le 5 février 2014
This Scalar-valued function return a real datetime from a Midas datetime. In midas, the date is t...
Nouvelles
Ouverture du nouveau site internet
Ouverture du nouveau site internet
Créé le 30 janvier 2014
Le nouveau site est ouvert. Vous y trouverez désormais une partie support dans laquelle se...
Sites internet
R.E.S.Aubange
R.E.S.Aubange
Créé le 30 janvier 2014
Site Web pour contrôler un club du football, y compris un jeu de pronostics.
Sites internet
Statistiques et Simulations
Statistiques et Simulations
Créé le 30 janvier 2014
Site internet de statistiques et de simulations.Ce site Internet a été réalisé pour une étudiante de...
SQL
Remove trailing zeros
Remove trailing zeros
Créé le 30 janvier 2014
Remove Trailing Zeros
CREATE FUNCTION [dbo].[udf_RemoveTrailingZeros]
(
@strValue nvarchar(...
SQL
Last Day of the week
Last Day of the week
Créé le 30 janvier 2014
Get the last Day of the week
CREATE FUNCTION [dbo].[udf_GetLastDayOfWeek]
(
-- Add the para...