Forum Replies Created

Viewing 15 posts - 31 through 45 (of 782 total)

  • RE: How to run a file on a server thru SSIS

    opc.three (3/27/2012)


    In your Exec Process task you may have to pass the location of the batch file as a parameter to cmd.exe. Check out the /C switch, from a cmd...

  • RE: How to run a file on a server thru SSIS

    Phil Parkin (3/27/2012)


    Execute Process.

    Thanks.

    Actually, When I double click the bat file, the results are :- txt file in another folder gets processed....

    But when I doing this execute Process task...

  • RE: MS access to sql server 2008

    Eugene Elutin (3/20/2012)


    SKYBVI (3/20/2012)


    Hi,

    i have mdb files used by ActiveExperts Network monitor manager.

    I want to migrate those access files to sql server databases.

    How can i do...

  • RE: Query to get records which are GETDATE()-60 DAYS

    or

    DECLARE @datefield VARCHAR(10)

    SELECT CAST(@datefield AS DATETIME)

    Regards,

    Skybvi

  • RE: Query to get records which are GETDATE()-60 DAYS

    balasach82 (3/9/2012)


    I need to retrieve records whose DATEFIELD is less than 60 days.

    select top 1 * from TABLENAME where ISDATE(DATEFIELD) = 1

    and convert(datetime,DATEFIELD) <(GETDATE-60)

    DATEFIELD --> varchar (10)

    Since DATEFIELD is varchar,...

  • RE: Update with cursors

    I dont think DDL is needed and sample data i already put..

    Leave the question if u can't help.

  • RE: BETWEEN

    Hugo Kornelis (3/6/2012)


    SKYBVI (3/6/2012)


    Your statements are contradictory.

    Before you were saying that every1 should upgrade to sql server 2008

    Nope, that's not what I wrote. Here is a quote (emphasis added, but...

  • RE: BETWEEN

    Hugo Kornelis (3/6/2012)


    SKYBVI (3/6/2012)


    Hugo Kornelis (3/6/2012)


    SKYBVI (3/6/2012)


    So, the question was not properly asked. They should mention SQL SERVER 2008

    Why?

    SQL Server 2008 was released almost three years ago now. There has...

  • RE: BETWEEN

    Hugo Kornelis (3/6/2012)


    SKYBVI (3/6/2012)


    So, the question was not properly asked. They should mention SQL SERVER 2008

    Why?

    SQL Server 2008 was released almost three years ago now. There has already been another...

  • RE: BETWEEN

    So, the question was not properly asked. They should mention SQL SERVER 2008

    Regards,

    Skybvi

  • RE: BETWEEN

    Does date data type exist in sql server 2005 ?

    Regards,

    Skybvi

  • RE: What happen when any user has taken .trn backup from primary database during the processing of the log shipping ?

    kumar.sachu08 (2/24/2012)


    Hi All,

    What happen when any user has taken .trn backup from primary database during the processing of the log shipping ?

    Suppose I have set agent on primary database to...

  • RE: Update statement failed

    For anyone interested I've now resolved this problem.

    The issue is due to there being no unique index on the target table, as soon as I created an index on...

  • RE: Need Sql 2008 stored procedure

    Can't understand what you intend to say?

  • RE: First Record Set

    Whisper9999 (2/22/2012)


    Let's say you have a stored proc or DBCC statement that spits out more than one record set. I can't remember how you only retrieve the results from...

Viewing 15 posts - 31 through 45 (of 782 total)