Forum Replies Created

Viewing 15 posts - 196 through 210 (of 320 total)

  • RE: Moving files

    Data_God (8/25/2011)


    I got this one wrong but only after I tried using the script below on my SQL Server 2008 R2 environment.

    Could someone explain why the script below allows...


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Moving files

    great question!!!!

    WOW!!! 59% of incorrect answer!!! for a conceptual question!!!!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: The Right Kind Of Join

    nice question!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: system stored procecures

    good question!!!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Full Text Search - where are system stoplists stored?

    great question!!! thanks!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Master Database

    easy and nice question!!!!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Auto Page Recovery with DB Mirroring

    nice question!!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Truncate and Delete

    Tom.Thomson (8/17/2011)


    Interesting and somewhat horrifying - up to now, 43% said delete was not logged, which is amazing considering how much discussion of that there has been on SQLServerCentral.com; and...


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Truncate and Delete

    easy question!! and good question!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Job failed with this error : Conversion failed because the data value overflowed the specified type

    ....

    (ii) Tested out with same DB(1) with [DT_DBDATE] as Data type from the Derived Transformation ( where only date is picked up yyy/mm/dd). Its's Good.

    the 2nd situation, worked on your...


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Job failed with this error : Conversion failed because the data value overflowed the specified type

    (Dt_DBTimeStamp)Getdate() .... this is the one in the Derived Column

    And then mapped this as an input to the Destination ( column Smalldatetime )

    try this: (DT_DBDATE)GetDate()


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Job failed with this error : Conversion failed because the data value overflowed the specified type

    what's your data source??

    is a table? in another server, for example Oracle or Text File?

    the destination table, we know!!


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Job failed with this error : Conversion failed because the data value overflowed the specified type

    your conversion is dt_dbtimestamp to smalldatetime???


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Job failed with this error : Conversion failed because the data value overflowed the specified type

    according with microsoft's article http://msdn.microsoft.com/en-us/library/ms141704.aspx that show the convesions illegal/legal to differents data types of SSIS.

    quillis131 (8/15/2011) It was running very sucessful, during Development.Verfied the Destination table Datatype on the...


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!
  • RE: Deprecated features

    ANSI_PADDING and ANSI_NULLS are options that will be ON!!! like too CONCAT_NULL_YIELDS_NULL

    ANSI_NULLS = http://msdn.microsoft.com/en-us/library/ms188048.aspx

    ANSI_PADDING = http://msdn.microsoft.com/en-us/library/ms187403.aspx

    CONCAT_NULL_YIELDS_NULL= http://msdn.microsoft.com/en-us/library/ms176056.aspx


    [font="Times New Roman"]rfr.ferrari[/font]
    DBA - SQL Server 2008
    MCITP | MCTS

    remember is live or suffer twice!
    the period you fastest growing is the most difficult period of your life!

Viewing 15 posts - 196 through 210 (of 320 total)