Welcome to Sign in | Help

Re: sqlcmd - optiuni

  •  03-30-2009, 1:48 PM

    Re: sqlcmd - optiuni

    incearca si
    sqlcmd -Q "use test select b.id_document from dosar a  inner join v_Document b on a.id_dosar=b.id_dosar where b.tipdocument like '%' "

    sqlcmd stie clause...


    obs 1. vezi si cum ai quoted identifiers
    SET QUOTED_IDENTIFIER { ON | OFF }
    http://msdn.microsoft.com/en-us/library/ms174393.aspx

    obs 2.
    scoate echo off ... sa vedem daca si ce mesaje mai da...

    Ignat Andrei
    http://serviciipeweb.ro/iafblog
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems