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...
WPF
Troubleshooting graphic issues in WPF applications
Troubleshooting graphic issues in WPF applications
Créé le 30 janvier 2014
Graphic issues in WPF applications can include any of the following symptoms:
· ...
SQL
Convert a date to varchar
Convert a date to varchar
Créé le 30 janvier 2014
This function return a varchar with the date and time from a datetime parameter.
The string r...
SQL
Search in system object
Search in system object
Créé le 30 janvier 2014
This function search a word in all the sysobjects and return the result with the source (storedpr...
SQL
First Day of the month
First Day of the month
Créé le 30 janvier 2014
Get the First Day of the month
CREATE FUNCTION [dbo].[udf_GetFirstDayOfMonth]
(
-- Add the ...
SQL
First Day of the next month
First Day of the next month
Créé le 30 janvier 2014
Get the First Day of the next month
CREATE FUNCTION [dbo].[udf_GetFirstDayOfNextMonth]
(
--...
SQL
First Day of the week
First Day of the week
Créé le 30 janvier 2014
Get the First Day of the week
CREATE FUNCTION [dbo].[udf_GetFirstDayOfWeek]
(
-- Add the pa...