Forum Replies Created

Viewing 15 posts - 166 through 180 (of 236 total)

  • RE: SSRS Interview Questions

    You can't find the answers to these Questinons just like that, you need to dig into it in the MSDN or some other sites

    for example you can use the below...

  • RE: How Truncate statement ?

    Nice Question : )

    Yes we can not use truncate on a table which is referenced by a FOREIGN KEY constraint

    The below statement is true if it is not referenced...

  • RE: How Truncate statement ?

    Nice Question : )

    Yes we can not use truncate on a table which is referenced by a FOREIGN KEY constraint

    The below statement is true if it is not referenced...

  • RE: Convert Varchar to Datetime

    That means that all your data is in the wrong format

    like :

    2010-09-30 17:07:09.000

    you need to try something like

    select Convert (datetime,substring(uploadtime,9,2) + '/' + substring(uploadtime,6,2) + '/' +substring(uploadtime,1,4),103)

    kirubamca09 (10/20/2010)


    Kingston...

  • RE: Convert Varchar to Datetime

    exact error message will help us to resoleve or help u in this

  • RE: Convert Varchar to Datetime

    Can you post some sample data from the table, so that we can check why it is not working.

    Which version of SQL does the client using

  • RE: Datediff on same column

    i was looking for similar solution and it is realy simple and helpfull

    Thanks to greg

  • RE: Backup Types

    I guess incremental Back up was there only in oracle 🙂

  • RE: What's the best way to count?

    The Question and the discussion is awesome.

  • RE: ANSI NULLS

    Thanks for your explanation

    Hugo Kornelis (10/11/2010)


    Great question. Thanks, cengland.

    In addition to the explanation: "Thorough testing shows this also applies to the IN statement", there is also a logical explanation.

    The ANSI...

  • RE: Are all rounds created equal

    Thanks! it really helped me to understand clearly

  • RE: Debug SQL server 2005 SPs

    Which Version of SQL you are uisng?

    In the 2005 you can debug the Proc only with the help of Visual studio 2005 IDE

    If you are using Sql server 2008 then...

  • RE: Control Flow Tasks

    Thanks to Andy, I learned something new today in SSIS.

  • RE: Activx script task in ssis

    in my package activxscript task already code contains these things and these thing are not working

    DTSGlobalVariables

    DtsPackageLog.WriteToString

    do i need to change the entire script are any replcement for these above

  • RE: What will be the output of the following?

    Hey the answer to the Question is Wrong.

Viewing 15 posts - 166 through 180 (of 236 total)