2012
SELECT 'SQL Server '
+ CAST(SERVERPROPERTY('productversion') AS VARCHAR)
+ '-'
+ CAST(SERVERPROPERTY('productlevel') AS VARCHAR)
+ ' ('
+ CAST(SERVERPROPERTY('edition') AS VARCHAR)
+ ')'
SQL Server 7.0, 2000, and 2005, running the following will extract ONLY the version information.
| SELECT LTRIM(RIGHT(LEFT(@@VERSION,38),9)) |
And the following query will work on SQL Server 2000 and up:
| SELECT ‘SQL Server ‘ + CAST(SERVERPROPERTY(‘productversion’) AS VARCHAR) + ‘ – ‘ + CAST(SERVERPROPERTY(‘productlevel’) AS VARCHAR) + ‘ (‘ + CAST(SERVERPROPERTY(‘edition’) AS VARCHAR) + ‘)’ |
O Microsoft® .NET Framework 3.0 (conhecido com WinFX) inclui todos os requisitos necessários para o utilizador poder executar aplicações concebidas em .NET Framework, incluindo a Common Language Runtime, a “biblioteca� .NET Framework , e ASP.NET. Este pack de recursos mostrar-se-á imensamente importante pois muito software existente no mercado corre sobre a plataforma .NET Framework e sem este pack não poderá executar os ditos aplicativos. Este pack não é cumulativo, necessitando o utilizador de ter no seu sistema as anteriores versões
“The day has finally come: Windows Vista is going gold. And the public announcement that Windows Vista has been released to manufacturing is going to happen tomorrow, November 8, around 11 a.m. PST, sources close to the company are saying.�
PowerPoint 2003 Add-in: Producer for PowerPoint 2003:
Microsoft® .NET is a vision and set of Microsoft software technologies for connecting information, people, systems, and devices. It enables a high level of software integration through the use of XML Web services—small, discrete, building-block applications that connect to each other as well as to other, larger applications over the Internet. Microsoft Visual Studio® .NET and the Microsoft .NET Framework allow developers to develop XML Web services quickly and integrate them easily with other applications.
Home