Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 43 of 68 (674 total posts) < 1 second(s)
  • Re: SQL Trigger

    Asta tine de structura lui TestTable. Probabil incerci sa inserezi de mai multe ori aceeasi valoare intr-o coloana cu o constrangere de tipul&nbsp;''UNIQUE''.
    Posted to Intrebari generale (Forum) by Diana on February 26, 2008
  • Re: SQL Trigger

    Pentru ''instructiuni de folosire'' vezi BOL ---&gt;''SQL Server Database Engine'' ---&gt;&nbsp;''Designing and creating databases'' ---&gt; ''DML triggers'' ---&gt; ''Implementing DML triggers'' ---&gt;&nbsp;''Using the inserted and deleted Tables ''.
    Posted to Intrebari generale (Forum) by Diana on February 26, 2008
  • Re: SQL Trigger

    Vrei sa modifici datele din tabel (---&gt; INSERT, UPDATE, DELETE) sau si schema tabelului (---&gt; ALTER TABLE)? Daca modifici doar datele, folosesti un trigger DML. In BOL (vezi ''DML Triggers in the AdventureWorks Sample Database '')&nbsp;gasesti un exemplu apropiat de ceea ce vrei tu - atentie la rolul tabelelor ''inserted'' si ...
    Posted to Intrebari generale (Forum) by Diana on February 26, 2008
  • Re: Intalnire ROSQL - 23 Februarie 2008 - ora 11 - Microsoft Romania GTSC

    Am ''dat'' ieri peste macar doua subiecte despre care habar nu aveam: - PowerShell - nici nu stiam ca exista - cu toate ca uneori rezolv chestiuni administrative cu fisiere ''.cmd'' si ''scheduled tasks'' nu mi-a dat prin cap sa ma interesez de ceva mai ''tare''&nbsp; - faptul ca o baza de date avand modelul de recovery ''full'' se va comporta ...
    Posted to Anunturi (Forum) by Diana on February 24, 2008
  • Re: Select problem

    ...sau ...WHERE tip IN ('', 'G'). * Pe&nbsp;''mediul'' meu (probabil simplist si incomplet) functioneaza si ...WHERE&nbsp;tip = '' OR&nbsp;tip = 'G' AND ISNUMERIC(id) = 1
    Posted to Intrebari (Forum) by Diana on February 19, 2008
  • Re: DROP constrangere (SQL 2000 si SQL 2005)

    Se pare ca asta e unul dintre cazurile in care cursorul e ''un rau necesar''...Pentru ceva mai multa eficienta, se poate folosi un cursor ''FAST_FORWARD''.&nbsp; &nbsp;
    Posted to T-SQL (Forum) by Diana on February 19, 2008
  • Re: Select problem

    Sigur ?...
    Posted to Intrebari (Forum) by Diana on February 19, 2008
  • Re: DROP constrangere (SQL 2000 si SQL 2005)

    Exemplul precedent nu e tocmai ''la fix'', dar sper ca te ajuta sa vezi ''cam cum'' se poate aborda problema.
    Posted to T-SQL (Forum) by Diana on February 19, 2008
  • Re: DROP constrangere (SQL 2000 si SQL 2005)

    Andrei, ceea ce propui tu nu este o buna practica. Daniel,&nbsp;o cale de a&nbsp;rezolva acest gen de probleme&nbsp;este sa selectezi&nbsp;numele obiectelor (din tabele sistem in SQL 2000 sau din ''catalog views'' / ''dm views''&nbsp;in SQL 2005 sau din&nbsp;''information schema views'' )&nbsp;intr-un cursor (eventual FAST_FORWARD) si sa aplici ...
    Posted to T-SQL (Forum) by Diana on February 19, 2008
  • Re: DROP constrangere (SQL 2000 si SQL 2005)

    De ce ai nevoie sa ''stergi'' constrangerea? Ce vrei sa faci mai departe?
    Posted to T-SQL (Forum) by Diana on February 18, 2008
« First ... < Previous 41 42 43 44 45 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems