SQL Server 2008 Editions: Enterprise and Standard

Microsoft, SQL Server September 8th, 2009

Enterprise

SQL Server 2008 Enterprise is a comprehensive data platform that meets the high demands of enterprise online transaction processing and data warehousing applications.

Standard

SQL Server 2008 Standard is a complete data management and business intelligence platform providing best-in-class ease of use and manageability for running departmental applications.

KEY:

= Full

= Partial/Limited

= Not Available

SQL Server 2008 Enterprise Edition

SQL Server 2008 Standard Edition

Number of CPUs

OS Maximum

4

Scalability & Performance

Available
Limited

High Availability (Always On)

Available
Limited

Enterprise Security

Available
Limited

Data Warehousing

Available
Not Available

Business Intelligence

Available
Limited

Enterprise Manageability

Available
Not Available

Review the detailed feature comparison.

Source link:  http://www.microsoft.com/sqlserver/2008/en/us/compare-std-ent.aspx

Google Buzz
advertisement

 

SQL Server: Duplicação de registos indexados

SQL Server February 5th, 2009

———————————————————————-
– Carlos Galhano 2009.02.05
– Duplicação de Registos indexados
–tab teste: testeid,titulo
–tab teste2: teste2id,titulo2,testeid
———————————————————————-
Alter table teste add oldid integer
———————————————————————-
Select TesteID, Titulo INTO #tmpteste FROM teste
go
insert into teste (Titulo,oldid) (Select Titulo,testeid from #tmpteste)
go

—————–
Select teste.TesteID, teste2.Titulo2 INTO #tmpteste2 FROM teste2 inner join teste on teste.oldid=teste2.testeid
go
—————–
insert into teste2 (Titulo2,testeID)
((Select  Titulo2,testeid from #tmpteste2  ))
go
—————–
drop table #tmpteste
go
drop table #tmpteste2
go
—————–
Alter table teste drop column oldid
———————————————————————-

Google Buzz
advertisement

 

 
banner for http://www.eurobilltracker.com
 
Ligar ao Facebook