Sign In
olivier pieri's WebLog
SQL, SQL Server, ADO.NET and other data topics
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Where Are You ?
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.Net
ADOMD.Net
AMO
analysis services
DMF
DMV
powershell
SMO
SQL
SQL Server
SSAS
Monthly Archives
Archives
November 2011
(1)
September 2011
(1)
March 2011
(4)
January 2011
(2)
May 2007
(1)
November 2005
(1)
July 2005
(1)
December 2004
(6)
Social Media Sharing
December, 2004
MSDN Blogs
>
olivier pieri's WebLog
>
December, 2004
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
olivier pieri's WebLog
Create a stored procedure with SMO
Posted
over 8 years ago
by
olivier pieri
2
Comments
Once you are connected to SQL Server 2005 with a SMO connection, you can start manage and create object. Here is an example on how you can create a stored procedure, we imagine that we have the code of a stored procedure in an embeded resources file....
olivier pieri's WebLog
Make an ADO.Net connection when you have an SMO connection
Posted
over 8 years ago
by
olivier pieri
0
Comments
When you have an SMO connection, it is very easy to make an ADO.Net connection as the connection string is exactly the same. Then you just have to reuse it. Here is a sample that supposed that the object ServerConn is an SMO ServerConnection. SqlConnection...
olivier pieri's WebLog
Create table with SMO
Posted
over 8 years ago
by
olivier pieri
0
Comments
Once you are connected to SQL Server 2005 with a SMO connection, you can start manage and create object. Here is an example on how you can create a table with a promary key (this sample is written in C# and use a beta version of SQL Server 2005 and of...
olivier pieri's WebLog
SMO connection
Posted
over 8 years ago
by
olivier pieri
0
Comments
This sample is written in C# and use SQL Server 2005 beta 2 and a beta version of the .Net Framework 2.0. It show how, with SMO you can Connect to SQL Server 2005 In order to connect to SQL Server using SMO you have to reference the following namespace...
olivier pieri's WebLog
How to retreive KPI from Analysis Services 2005
Posted
over 8 years ago
by
olivier pieri
6
Comments
This sample is written in C# and use SQL Server 2005 beta 2 and a beta version of the .Net Framework 2.0. It show how, with ADOMD.Net, you can retreive KPI that are defined in Analysis Services 2005. 1) reference the namespace for ADOMD: using Microsoft...
olivier pieri's WebLog
First Post and presentation
Posted
over 8 years ago
by
olivier pieri
0
Comments
Hi, I am Olivier PIERI, a Microsoft consultant specialized in database technologies. The goals of this blog is discuss about database and Data access technologies offered by Microsoft.Net Framwork such as ADO.Net, ADOMD.Net and SMO. I will put some sample...
Page 1 of 1 (6 items)