Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 19 of 39 (389 total posts) < 1 second(s)
  • Re: select gresit....dar unde?

    problema nu e selectul si ce intoarce el .... problema e cu declare @Contract nvarchar(4000) set @Contract = '474772a2-0056-dc11-baea-0003ff6523e6' iar la where unde zic ca cv.New_ContractVanzariId= @Contract acest New_ContractVanzariId este declarat in tabela ca fiind uniqueidentifier ca data type multumesc
    Posted to T-SQL (Forum) by Alex on September 12, 2007
  • Re: select gresit....dar unde?

    cam asta e selectul daca nu-l execut ca mai sus declare @Contract nvarchar(4000)set @Contract = '474772a2-0056-dc11-baea-0003ff6523e6' select distinctmp.Nume ...
    Posted to T-SQL (Forum) by Alex on September 12, 2007
  • select gresit....dar unde?

    salut am si eu selectul de mai jos care il execut astfel........unde e eroarea ca nu-mi dau seama.... exec sp_executesql N'select distinctmp.Nume as ...
    Posted to T-SQL (Forum) by Alex on September 12, 2007
  • Am nevoie de parerile voastre :).......sql server 2005

    Salut, am si eu cateva intrebari legate de SQL Server 2005: 1.&nbsp; Intr-un maintenance plan pentru ''rebuild index'' daca ti se cere sa: &nbsp;&nbsp;&nbsp; a.the index must be rebuild using a fill factor of 90 -- trebuie ca la ''Change free space per page percentage to'' sa completezi 90 sau 10? &nbsp;&nbsp;&nbsp; b.the fill factor must be ...
    Posted to Intrebari generale (Forum) by Alex on September 9, 2007
  • Re: Cursor - sql server 2000

    nu stiu cat e de corect dar am facut asa: am facut un view care-mi intoarce exact ce am eu nevoie....cu conditia IF ( DATEDIFF(dd,@DataFinalizareContract,@GETDATE()) = 4 ) am facut view pt ca problema sa complicat pe parcurs si nu mai era vorba doar de o tabela cum am crezut eu initial. care arata asa: create view ...
    Posted to T-SQL (Forum) by Alex on August 27, 2007
  • Re: Cursor - sql server 2000

    in mare ar trebui ceva de genul (cu completarile respective): DECLARE @DataFinalizareContract datetime, @idContract intdeclare @cinetrimite varchar(50),@cineprimeste varchar(50),@Mesaj varchar (250) DECLARE contract_cursor CURSOR FORSELECT idcontract,datafinalizarecontract FROM Contract--WHERE idcontract is not null--ORDER BY idcontract OPEN ...
    Posted to T-SQL (Forum) by Alex on August 27, 2007
  • Cursor - sql server 2000

    Salut, am si eu nevoie de ajutorul vostru la realizarea unei proceduri....si anume: am tabela urmtoare CREATE TABLE [dbo].[Contract] (&nbsp;[IDContract] [int] NOT NULL ,&nbsp;[NumeContract] [varchar] (50)&nbsp; NULL ,&nbsp;[DataFinalizareContract] [datetime] NULL ,&nbsp;[Mail] [varchar] (50)&nbsp; NULL ) ON [PRIMARY]GO as avea nevoie de o ...
    Posted to T-SQL (Forum) by Alex on August 27, 2007
  • Re: Sql Server 2000 - Analysis Services

    si unde gasecs instructiunile lor :) multumesc alex.
    Posted to Business Intelligence - OLAP (Forum) by Alex on August 20, 2007
  • Re: interogare useri din Active Directory

    f buna aplicatie.....ma ajuta mult.... mersi mult alex.
    Posted to T-SQL (Forum) by Alex on August 16, 2007
  • Re: interogare useri din Active Directory

    nu ma descurc....ma tot chinui de ceva vreme....nu inteleg exact ce si cum terbuie facut daca ai vreodata ceva timp liber sa imi zici te rog pas cum pas ce si cum ar trebui facut ar fi super...intre timp ma mai chinui. multumesc mult. alex.
    Posted to T-SQL (Forum) by Alex on August 15, 2007
« First ... < Previous 17 18 19 20 21 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems