Viewing 8 posts - 1 through 8 (of 8 total)
Yes i solved my problem:hehe::hehe:
November 8, 2010 at 3:43 am
Hi sir
i have a package in ssis
that is how to change system.int32 datatype to system.int64
which transformation i need apply
now i am using oledb source,dataconversion,derived column,slowly changing dimension in my package
October 12, 2010 at 8:04 am
Hi
I have already MCTS Exam 70-448 book with me.
Thank u.
September 10, 2010 at 6:15 am
Hi
Adv.Congrats..!!
Thanks for the information
I have to take exam in 15 Days.
Editor: I have removed the request for materials and email
September 10, 2010 at 4:47 am
Congrats..!!
Thanks for the information
I have to take exam next 15 Days.:-)
1.How many questions did we get in 70-448 exam?
2.Each question carries equal marks or according to level of the question?
3.What...
September 10, 2010 at 4:28 am
Option Strict Off
Imports System
Imports System.Data
Imports System.Math
Imports System.Net.Mail
Imports Microsoft.SqlServer.Dts.Runtime
Public Class ScriptMain
Public Sub Main()
Dim varHTMLMail As MailMessage
Dim varSMTPClient As SmtpClient
Dim varMailBody As Object
Dim varAddresses As String
varMailBody = Dts.Variables("varSalesSummaryHTML").Value
varAddresses = Dts.Variables("varMailTo").Value.ToString
varHTMLMail = New...
September 6, 2010 at 3:41 am
Viewing 8 posts - 1 through 8 (of 8 total)