Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 37 of 61 (604 total posts) < 1 second(s)
  • Re: Linked servers and insert

    ÎncearcăSELECT *FROM linkedserver2.bazadedate.owner.tabelaşi apoiINSERT INTO linkedserver2.bazadedate.owner.tabelaVALUES ( ... )
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on April 22, 2008
  • Re: AJUTOR !!!

    O posibilă soluţie:Sub ProceduraPestilorPrajiti() Dim rs_t1 As Recordset, rs_t2 As Recordset Set rs_t1 = CurrentProject.Connection.Execute(''SELECT * FROM T1'', , adOpenForwardOnly) Set rs_t2 = CurrentProject.Connection.Execute(''T2'', , adOpenDynamic) While Not rs_t1.EOF If ...
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on April 22, 2008
  • Re: AJUTOR !!!

    nickk: B_gd_n[ ]Sahlean: nickk: Gherry: nickk:&nbsp; Da m-am bucurat degeaba deci la scrierea acesteea din 500 de inregistrari el a facut o infinitate , am incercat sa folosesc un Select Distinct dar e problematic sa inteleg ca ti-a scos mai multe inregistrari decat erau in tabel?? Nu, sa marit numarul de inregistrari, dar am gasit cauza ...
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on April 22, 2008
  • Re: Import date din fisier .txt UNICODE - Probleme la INSERT

    /*c:\produs.txt1,pix2,carneţel3,corcoduşe4,ursuleţi5,imprimantă*/CREATE TABLE tblProdus(&nbsp;&nbsp;Cod INT PRIMARY KEY,&nbsp;&nbsp;Denumire NVARCHAR(25) NOT NULL)GOBULK INSERT tblProdusFROM 'c:\produs.txt'WITH ( FIELDTERMINATOR = ',', ROWTERMINATOR = '\n',DATAFILETYPE = 'widechar' ) GO/*(5 row(s) affected)*/SELECT *FROM tblProdusGO
    Posted to T-SQL (Forum) by B_gd_n[ ]Sahlean on April 20, 2008
  • Re: Transact SQlL

    SQL Server 2005 Books Online (September 2007)
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on April 16, 2008
  • Re: Create a SQL Server login with hashed password

    AngieB:Salut,Am nevoie de mai multe informatii pentru crearea unui login in Sql Server 2008 cu hashed password. Documentatia nu m-a lamurit.Multumesc.BOL SQL Server 2005 &gt; CREATE LOGIN (Transact-SQL) saums-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/eb737149-7c92-4552-946b-91085d8b1b01.htm
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on April 9, 2008
  • Re: TIMESTAMP

    cretzu:Ca si date comparative pe un tabel cu 60.000 de intreg 1. Dc folosesc un timestamp atunci update-ul se face in cam 7 sec2. daca folosesc un datetime cu trigger update-ul se face in 30 sec.E o diferenta cam mare :( DAniel.E oarecum normal. Tipul timestamp e nativ spre deosebire de - virgula - declansatorul AFTER UPDATE. cretzu:O sa incerc ...
    Posted to T-SQL (Forum) by B_gd_n[ ]Sahlean on April 9, 2008
  • Re: TIMESTAMP

    De asemenea daca nu te declari multumit poti testa si o solutie folosind ''server trace'' (daca ai SQL Server 2005).Vezi BOL plus [1] si [2].
    Posted to T-SQL (Forum) by B_gd_n[ ]Sahlean on April 9, 2008
  • Re: TIMESTAMP

    cretzu:Pai din aplicatia C# ar putea din greseala o anumita functie de SAVE sa faca un astfel de update pe toate articolele. Coduri din aplicatie nu pot publica pentru ca nu prea aj la ele :( ma ocup de SQL si cam atat.Eu zic ca este un scenariu curent.Cat desptre codul de SQL ... acesta este urmatorul.ALTER TABLE Participant ADD UltimaModificare ...
    Posted to T-SQL (Forum) by B_gd_n[ ]Sahlean on April 9, 2008
« First ... < Previous 35 36 37 38 39 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems