Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 53 of 61 (604 total posts) < 1 second(s)
  • Re: Eroare ciudata.

    Se poate evita utilizarea unui ''DTS package'' salvat intr-un fisier prin incarcarea directa a unui ''local package'': DECLARE @object intDECLARE @hr int--create a package objectEXEC @hr = sp_OACreate 'DTS.Package', @object OUTPUTIF @hr &lt;&gt; 0BEGIN&nbsp;&nbsp;&nbsp; PRINT 'error create DTS.Package'&nbsp;&nbsp;&nbsp; RETURNENDEXEC @hr = ...
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on October 3, 2007
  • Re: Eroare ciudata.

    Foloseste sp_OAGetErrorInfo pentru a obtine informatii suplimentare legate de eroare. Verifica daca ai definit o parola pentru acest DTS package.
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on October 3, 2007
  • Re: backup database SQL 2000 in shared folder !

    Cred ca atat timp cat contul (Start &gt; Control Panel &gt; Administrative tools &gt; Services &gt; SQL Server &gt; Properties &gt; Log on) sub care ruleaza serviciul SQL Server permite accesarea directorului/folder-ului partajat/share-uit atunci poti excuta comanda BACKUP DATABAE bazadedate TO DISK = '\\server\director\fisier.bak'&nbsp; fara ...
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on October 3, 2007
  • Re: Eroare ciudata.

    Pentru a executa un ''DTS package'' ai putea realiza o aplicatie foarte simpla in Visual Basic/VB.NET/C# folosind SQL-DMO (SQL Server 2000) sau SMO (SQL Server 2005). http://www.sqldts.com/208.aspx &nbsp; Pentru executia unui ''DTS package'' dintr-o procedura stocata: How do I run a DTS package from the Query Analyzer or stored procedure? ...
    Posted to Intrebari (Forum) by B_gd_n[ ]Sahlean on October 2, 2007
  • Re: Restore Database from Developer to Express

    MrSmersh:... DAR se pare ca by default Restore Database din menu Mangement console face restorul complet, nu te intreaba pe niciunde de file, da poti sa vezi ce e in backup dar by default nica te intreaba ce FILE vrei&nbsp; Si comanda SQL ar putea si ea by default sa mearga asa. ... &nbsp;
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on October 2, 2007
  • Re: Restore Database from Developer to Express

    MrSmersh:... Si mai ramine si problema statement &nbsp;timeout si daca la instante pe Vista mai trebuie pasi splimentari ca se te conectezi remote &nbsp; SQL Express SP2 - November CTP now available SQL Express SP2 and Windows Vista UAC Getting things working on Vista (aka - Dealing with User Account Control) Inaccuracies in ...
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on October 2, 2007
  • Re: Restore Database from Developer to Express

    BOOKS ONLINE gasesti aici: http://msdn2.microsoft.com/en-us/library/ms189826.aspx O varianta condensata de help gasesti aici: http://devguru.com/technologies/t-sql/&nbsp;
    Posted to Intrebari generale (Forum) by B_gd_n[ ]Sahlean on October 1, 2007
  • Re: Parametrii OldDbParameter, Update query si baza de date Access

    using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;namespace ConsoleApplication1{&nbsp;&nbsp;&nbsp; class Program&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; static void Main(string[] args)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Database APIs (Forum) by B_gd_n[ ]Sahlean on October 1, 2007
  • Re: Parametrii OldDbParameter, Update query si baza de date Access

    De fapt ar putea fi: &nbsp;cmd.CommandText = ''UPDATE Part SET revision = '' +&nbsp; rev.ToString()&nbsp; +&nbsp; '' WHERE (PartID = ''&nbsp; +&nbsp; part_id.ToString()&nbsp; +&nbsp; '')''. Ar fi bine sa fie un spatiu intre '' si WHERE pentru ca altfel vei obtine: ''UPDATE ... revision = 0WHERE ...'' &nbsp; Daca folosesti aceasta ...
    Posted to Database APIs (Forum) by B_gd_n[ ]Sahlean on October 1, 2007
  • Re: Test de fidelitate

    Multumesc
    Posted to Diverse (Forum) by B_gd_n[ ]Sahlean on October 1, 2007
« First ... < Previous 51 52 53 54 55 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems