Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 4 of 39 (389 total posts) < 1 second(s)
  • execute permission pe o procedura la toti userii

    salut, in sql server 2005 cum pot da execute permission pe o anumita procedura la toti userii din db am crezut ca e simplu : GRANT EXECUTE ON [dbo].[SP] to all dar se pare ca nu :) multumesc alex
    Posted to Intrebari generale (Forum) by Alex on April 7, 2009
  • Re: t-sql update sql server 2000

    perfect, multumesc mult alex.
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: t-sql update sql server 2000

    e corect asa? UPDATE aaa SET Principal= 0 WHERE DataInregistrare IN ( SELECT TOP 2 DataInregistrare FROM aaa b WHERE b.CodContract=aaa.CodContract AND DATEDIFF(month, DataInregistrare, ( SELECT MIN(DataInregistrare) FROM aaa c WHERE c.CodContract=b.CodContract ) ) = 0 and DataInregistrare &gt; ( SELECT MIN(DataInregistrare) ...
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: t-sql update sql server 2000

    syntaxa e gresita am eroarea Msg 1033, Level 15, State 1, Line 14 The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified. si daca folosesc top 100 percent adica: UPDATE aaa SET Principal=0 WHERE DataInregistrare = ( SELECT top 100 ...
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: t-sql update sql server 2000

    dar updateul se face si pe prima inregistrare nu doar pe cea de-a 2-a si anume pt o inregistrare de ...
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: t-sql update sql server 2000

    primesc eroare Msg 512, Level 16, State 1, Line 1 Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, &lt;, &lt;= , &gt;, &gt;= or when the subquery is used as an expression. The statement has been terminated. alex.
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: t-sql update sql server 2000

    nu cred ca e ce-mi trebuie pt ca o sa faca update si in cazul ...
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • t-sql update sql server 2000

    salut, ma puteti ajuta va rog cu un update am tabela urmatoare create table aaa ( [NodId] [int] NOT NULL , [CodContract] [varchar] (20) NULL, [CodCategorie] [varchar] (20)&nbsp; NOT NULL , [DataInregistrare] [datetime] NOT NULL , [DataInregistrareAjustata] [datetime] NULL , [CodClient] [int] NOT NULL , [NumeClient] [varchar] (61) NULL ...
    Posted to T-SQL (Forum) by Alex on February 17, 2009
  • Re: dbcc page () - sql server 2005

    am gasit pana la urma trebuia activat trace 3604 dbcc traceon(3604); go alex.
    Posted to Intrebari generale (Forum) by Alex on February 5, 2009
  • dbcc page () - sql server 2005

    salut, foloseste cineva dbcc page() am urmat pasii de aici: http://www.sqlservercentral.com/articles/deadlock/64315/ doar ca DBCC page (5,1,4432,0) imi returneaza DBCC execution completed. If DBCC printed error messages, contact your system administrator. si nu datele care-mi trebuiesc aveti idee de ce? multumesc alex.
    Posted to Intrebari generale (Forum) by Alex on February 5, 2009
« First ... < Previous 2 3 4 5 6 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems