Forum Replies Created

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

  • RE: What is the Best FTP Client for use with SSIS?

    Thanks Guys,

    Mostly SFTP and FTP.

    Does it provide a log of all the transfers?

    THanks,

    Nish

  • RE: Saving Query Results to .txt using Scripts

    Thanks Guys,

    Im looking into it now...

  • RE: Updates Using Case

    Its fine i sorted it out..

    update yyyy

    set TGI_CLUSTER_CODE = case

    when CLUSTER_CODE in ('1M' , '2M' , '3M' ,...

  • RE: System Tables

    Thanks Guys,

    Much Appreciated.:)

  • RE: Cursors

    Hi There,

    here is the code.

    Thanks

    use msdb

    go

    declare

    @job_idvarchar (100),

    @namevarchar(100),

    @Step_IDvarchar(25),

    @Start_Step_IDvarchar(25),

    @Step_Namevarchar(100),

    @Last_Run_Durationvarchar(25),

    @Last_Run_Datevarchar(25),

    @Last_Run_Timevarchar(25),

    @Next_Run_Datevarchar(25),

    @Next_Run_Timevarchar(25),

    @Supportvarchar(25),

    @messagevarchar(8000)

    declare ND_Cur cursor for

    select distinct j.job_id,

    j.name as Name,

    j.start_step_id as Start_Step_ID,

    jst.step_id as Step_ID,

    jst.step_name as Step_Name,

    jst.last_run_duration as Last_Run_Duration,

    convert(varchar(10),jst.last_run_date,...

  • RE: Orphan/Inactive SQL 2005 Users

    Thank You

    I will have a look at it,

    I Really Appreciate It.

    😀

  • RE: Event Viewer Win2k3

    Thanks Guys,

    im testing the WMI Event Alert,

    will let you know how it goes.

  • RE: Orphan/Inactive SQL 2005 Users

    Hey thank for the Replies Guys,

    I am using the EXEC sp_change_users_login 'Report'

    [Is...

  • RE: Orphan/Inactive SQL 2005 Users

    Hey Thanks

    I Have found that sp_sp_validatelogins don't work very well,

    but i did find that this works quite well...

    USE [DBName]

    go

    sp_change_users_login @Action='Report'

    go

    if you come across anything that might help please share with...

  • RE: SQL 2005 Profiler

    Sorry its my first time and i think i posted it in the wring place.

  • RE: SQL 2005 Profiler Trace Tables

    Thanx Markus

    I have used profiler to write to a table, and it works fine,

    i just need to setup jobs to start up the process after the backup and restore. and...

  • RE: Looking for an SQL DBA in NB, Canada

    are you willing to accept a DBA from South Africa??

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