936 resultados para SQL Server 2005 Service Broker


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Mainframes, corporate and central servers are becoming information servers. The requirement for more powerful information servers is the best opportunity to exploit the potential of parallelism. ICL recognized the opportunity of the 'knowledge spectrum' namely to convert raw data into information and then into high grade knowledge. Parallel Processing and Data Management Its response to this and to the underlying search problems was to introduce the CAFS retrieval engine. The CAFS product demonstrates that it is possible to move functionality within an established architecture, introduce a different technology mix and exploit parallelism to achieve radically new levels of performance. CAFS also demonstrates the benefit of achieving this transparently behind existing interfaces. ICL is now working with Bull and Siemens to develop the information servers of the future by exploiting new technologies as available. The objective of the joint Esprit II European Declarative System project is to develop a smoothly scalable, highly parallel computer system, EDS. EDS will in the main be an SQL server and an information server. It will support the many data-intensive applications which the companies foresee; it will also support application-intensive and logic-intensive systems.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Syftet med projektet var att tillverka en webbaserad kartvisningstjänst för att visualisera geografiska och infrastrukturella förändringar över tiden. Detta genom att historiska och dagsaktuella kartor överlappas och presenteras som en bild.Applikationen utvecklades i ASP.NET med programspråket Visual Basic. Som databashanterare användes Microsoft SQL-server 2000. För bearbetning av kartmaterialet användes Arcview 8. Som utvecklingsmetod användes David Siegels modell för att konstruera webbplatser. Rapporten tar upp Ben Schniedermans principer för att skapa användarvänliga webbapplikationer.Examensarbetet genomfördes våren 2004 vid Högskolan Dalarna, campus Framtidsdalen, Borlänge.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

L’obiettivo di questa tesi è quello di progettare un sistema gestionale che risponda alle esigenze organizzative delle palestre. In particolar modo verrà implementato un software per piattaforma Windows dedicato ai personal trainer. Questa applicazione dovrà essere in grado di registrare e gestire i clienti del centro sportivo, e permettere la creazione degli allenamenti a loro dedicati (con l’utilizzo quindi di schede, esercizi, serie, ripetizioni, ...). Tutti i dati andranno memorizzati su un server SQL centralizzato, accessibile anche da Internet. Successivamente questi allenamenti potranno esser scaricati e visualizzati dai clienti tramite i propri Smartphone Android.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Obiettivo della tesi è la progettazione e lo sviluppo di un sistema di BI e di relativa reportistica per un'azienda di servizi. Il tutto realizzato mediante la suite Microsoft Business Intelligence.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This document is the result of a process of web development to create a tool that will allow to Cracow University of Technology consult, create and manage timetables. The technologies chosen for this purpose are Apache Tomcat Server, My SQL Community Server, JDBC driver, Java Servlets and JSPs for the server side. The client part counts on Javascript, jQuery, AJAX and CSS technologies to perform the dynamism. The document will justify the choice of these technologies and will explain some development tools that help in the integration and development of all this elements: specifically, NetBeans IDE and MySQL workbench have been used as helpful tools. After explaining all the elements involved in the development of the web application, the architecture and the code developed are explained through UML diagrams. Some implementation details related to security are also deeper explained through sequence diagrams. As the source code of the application is provided, an installation manual has been developed to run the project. In addition, as the platform is intended to be a beta that will be grown, some unimplemented ideas for future development are also exposed. Finally, some annexes with important files and scripts related to the initiation of the platform are attached. This project started through an existing tool that needed to be expanded. The main purpose of the project along its development has focused on setting the roots for a whole new platform that will replace the existing one. For this goal, it has been needed to make a deep inspection on the existing web technologies: a web server and a SQL database had to be chosen. Although the alternatives were a lot, Java technology for the server was finally selected because of the big community backwards, the easiness of modelling the language through UML diagrams and the fact of being free license software. Apache Tomcat is the open source server that can use Java Servlet and JSP technology. Related to the SQL database, MySQL Community Server is the most popular open-source SQL Server, with a big community after and quite a lot of tools to manage the server. JDBC is the driver needed to put in contact Java and MySQL. Once we chose the technologies that would be part of the platform, the development process started. After a detailed explanation of the development environment installation, we used UML use case diagrams to set the main tasks of the platform; UML class diagrams served to establish the existing relations between the classes generated; the architecture of the platform was represented through UML deployment diagrams; and Enhanced entity–relationship (EER) model were used to define the tables of the database and their relationships. Apart from the previous diagrams, some implementation issues were explained to make a better understanding of the developed code - UML sequence diagrams helped to explain this. Once the whole platform was properly defined and developed, the performance of the application has been shown: it has been proved that with the current state of the code, the platform covers the use cases that were set as the main target. Nevertheless, some requisites needed for the proper working of the platform have been specified. As the project is aimed to be grown, some ideas that could not be added to this beta have been explained in order not to be missed for future development. Finally, some annexes containing important configuration issues for the platform have been added after proper explanation, as well as an installation guide that will let a new developer get the project ready. In addition to this document some other files related to the project are provided: - Javadoc. The Javadoc containing the information of every Java class created is necessary for a better understanding of the source code. - database_model.mwb. This file contains the model of the database for MySQL Workbench. This model allows, among other things, generate the MySQL script for the creation of the tables. - ScheduleManager.war. The WAR file that will allow loading the developed application into Tomcat Server without using NetBeans. - ScheduleManager.zip. The source code exported from NetBeans project containing all Java packages, JSPs, Javascript files and CSS files that are part of the platform. - config.properties. The configuration file to properly get the names and credentials to use the database, also explained in Annex II. Example of config.properties file. - db_init_script.sql. The SQL query to initiate the database explained in Annex III. SQL statements for MySQL initialization. RESUMEN. Este proyecto tiene como punto de partida la necesidad de evolución de una herramienta web existente. El propósito principal del proyecto durante su desarrollo se ha centrado en establecer las bases de una completamente nueva plataforma que reemplazará a la existente. Para lograr esto, ha sido necesario realizar una profunda inspección en las tecnologías web existentes: un servidor web y una base de datos SQL debían ser elegidos. Aunque existen muchas alternativas, la tecnología Java ha resultado ser elegida debido a la gran comunidad de desarrolladores que tiene detrás, además de la facilidad que proporciona este lenguaje a la hora de modelarlo usando diagramas UML. Tampoco hay que olvidar que es una tecnología de uso libre de licencia. Apache Tomcat es el servidor de código libre que permite emplear Java Servlets y JSPs para hacer uso de la tecnología de Java. Respecto a la base de datos SQL, el servidor más popular de código libre es MySQL, y cuenta también con una gran comunidad detrás y buenas herramientas de modelado, creación y gestión de la bases de datos. JDBC es el driver que va a permitir comunicar las aplicaciones Java con MySQL. Tras elegir las tecnologías que formarían parte de esta nueva plataforma, el proceso de desarrollo tiene comienzo. Tras una extensa explicación de la instalación del entorno de desarrollo, se han usado diagramas de caso de UML para establecer cuáles son los objetivos principales de la plataforma; los diagramas de clases nos permiten realizar una organización del código java desarrollado de modo que sean fácilmente entendibles las relaciones entre las diferentes clases. La arquitectura de la plataforma queda definida a través de diagramas de despliegue. Por último, diagramas EER van a definir las relaciones entre las tablas creadas en la base de datos. Aparte de estos diagramas, algunos detalles de implementación se van a justificar para tener una mejor comprensión del código desarrollado. Diagramas de secuencia ayudarán en estas explicaciones. Una vez que toda la plataforma haya quedad debidamente definida y desarrollada, se va a realizar una demostración de la misma: se demostrará cómo los objetivos generales han sido alcanzados con el desarrollo actual del proyecto. No obstante, algunos requisitos han sido aclarados para que la plataforma trabaje adecuadamente. Como la intención del proyecto es crecer (no es una versión final), algunas ideas que se han podido llevar acabo han quedado descritas de manera que no se pierdan. Por último, algunos anexos que contienen información importante acerca de la plataforma se han añadido tras la correspondiente explicación de su utilidad, así como una guía de instalación que va a permitir a un nuevo desarrollador tener el proyecto preparado. Junto a este documento, ficheros conteniendo el proyecto desarrollado quedan adjuntos. Estos ficheros son: - Documentación Javadoc. Contiene la información de las clases Java que han sido creadas. - database_model.mwb. Este fichero contiene el modelo de la base de datos para MySQL Workbench. Esto permite, entre otras cosas, generar el script de iniciación de la base de datos para la creación de las tablas. - ScheduleManager.war. El fichero WAR que permite desplegar la plataforma en un servidor Apache Tomcat. - ScheduleManager.zip. El código fuente exportado directamente del proyecto de Netbeans. Contiene todos los paquetes de Java generados, ficheros JSPs, Javascript y CSS que forman parte de la plataforma. - config.properties. Ejemplo del fichero de configuración que permite obtener los nombres de la base de datos - db_init_script.sql. Las consultas SQL necesarias para la creación de la base de datos.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

A nuclear waste stream is the complete flow of waste material from origin to treatment facility to final disposal. The objective of this study was to design and develop a Geographic Information Systems (GIS) module using Google Application Programming Interface (API) for better visualization of nuclear waste streams that will identify and display various nuclear waste stream parameters. A proper display of parameters would enable managers at Department of Energy waste sites to visualize information for proper planning of waste transport. The study also developed an algorithm using quadratic Bézier curve to make the map more understandable and usable. Microsoft Visual Studio 2012 and Microsoft SQL Server 2012 were used for the implementation of the project. The study has shown that the combination of several technologies can successfully provide dynamic mapping functionality. Future work should explore various Google Maps API functionalities to further enhance the visualization of nuclear waste streams.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

O objecto de estudo desta tese de mestrado surgiu da necessidade de dar resposta a uma proposta para uma solução de business intelligence a pedido de um cliente da empresa onde até à data me encontro a desempenhar funções de analista programador júnior. O projecto consistiu na realização de um sistema de monitorização de eventos e análise de operações, portanto um sistema integrado de gestão de frotas com módulo de business intelligence. Durante o decurso deste projecto foi necessário analisar metodologias de desenvolvimento, aprender novas linguagens, ferramentas, como C#, JasperReport, visual studio, Microsoft SQL Server entre outros. ABSTRACT: Business Intelligence applied to fleet management systems - Technologies and Methodologies Analysis. The object of study of this master's thesis was the necessity of responding to a proposal for a business intelligence solution at the request of a client company where so far I find the duties of junior programmer. The project consisted of a system event monitoring and analysis of operations, so an integrated fleet management with integrated business intelligence. During the course of this project was necessary to analyze development methodologies, learn new languages, tools such as C #, JasperReports, visual studio, Microsoft Sql Server and others.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Dissertação apresentada para a obtenção do Grau de Doutor em Informática pela Universidade Nova de Lisboa, Faculdade de Ciências e Tecnologia

Relevância:

40.00% 40.00%

Publicador:

Resumo:

By controlling the transmission of Chagas disease, the challenge of providing assistance to millions of infected patients that reach old age arises. In this study, the socioeconomic, demographic and comorbidity records of all elderly chagasic patients followed at the Pharmaceutical Care Service of the Chagas Disease Research Laboratory were assessed. The information related to the clinical form of the disease was obtained from medical records provided by the Walter Cantídio University Hospital. The profile of the studied population was: women (50.5%); mean age of 67 years; retired (54.6%); married (51.6 %); high illiteracy rate (40.2%); and family income equal to the minimum wage (51.5%). The predominant clinical forms of Chagas disease were cardiac (65.3%) and indeterminate (14.7%). The main electrocardiographic changes were the right bundle branch block (41.0%), associated or not with the anterosuperior left bundle branch block (27.4%). The average number of comorbidities per patient was 2.23 ± 1.54, with systemic arterial hypertension being the main one found (67.0%). It was found that the elderly comprise a vulnerable group of patients that associate aging with cardiac and/or digestive disorders resulting from the evolution of Chagas disease and other comorbidities, which requires special attention from health services to ensure more appropriate medical and social care.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Quality Customer Service Action Plan 2005 – 2007 Quality Customer Action Plan

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Annual Report

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Annual Report

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Introduction: Les services d'urgences sont régulièrement confrontés à des intoxications par ingestion de champignons. Ces situations, souvent banales, peuvent nécessiter une prise en charge intensive et comporter un risque réel de morbi-mortalité, en particulier lors de cytolyse hépatique aiguë. La prévalence, ainsi que la fréquence réelle des complications liées à l'ingestion de champignons sont mal connues. Méthodes: Etude rétrospective dans un service d'urgence universitaire entre décembre 2004 et octobre 2011. Les codes diagnostics «intoxication aux champignons», ainsi que les termes «amanite» ou «champignons» ont été extraits de la base de données des urgences. Les caractéristiques des patients, leurs présentations cliniques, durées de séjour et complications ont été analysées. Résultats: 72 cas ont été répertoriés et revus, âge 44,3 ± 2,0 ans (moy ± SE, 95%CI 40,2-48,4), ratio H:F 1:1,2 (33H, 39F). 81% des cas sont survenus entre août et décembre. 14 cas sont arrivés sous forme de clusters familiaux (35 patients, moyenne = 2,6 cas/cluster, min: 2, max: 7). Un spécialiste en mycologie a été contacté dans 25 cas pour identifier les champignons. 69 patients (96%) sont rentrés à domicile depuis les urgences (séjour de 10,8 ± 1,3 heures, 95%CI 8,2-13,4 h). Lorsque les symptômes survenaient <= 4 heures après l'ingestion, les patients restaient moins longtemps (N = 57, durée séjour médiane 6,1 h, P25-P75 3,2-11,8 h) que les cas avec des symptômes plus tardifs (N = 15, durée séjour médiane 13,3 h, P25-P75 10,2-36,2) (p = 0,0001 selon Mann-Whitney). Une patiente a nécessité un transfert dans un centre spécialisé (intoxication par amanite phalloïde, avec dosage positif de l'alpha-amanitine). Elle a bénéficié de silibinine et d'une hospitalisation (9 jours), avec une évolution favorable sans nécessité de transplantation. Les symptômes étaient apparus tardivement (7 h). Conclusions: Sur les 72 cas, un seul (1,4%) a nécessité une prise en charge spécialisée. Les autres patients ont pu rentrer à domicile dans les heures qui ont suivi leur admission. Une grande partie des cas est survenue entre août et décembre, période favorable pour la récolte ou la consommation de champignons. Cette analyse confirme que la plupart des cas sont bénins et que les patients peuvent rentrer rapidement à domicile une fois les symptômes passés. Le seul cas potentiellement grave a présenté des symptômes tardifs et une longue hospitalisation, ce qui réaffirme les données de la littérature.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

Special investigation of the Monticello Ambulance Service for the period July 1, 2005 through November 9, 2007