Segna il video come già completato  
Se vuoi, sarebbe utile un giudizio su questo video    
In questo video vedremo la presentazione di Sql Server, il database relazionale e della Microsoft è nato per fare concorrenza ai database è sicuramente più blasonati all'epoca cioè quello IBM quello di Oracle. Nel corso degli anni la Microsoft ha sviluppato il sistema operativo Windows e in parallelo Sql Server che è diventato uno strumento sempre più performante flessibile ma soprattutto sicuro in quanto a gestione dei dati. Vediamo la struttura del database intorno il motore del cosiddetto database è in genere che il vero cuore di Sql Server sono nati dei servizi accessori dei servizi aggiuntivi ad esempio il servizio di rapporti e di distribuzione di programmazione che sono andati a completare l'offerta della Microsoft e hanno quindi completato il panorama della database se si quel server per quanto riguarda l'evoluzione di Sql Server nel corso degli anni la prima versione è nata nel 1993 ed era Sql Server quattro. Due soltanto due anni dopo è stato creato Sql Server sei. Nel 96 Sql Server server sei. Cinque nel 98 la famosa versione sette. Zero nel 2000 è nato Sql Server 2000. A 32 bit tre anni dopo quindi nel 2003 è stato creato su questa nel 2004 a 64 bit che aveva al nome in codice liberty, nel 2005 è stato creato Sql Server 2005 nella versione sia 32 che 64 bit e nel 2008 abbiamo appunto quest'ultima versione di Sql Server Sql Server 2008 è sviluppatato sia per 32 che 64 bit. Vediamo quali sono le caratteristiche principali di Sql Server e come Sql Server facilita la produttività dei uno sviluppatore e la velocità nel creare codice. Il primo è appunt proprio la produttività nel senso che Sql Server riduce fortemente i costi di gestione il mantenimento delle basi dati. Il secondo punto è la velocità di sviluppo ad esempio tramite l'Entity Framework presente nella piattaforma sempre di casa Microsoft e tramite cui lo sviluppatore può interagire con database attraverso un modello logico e invece che utilizzare un modello oltre tipico e relazionale tipico dei database. Un'altra caratteristica è la possibilità di archiviazione di un qualsiasi tipo di dato e addirittura nella nuova versione, Sql Server 2008, abbiamo il tipo di dati stringa che serve per archiviare dati non strutturate ad'esempio i documenti oppure le immagini. Inoltre oltre a ciò abbiamo la possibilità di creare anche applicazione disconnesse su applicazioni che lavorano disconnesse dalla rete. Una volta riconnesse provvedono alla riscronizzazione dei dati con la fonte dati Sql Server. Abbiamo detto che Sql Server è un database relazionale. Che cosa significa? Significa che utilizza un modello logico di rappresentazione e fondamentalmente è rappresentabile da una tabella bidimensionale costituita da righe e da colonne. Le relazioni rappresentano le entità che si ritiene essere interessanti all'interno di un database. Ogni istanza quindi dell'entità troverà posto in una riga della relazione mentre gli attributi della relazione stessa saranno messi nelle colonne. Vediamo adesso quali sono le varie edizioni di Sql Server. Tramite questo link possiamo vedere una comparazione di tutte le edizioni disponibili la prima e da cui partire sicuramente la versione Express. La versione Sql Server Expressè la versione gratuita che comprende il motore del database. Per chi ha lavorato con Sql Server 2000 corrisponde quello che era l'MSDE, cioè la possibilità di fare un deployment del database molto semplice in quanto viene distribuito sulla macchina del cliente oppure sulla macchina di produzione. Naturalmente essendo una versione gratuita nonostante abbia una potenza una produttività e una flessibilità sicuramente degni di quel che sono le caratteristiche di Sql Server l'edizione Express ha comunque delle limitazioni. La limitazione fondamentale è il fatto che supporti soltanto un GB di memoria e il fatto che possa produrre dei database grandi al massimo quattro GB. La seconda edizione che vediamo è la versione Compact. La versione Compact è la Compact Edition, leggermente differente rispetto a tutte le altre versioni, le cosiddette versioni Desktop in quanto è una versione un di database mobile ed è cioè una versione che verrà installata principalmente su macchine Mobile anche se può naturalmente essere distribuita su Destop tradizionali. La caratteristica fondamentale della versione compact è il fatto di essere molto leggera, proprio per essere poter essere distribuita su sistemi operativi molto piccoli come quelli mobile. E proprio per questa ragione già dalla sua leggerezza ha delle forti limitazioni nelle caratteristiche ad esempio supporta un sottoinsieme limitato di tipi di dati, non sopporta le stored procedure. La prossima versione è la versione Web da Web Edition che è orientata in modo specifico per l'installazione su server Web. L'edizione successiva è la Workgroup, l'edizione Workgroup contiene inoltre una serie di funzionalità per le piccole e medie aziende soprattutto per le aziende che hanno più filiali in quanto c'è la gestione remota dei dati e la sincronizzazione remota eccetera. Vediamo la versione successiva, la versione standard che è simile alla versione Enterprise in quanto a semplicità di utilizzo, gestibilità alle funzioni di rapporti ma comunque non ha tutte le caratteristiche della versione Enterprise, cioè quella che vedremo adesso. La versione Enterprise è la versione quindi più completa del panorama di Sql Server perché oltre al core, oltre tutte le funzionalità, tutte le caratteristiche più avanzate in quanto a gestione dei dati, creazione di record, flessibilità, possibilità di essere sempre connessi alla fonte dati. Vediamo adesso come procurarci la versione gratuita di Sql Server, ossia Sql Server Express. Tramite questa versione faremo tutti gli esempi di questi video. Allora vado sulla ha casella di ricerca digito Microsoft vengo portato alla pagina di ricerca di Google dove dico Microsoft Italia. A questo punto vado su download aggiornamenti e questo menu ad albero mi fa vedere tutte le categorie dell'applicazione scaricabile in quest'area di download. A me interessa la categoria dei server. Una volta caricata la pagina avrò tutto l'elenco delle applicazioni Server scaricabili che possono essere ordinate in questa griglia, per titolo per data di rilascio o per popolarità. Fortunatamente essendo i risultati molto numerosi è possibile applicare un filtro alla ricerca. Adesso ad esempio ho impostato tutti server però posso restringere il campo di ricerca selezionando Sql Server. Clicco sul pulsante selezionare e in questo caso non verranno proposte soltanto nelle edizioni Sql Server. La pagina si ricarica e in griglia compare solo Sql Server. Le applicazioni Sql Server una riedizione Sql Server a me interessa Microsoft Sql Server 2008 Express Edition Vengo indirizzato alla pagina di download per vedere Sql Server 2008 Express Edition Service Pack 1, mi accerto che la lingua selezionata sia l'italiano abbiamo anche la possibilità e eventualmente di scaricare la versione in inglese in questo caso clicchiamo sul pulsante cambia. A me in questo caso interessa utilizzare la versione italiana per cui seleziono italiano clicco su Donwload e clicco su "scarica nella versione a 32 bit". Viene chiesto se salvare. Dico di sì.
In this video we will see the presentation of SQL Server, the database relational and Microsoft was born to compete with the database is certainly more noble all'epoca namely IBM to Oracle. In Over the years, Microsoft has developed the Windows operating system and parallel SQL Server has become an increasingly powerful flexible and above all safe in terms of data management. We see the database structure around the engine of the database is typically called that the real heart of SQL Server are born of the ancillary services services Additional services such as reporting and distribution planning that have gone on to complete the offer by Microsoft and are then completed the panorama of the database if that server as on the evolution of SQL Server over the years, the first version born in 1993 and had four Sql Server. Two years later he was only two Sql Server created six. In Sql Server 1996 server you are. Five in the famous 98 version seven. Zero was born in 2000 Sql Server 2000. A 32-bit three years after then in 2003 was created in 2004 on this 64-bit and had the name code in Liberty in 2005 was created in SQL Server 2005 version is 32 and 64 bits, and in 2008 we have just this last version of SQL Server SQL Server 2008 and developed for both 32 and 64 bits. Let's see what are the Key features of SQL Server and how SQL Server makes it easy to productivity and speed of a developer to create code. The first is appointm their productivity in the sense that SQL Server dramatically reduces costs of maintaining databases. The second point is the speed of development for example through the Entity Framework in this Always Home and Microsoft platform through which the developer can interact with database through a logical model and instead use a pattern typical of more than typical relational database. Another feature is the ability to store any data type and even in the new version, SQL Server 2008, we have the data type string that is used to store unstructured data ad'esempio documents or images. Also in addition we can also create disconnected applications to applications that work disconnected from the network. Once reconnected to ensure riscronizzazione data with the source SQL Server data. We have said that SQL Server is a relational database. That What does it mean? Means that it uses a logical model of representation and is basically represented by a two-dimensional table consisting of rows and columns. The reports represent the entities that are believed to be interesting within a database. Each instance of the entity will then place a row of the report while the attributes of this report will placed in the columns. Now let's see what are the various editions of SQL Server. Through this link we can see a comparison of all editions available from which the first and certainly the version Express. The version of SQL Server Express that includes the free version the database engine. For those who have worked with SQL Server 2000 represents what was the MSDE, which is the possibility of a deployment database very simple because it was distributed on a client machine or on the production machine. Of course being a free version despite having a power productivity and flexibility certainly worthy of what are the characteristics of Sql Server Express Edition however, limitations. The fundamental limitation is the fact that supports only one GB of memory and the fact that it can produce database larger than four gigabytes. The second edition is the version we see Compact. The Compact Edition is the compact version, slightly different compared to all other versions, the so-called desktop versions as it is a version of a database that is mobile and is a version that will be installed mainly on mobile machines although it can of course be distributed on traditional destop. The key feature of the compact version is being very light, just to be able to be distributed operating systems such as tiny mobile. And For this reason, since its weight has strong limitations in features such as support a limited subset of data types, does not support stored procedures. The next version is the version from the Web Web Edition that is geared specifically for installation on server The next edition is the Web Workgroup, the Workgroup edition contains Furthermore, a number of features for small and medium-sized companies in particular for companies that have more branches as there is the remote management of data remote synchronization, and so on. We see later, the standard that is similar to the Enterprise version in terms of simplicity of use, manageability functions of relationships but not all features of the Enterprise version, that is what we see now. The Enterprise edition is the most complete version and then the views of Sql Server because in addition to the core, as well as all features, all more advanced features in terms of data management, creation of record, flexibility, ability to stay connected to the source data. Let us now see how to get the free version of SQL Server, or SQL Server Express. With this version we all examples of these video. Then I go on Microsoft's search box I type is being carried the Google search page where I say Microsoft Italy. At this point I go to download updates and this tree menu makes me see all categories in this downloadable application downloads. I interested in the category of server. Once the page loads all I The list of downloadable server applications that can be ordered at this grid, by title by issue or by popularity. Fortunately, the results being very numerous, you can apply a Filter your search. Now for example I set all server but I can narrow your search by selecting SQL Server. I click the button select and in this case will not be brought only in the editions Sql Server. The page is reloaded and the grid appears only Sql Server. The a reissue application Sql Server Sql Server Microsoft Sql interests me Server 2008 Express Edition are directed to the download page see SQL Server 2008 Express Edition Service Pack 1, I make sure that the selected language is Italian and we can also possibly to download the English version in this case click on the button change. To me in this case interested in using the Italian version that Italian Donwload I click on select and click on "download the version 32 bit. "You are prompted to save. I say yes. Google Traduttore per miei elementi quali:RicercheVideoEmailTelefonoChatAttività Informazioni su Google TraduttoreDisattiva traduzione istantaneaPrivacyGuida