Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 123 of 133 (1,330 total posts) < 1 second(s)
  • SQL Sever 2000- Security Auditing

    Ca raspuns la o intrebare de pe alt forum legata de dezactivarea logarii mesajelor de tip: 18454 Login succeeded for user 'MyLogin'. Connection: Non-Trusted. 18453 Login succeeded for user 'MyDomain\MyLogin'. Connection: Trusted. Pentru a rezolva aceasta problema se poate folosi Enterprise Manager, right-click pe server-ul dorit, selectati ...
    Posted to Diverse (Forum) by xmldeveloper on September 29, 2006
  • SQL Injection - tips

    Daca va intereseaza subiectul stiti deja ca o masura contra SQL Injection este validarea a ''user input''. Validarea parametrilor de intrare poate fi realizata prin mai multe metode printre care: Stabilirea caracterelor permise pentru parametrii de input si respingerea input-ului care nu corespunde. Respingerea input-ului cunoscut ca fiind ...
    Posted to Diverse (Forum) by xmldeveloper on September 28, 2006
  • SQL Server Day - Announcement

    If you are interested in SQL Server then come and join us on 28 October 2006, at&nbsp;Microsoft Romania. We have 50 seats available, 5 speakers will entertain you and of course we have some prizes. For registration use this link: http://sqlserver.ro/forums/thread/140.aspx
    Posted to Announcements (Forum) by xmldeveloper on September 28, 2006
  • Re: mail din SQL 2000

    Se poate! Urmatoarele doua linkuri va arata exact cum: How to send e-mail without using SQL Mail in SQL Server Sending SMTP Mail using a Stored Procedure
    Posted to Intrebari generale (Forum) by xmldeveloper on September 27, 2006
  • Re: Database Mirroring - facts

    In plus se poate spune ca Database Mirroring ofera doua moduri de lucru:&nbsp;sincron sau asincron. In modul asincron tranzactiile realizeaza commit&nbsp;fara a astepta ca serverul mirror sa scrie aceleasi operatii in log-ul de tranzactii. In modul sincron tranzactiile realizeaza commit pe ambele servere. Modurile de lucru afecteaza performanta ...
    Posted to Diverse (Forum) by xmldeveloper on September 25, 2006
  • Database Mirroring - facts

    Database Mirroring este o solutie software pentru cresterea disponibilitatii unei baze de date. Este o solutie alternativa sau complementara pentru Failover Clustering sau Log Shipping. Comparativ cu Failover Clustering este mai usor de administrat si nu necesita hardware aditional. Database Mirroring consta in folosirea a doua copii identice ...
    Posted to Diverse (Forum) by xmldeveloper on September 25, 2006
  • QOD 70-431 2006-09-25 Objective: Implementing High Availability and Disaster Recovery - Manage database snapshots

    On which&nbsp;SQL Server 2005 editions can you use database snapshots ? Place the mouse cursor HERE for the answer Reference: http://msdn2.microsoft.com/en-us/library/ms175158.aspx
    Posted to Question of the Day (Forum) by xmldeveloper on September 25, 2006
  • Re: Top 5 cool features in SQL Server 2005

    E un argument. Oricum codul ar fi relativ simplu: using System.Net; ... String strHostName = Dns.GetHostName(); IPHostEntry ip = Dns.GetHostEntry(strHostName); IPAddress[] addr = ip.AddressList;
    Posted to Diverse (Forum) by xmldeveloper on September 25, 2006
  • MSDN Wiki

    Did you know that you can contribute to MSDN documentation ? http://msdnwiki.microsoft.com/en-us/mtpswiki/default.aspx
    Posted to Cristian's Blog (Weblog) by xmldeveloper on September 25, 2006
  • Re: compararea a doua baze de date

    Exista mai multe optiuni: Din script: http://www.sql-server-performance.com/vg_database_comparison_sp.asp Folosind Visual Studio 2005 Team Edition for Database Professionals Redgate SQL Compare. Sau alte optiuni: http://sourceforge.net/projects/dabcos&nbsp;, http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&amp;messageid=16600
    Posted to Intrebari generale (Forum) by xmldeveloper on September 25, 2006
Powered by Community Server (Commercial Edition), by Telligent Systems