web 2.0

SMO - SQL Server Management Objects

SQL Server Management Objects is a collection of objects that are designed for programming all aspects of managing Microsoft SQL Server. I will introduce a few notions in this article, covering only a small part of what can be done with SMO : Server Connection, Database Discovery and Table Manipulation. [More]

Views(1860)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

C# | Sql Server | SMO

Row Number Transformation SSIS Task

Hi, Darren Green provides a useful SSIS Task for Row Number Transformation. The Row Number Transformation calculates a row number for each row, and adds this as a new output column to the data flow. The column number is a sequential number, based on a seed value. Each row receives the next number i... [More]

Views(2217)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Sql Server | SSIS

Longueur trop grande : les procédures stockées tronquent au lieu de retourner une erreur

Une petite question qui a été soulevée par Matthieu MEZIL sur son blog. Lorsque l'ont fait appel a une procédure stockée pour faire un Insert ou un Update sur un champ avec une taille définie ie : NVARCHAR(10) mais qu'on lui envoie plus de 10 charactères, Sql Serve... [More]

Views(620)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

C# | Sql Server

Sql Server Management Studio 2008 - Saving changes is not permitted

Fatigué de voir l'erreur "Saving changes is not permitted" dans Sql Server Management Studio 2008 lorsque vous tentez de modifier une clé primaire etc.. ? Voici la solution, allez dans le menu Tools > Options > Designers > Table and Database Designers Ensuite dé... [More]

Views(692)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Sql Server

Les nouveautés de SQL Server 2008

Bonjour, Pour ceux qui veulent tout savoir sur les nouveautés qu'apporte SQL Server 2008 l'équipe Microsoft France a publié tout un ensemble d'articles afin de tout connaitre sur les nouveautés de ce dernier. Rendez vous ici : http://msdn.microsoft.com/fr-fr/sqlserver/msdn.doss... [More]

Views(629)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Sql Server

Technorati Profile