Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 119 of 133 (1,330 total posts) < 1 second(s)
  • Re: QOD 2006-10-09

    On Windows 2000 and Windows XP you cannot use the&nbsp;MUST_CHANGE option. &nbsp;The password complexity checking for Windows 2000 is very simple, you are not allowed to use the following password: null or empty, the computer name, the login name, &#39;password&#39;, &#39;admin&#39;, &#39;administrator&#39;, &#39;sa&#39;, or &#39;sysadmin&#39;.
    Posted to Question of the Day (Forum) by xmldeveloper on October 10, 2006
  • Tricouri

    Ne-am hotarat sa facem 20 de tricouri pe care sa le dam ca premii. Nu ne putem hotara insa la design. Asteptam parerile voastre. Fiecare sugestie va fi premiata cu un tricou.[Poll]
    Posted to Anunturi (Forum) by xmldeveloper on October 10, 2006
  • Re: Intrebare de pe ITboard - Refactor Cursor to SELECT

    DECLARE @MyTable TABLE (ID INT PRIMARY KEY, VAL VARCHAR(64))&nbsp;INSERT INTO @MyTable VALUES (1, &#39;Cristian&#39;)INSERT INTO @MyTable VALUES (2, &#39;Sorin&#39;)INSERT INTO @MyTable VALUES (3, &#39;Narcis&#39;)&nbsp;DECLARE @Lista VARCHAR(MAX)SET @Lista = &#39;&#39;;&nbsp;SELECT @Lista=@Lista + VAL + &#39; &#39; FROM @MyTable&nbsp;SELECT ...
    Posted to Intrebari generale (Forum) by xmldeveloper on October 10, 2006
  • Intrebare de pe ITboard - Refactor Cursor to SELECT

    geto_dacul wrote the following post:&nbsp; Un amic de a meu a fost la un interviu si i s-a cerut sa faca un select care sa returneze intr-un camp agregat toate valorile unei coloane de tip text concatenate. De ex coloana e nume de tip text(char,varchar) iar in selectul rezultat trebuie sa am in campul de iesire toate valorile coloanei ...
    Posted to Intrebari generale (Forum) by xmldeveloper on October 10, 2006
  • Re: Data Types in SQL Server 2005

    Tipul de date table reprezinta dupa cum spune si numele un tabel. Poate fi folosit ca un tabel temporar:DECLARE @MyTable TABLE (ID INT PRIMARY KEY, VAL VARCHAR(64))INSERT INTO @MyTable VALUES (1, &#39;Cristian&#39;)INSERT INTO @MyTable VALUES (2, &#39;Sorin&#39;)SELECT * FROM @MyTableORDER BY ID DESCGO-- OutputID VAL2 Sorin1 Cristian &nbsp;
    Posted to Intrebari generale (Forum) by xmldeveloper on October 10, 2006
  • Re: File types in SQL Server 2005

    Aruncati o privire si aici: Physical Database Files and Filegroups Un fisier primar contine si locatia celorlalte fisiere secundare. &nbsp;
    Posted to Intrebari generale (Forum) by xmldeveloper on October 10, 2006
  • funny.jpg

    LEAD Technologies Inc. V1.01
    Posted to Snapshots (Gallery) by xmldeveloper on October 9, 2006
  • Re: QOD 2006-10-09

    Hints: One of the selected options cannot be used with Windows 2000 and Windows XP operating systems. Another of the remaining two options will generate an error on Windows 2003 and above as well as on Windows 2000 and Windows XP due to the arguments supplied.
    Posted to Question of the Day (Forum) by xmldeveloper on October 9, 2006
  • Situatia1.JPG

    Posted to Snapshots (Gallery) by xmldeveloper on October 9, 2006
  • Re: Atasarea unei baze de date

    Niste&nbsp;informatii suplimentare&nbsp;legate&nbsp;de subiectul articolului: Pentru ugrade-ul unei baze de date - How to: Upgrade a Database Using Detach and Attach (Transact-SQL) Pentru mutarea unei baze de date in cadrul aceleiasi instante se recomanda instructiune ALTER DATABASE&nbsp;&nbsp;- Moving User Databases, Moving Database ...
    Posted to Articole (Forum) by xmldeveloper on October 9, 2006
Powered by Community Server (Commercial Edition), by Telligent Systems