Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 88 of 133 (1,330 total posts) < 1 second(s)
  • Inscrieri pentru intalnirea din 23 Decembrie 2006

    Ora intalnirii este 11:30 iar locatia este Sediul filialei Microsoft România din strada Bd. Lascar Catargiu nr. 47-53, EUROPE HOUSE etaj 6, Bucuresti, Sector 1. Harta locatiei poate fi vazuta aici! Mai multe detalii pe acest thread: http://sqlserver.ro/forums/thread/1343.aspx Pentru inscriere raspundeti la acest thread. Primii 20 de ...
    Posted to Anunturi (Forum) by xmldeveloper on December 18, 2006
  • Re: SQL Server 2005 Full Text Search

    Ca recomadare oarecum off-topic, folositi varbinary(max) in loc de image si varchar(max) in loc de text. Aveti mai multa functionalitate si in plus ntext, text si image nu vor fi suportate in urmatoarea versiune SQL Server.
    Posted to Intrebari generale (Forum) by xmldeveloper on December 16, 2006
  • Cand ati vorbit ultima oara cu cineva din Redmond?

    Sambata 23 Decembrie 2006, ora 11:30 aveti ocazia sa vorbiti cu doi specialisti romani din echipa SQL Server 2005. Remus Rusanu si Cristian Petculescu va asteapta la&nbsp;sediul Microsoft Romania&nbsp;pentru o ora jumate de discutii libere. Pentru a propune subiecte de discutie folositi acest thread. Subiecte propuse pana acum sunt: Office si ...
    Posted to Anunturi (Forum) by xmldeveloper on December 14, 2006
  • Re: Tables

    A aparut si o a 6-a http://en.wikipedia.org/wiki/Database_normalization
    Posted to Intrebari generale (Forum) by xmldeveloper on December 14, 2006
  • Re: Tables

    Sunt 5 (+1) forme de normalizare. Pentru OLTP primele 3 sunt folosite.
    Posted to Intrebari generale (Forum) by xmldeveloper on December 14, 2006
  • Re: CLR On or Off

    Personal as spune OFF pana cand devine necesar. Ca si alte functionalitati.
    Posted to Diverse (Forum) by xmldeveloper on December 13, 2006
  • Re: Tables

    Ca resurse pentru invatarea normalizarii: &quot;Description of the database normalization basics&quot; http://support.microsoft.com/default.aspx?scid=kb;en-us;283878 &quot;ACC: Database Normalization Basics&quot; http://support.microsoft.com/default.aspx?scid=kb;en-us;100139 &quot;Support WebCast: Database Normalization Basics&quot; ...
    Posted to Intrebari generale (Forum) by xmldeveloper on December 13, 2006
  • Re: bakup transaction log

    Raspusul este probabil DA! Va recomand cu caldura sa cititi in Books Online despre full backup si transaction log backup cat si despre recovery models.
    Posted to Intrebari generale (Forum) by xmldeveloper on December 12, 2006
  • Re: bakup transaction log

    Folositi acest exemplu din Books Online: --&nbsp;use the full recovery model. USE master; GO ALTER DATABASE AdventureWorks &nbsp;&nbsp; SET RECOVERY FULL; GO -- Create AdvWorksData and AdvWorksLog logical backup devices. USE master GO EXEC sp_addumpdevice &#39;disk&#39;, &#39;AdvWorksData&#39;, &#39;C:\AdvWorksData.bak&#39;; GO EXEC ...
    Posted to Intrebari generale (Forum) by xmldeveloper on December 12, 2006
  • Re: bakup transaction log

    Este nevoie initial de un full-backup pentru fisierul de date nu pentru log.
    Posted to Intrebari generale (Forum) by xmldeveloper on December 12, 2006
« First ... < Previous 86 87 88 89 90 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems