Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 12 of 18 (176 total posts) < 1 second(s)
  • Re: export de bulk-uri de date

    am rezolvat-o astfel: un script bat folosind bcp pus apoi&nbsp;in schedule task si utilizand de asemenea un trigger: SET DAY=%DATE:~4,2%SET MTH=%DATE:~7,2%SET YR=%DATE:~10,4%SET HR=%TIME:~0,2%SET HR0=%TIME:~0,1%IF ''%HR0%''=='' '' SET HR=0%TIME:~1,1%SET MIN=%TIME:~3,2%SET SEC=%TIME:~6,2%SET MYDATE=%YR%%MTH%%DAY%-%HR%%MIN%%SEC% bcp ''select ...
    Posted to T-SQL (Forum) by neo on May 18, 2009
  • Re: export de bulk-uri de date

    Este necesar ca informatiile sa fie preluate mai departe in timp real din txt-ul scris pe hdd. o aplicatie le va citi mai departe si nu se doreste citirea din Db ci dintr-un txt. problema e de a gasi un mecanism care sa rezolve problema cat mai simplu si eficient.. Multumesc.
    Posted to T-SQL (Forum) by neo on May 15, 2009
  • Re: export de bulk-uri de date

    cum ai face tu ca toate operatiile de insert ce vin in tabelul asta cu orice frecventa posibila, sa ajunga intr-un txt (doar cele nou sosite in tabel) ? care este ce-a mai buna metoda? multumesc.
    Posted to T-SQL (Forum) by neo on May 14, 2009
  • Re: export de bulk-uri de date

    in ce ma cramponez eu acum tine de T-SQL strict: de care nu ma prind: cum iau doar inserturile noi dintr-un tabel oarecare care sa il pot folosi in actualul context...?!?!?? ca in rest pun un trigger pe insert care sa execute acel t-sql care va lua doar inserturile noi si le duc intr-un txt...mi se pare cel mai simplu
    Posted to T-SQL (Forum) by neo on May 14, 2009
  • Re: export de bulk-uri de date

    din documentatia pentru trace server side (care merita abordata) am observat ca pot scrie un trace (.trc) cand am un eveniment id pe o tabela (ex: StmCompleted): dar eu as dori sa scriu doar acele noi inserturi&nbsp;(concatenate) dintr-o tabela intr-un .txt oarecare (incremental)&nbsp;printr-o metoda cat mai simpla. Apropo: unde vad trace-urile ...
    Posted to T-SQL (Forum) by neo on May 14, 2009
  • Re: export de bulk-uri de date

    As mai avea o intrebare va rog: Cum as putea sa scriu fiecare insert / inserturi noi dintr-o tabela&nbsp;intr-un fisier? multumesc &nbsp;
    Posted to T-SQL (Forum) by neo on May 14, 2009
  • Re: export de bulk-uri de date

    Serviciul respectiv mai depinde de alte conditii ? ca nu prea porneste la mine...(restul serviciilor sunt toate pornite..) Multumesc.
    Posted to T-SQL (Forum) by neo on May 13, 2009
  • Re: export de bulk-uri de date

    multumesc. am sa studiez si Integration Services
    Posted to T-SQL (Forum) by neo on May 13, 2009
  • Re: export de bulk-uri de date

    Multumesc.
    Posted to T-SQL (Forum) by neo on May 13, 2009
  • export de bulk-uri de date

    Salut, Am si eu o problema: trebuie sa export&nbsp; niste date dintr-un tabel si am gasit solutia de mai jos: --activare xp_cmdshell EXEC master.dbo.sp_configure 'show advanced options', 1RECONFIGUREEXEC master.dbo.sp_configure 'xp_cmdshell', 1RECONFIGURE --export dateDECLARE @cmd nvarchar(128),&nbsp; @var varchar(10)set @var =(select ...
    Posted to T-SQL (Forum) by neo on May 13, 2009
« First ... < Previous 10 11 12 13 14 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems