Forum Replies Created

Viewing 15 posts - 46 through 60 (of 101 total)

  • RE: Error while running SQL Agent job(SSIS) after set value in Set Values tab of package

    [p]Or may I know how to pass value to a package level variable in SSIS Agent job..?

    Any suggestions please..[/p]

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Export data into Excel SSRS - 2005

    [p]I don't think so it is possible. The better way is to remove header and footer. :unsure:[/p]

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Error while running SQL Agent job(SSIS) after set value in Set Values tab of package

    [p]Any suggestions please.. :pinch:[/p]

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Can and How do you pass a viable to a stored procedure in an ssis package from one task to another?

    Create package level variables and pass those values across all tasks in the same package.

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: How to Handle the white space in report

    If possible please attach screen shots.

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: checking to see if I can change from 8.0 to 9.0 compatibility

    You can change Compatibility Level in SQL Server 2005 by right clicking your database -> Properties -> Options -> Compatibility Level.

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: SQL 2008 just installed

    As u said u just installed ...u can remoe and install again that the better way..

    IF u have any data or changes..take backup of all database and do the above...

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Bulk-Logged Mode

    Good question.. Thanks

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Backup\ Restore completion Status.

    Yes, it is good question but where and how we can use this? Anybody can explain with an example?

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Careful with table name alias

    Really interesting and good question. :Wow:

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: How to change package level variable value in script task?

    Replaced with "User::sourceTable" and tried, but again the old value only it is taking.

    Now I removed "sourceTable" value from Variables window.

    Got error saying Incorrect syntax near 'FROM' ...

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: How to change package level variable value in script task?

    I given just like sourceTable in the ReadWrite variables list for the script task.

    And I used MsgBox to know the value like:

    MsgBox(Dts.Variables("sourceTable").Value.ToString())

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: How to change package level variable value in script task?

    Yes, it is package level variable. But it is resetting to old value i.e.: "SE_DatabaseServer".

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Passing numeric param to a stored procedure in an Execute SQL Task

    What type of connection you are using in connection manager?

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • RE: Do you know your getdate()?

    Buddies,

    I am using SS2005 and I ran the first query: DECLARE @TimeStart DATETIME

    DECLARE @Time DATETIME

    DECLARE @TimeEnd DATETIME

    DECLARE @I INT

    DECLARE @Count INT

    SET @I = 0

    SET @Count = 0

    SET @TimeStart = GETDATE()

    SET...

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

Viewing 15 posts - 46 through 60 (of 101 total)