Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
Showing page 25 of 49 (482 total posts) < 1 second(s)
  • Re: sql 2008 management studio express

    Pentru a instala SQL Server 2008 RC0 ai nevoie de Dot Net Framework 3.5 SP1 beta.Răzvan
    Posted to SQL Server 2008 (Forum) by rsocol on June 15, 2008
  • Re: sql 2008 management studio express

    SQL Server Express 2008 RC0 (precum şi Enterprise Evaluation RC0) poate fi download-at de la: http://www.microsoft.com/downloads/details.aspx?FamilyId=35F53843-03F7-4ED5-8142-24A4C024CA05&amp;displaylang=enÎnsă Express Edition nu are IntelliSense. Vezi:http://msdn.microsoft.com/en-us/library/cc645993(SQL.100).aspxRăzvan
    Posted to SQL Server 2008 (Forum) by rsocol on June 12, 2008
  • Re: Relatie unu la unu (one to one) in sql 2005

    Mie mi se pare că în diagramă arată corect, ca şi cum ar fi o relaţie 1 la 1 (adică în ambele capete sunt nişte cheiţe). O relaţie many to many ar avea infinituri la ambele capete, după părerea mea.Răzvan
    Posted to Intrebari generale (Forum) by rsocol on June 12, 2008
  • Re: Change data capture cleanup

    Vezi coloana retention din rezultatul returnat de sp_cdc_help_jobs.Răzvan
    Posted to SQL Server 2008 (Forum) by rsocol on June 4, 2008
  • Re: mail in sql server 2005

    Vezi şi:http://msdn.microsoft.com/en-us/library/ms159762.aspxhttp://msdn.microsoft.com/en-us/library/ms155885.aspxRăzvan
    Posted to T-SQL (Forum) by rsocol on May 27, 2008
  • Re: Background image to a button Visual C#

    Încearcă ceva de genul:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protected override void OnPaint(PaintEventArgs e)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; base.OnPaint(e);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string text2 = '' ...
    Posted to Intrebari (Forum) by rsocol on May 23, 2008
  • Re: degradare performante?

    maican:care e mai rapid: IsNull sau Coalesce ?Vezi: http://sqljunkies.com/WebLog/amachanic/archive/2004/11/30/5311.aspxRăzvan
    Posted to Intrebari (Forum) by rsocol on May 23, 2008
  • Re: Background image to a button Visual C#

    Asta chiar că mi se pare o întrebare pentru RONUA, nu pentru ROSQL. Dar hai, fie... Ai creat un UserControl sau un Custom Control ?Dacă ai creat un UserControl, e banal: pui BackgroundImage şi gata.Dacă ai creat un Custom Control atunci cred că trebuie să faci ceva de genul:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protected override void ...
    Posted to Intrebari (Forum) by rsocol on May 23, 2008
  • Re: degradare performante?

    maican:Singura mea explicatie (care nu prea pare sa fie normala) e ca SQLServer nu reuseste sa returne toate coloanele...O asemenea explicaţie nu are cum să fie corectă. SQL Server ori returnează toate coloanele care i-au fost cerute, ori dă eroare şi nu returnează nimic (adică nicio coloană). Este posibil ca ADO să interpreteze un warning venit ...
    Posted to Intrebari (Forum) by rsocol on May 23, 2008
  • Re: degradare performante?

    Andrei, Expresia ''ISNULL(ID_AnUniv, -1) = CASE WHEN ISNULL(@ID_AnUniv, -1) = -1 THEN ISNULL(ID_AnUniv, -1) ELSE ISNULL(@ID_AnUniv, -1)''nu este identică cu expresia ''coalesce(ID_AnUniv, -1) = coalesce(@ID_AnUniv,ID_AnUniv, -1)'' atunci când ID_AnUniv are o valoare oarecare (de exemplu 7), iar @ID_AnUniv este -1. Acest lucru se poate testa ...
    Posted to Intrebari (Forum) by rsocol on May 23, 2008
« First ... < Previous 23 24 25 26 27 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems