|
Search
You searched for the word(s):
Showing page 119 of 133 (1,330 total posts)
< 1 second(s)
-
On Windows 2000 and Windows XP you cannot use the MUST_CHANGE option.
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, 'password', 'admin', 'administrator', 'sa', or 'sysadmin'.
-
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]
-
DECLARE @MyTable TABLE (ID INT PRIMARY KEY, VAL VARCHAR(64)) INSERT INTO @MyTable VALUES (1, 'Cristian')INSERT INTO @MyTable VALUES (2, 'Sorin')INSERT INTO @MyTable VALUES (3, 'Narcis') DECLARE @Lista VARCHAR(MAX)SET @Lista = ''; SELECT @Lista=@Lista + VAL + ' ' FROM @MyTable SELECT ...
-
geto_dacul wrote the following post:
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 ...
-
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, 'Cristian')INSERT INTO @MyTable VALUES (2, 'Sorin')SELECT * FROM @MyTableORDER BY ID DESCGO-- OutputID VAL2 Sorin1 Cristian
-
Aruncati o privire si aici: Physical Database Files and Filegroups
Un fisier primar contine si locatia celorlalte fisiere secundare.
-
LEAD Technologies Inc. V1.01 |
|