Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Running Different Data Flow Tasks Based on Time of Day

    Yes i solved my problem:hehe::hehe:

  • RE: Running Different Data Flow Tasks Based on Time of Day

    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

  • RE: Passed 70-448!

    Hi GilaMonster

    Thanks 4 ur Information.:-)

  • RE: Passed 70-448

    Hi

    I have already MCTS Exam 70-448 book with me.

    Thank u.

  • RE: Passed 70-448

    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

  • RE: Passed 70-448!

    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...

  • RE: Sending scheduled SQL query results via HTML e-mail using SSIS

    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...

  • RE: Group by

    Thanks for the question!

Viewing 8 posts - 1 through 8 (of 8 total)