4,523 research outputs found

    Выбор способа хранения результатов научных экспериментов в базе данных на примере MS SQL Server

    Get PDF
    This article describes the use of MS SQL server as file storage to store files of scientific researches. The article describes the advantages and disadvantages of different methods of storing files to MS SQL Server

    Выбор способа хранения результатов научных экспериментов в базе данных на примере MS SQL Server

    Get PDF
    This article describes the use of MS SQL server as file storage to store files of scientific researches. The article describes the advantages and disadvantages of different methods of storing files to MS SQL Server

    Virtual DBA for SQL Thin Client

    Get PDF
    The users has to connect the company database remotely and make requested changes. This project allows the users to connect with the database without having any client software�s to be installed. The DBA and the other employees working on MS SQL Server can access it if and if it is installed in the machine, if the MS SQL server is not installed it is impossible to get connected and work with the server. If the DBA is not in the organization and it is very immediately require restoring or taking the back-up of the database or any other tsk like that, the DBA can get connected to the server only through a machine in which MS SQL server is installed. The only requirement is web browser. The current study presents a tool for remote database administration that is executed through web application. The web application provides database administrators (DBAs) to perform their task by automatically identifying databases. The proposed tool provides database administrationservices anywhere and anytime. Furthermore, the proposed tool enables DBAs to Manage databaseresiding in mobile hosts or famed hosts. The MS SQL Server has to be installed in the server machines, through which the workers will access the respective databases to write there codes. The DBA too can access the MS SQL Server only if it installed in the machine. If MS SQL Server is not installed in the machine neither the DBA can access the server nor can the workers access it. Therefore in the present study we are developing a web application which helps us to perform the entire DBA tasks can creating user, setting the access permissions, creating databases, taking back-up of the database, restoring the database etc

    Evidence and time consumption analysis of individual operations during moulding

    Get PDF
    Práce se zabývá ekonomicko-výrobním problémem v konkrétním strojírenském provozu. Řešení je založené na čtení čárových kódů, programovacím jazyku C# a datovém uložišti MS SQL Server 2005 Express Edition. Přináší reálné výsledky hodinových cen výrobních operací daného provozu založené na analýze nasbíraných dat, a vedle toho doporučené postupy k budoucímu navýšení zisku.This work deals with economical production problem in particular mechanical service. The solution is based on capture of barcode, C# programming language and database engine MS SQL Server 2005 Express Edition. It provides the user with real results of per hour cost analysis in given process and it also offers recommendations for increasing profit based on analysis of measured data.

    CSCI 240.01: Databases with MS SQL Server

    Get PDF

    Технологія ADO та організація доступу до даних MS SQL Server

    Get PDF
    Одним із необхідних компонентів сучасних інформаційних систем є наявність бази даних. MS SQL Server є корпоративною базою даних, яка використовується у потужних інформаційних системах. Одним із способів обробки даних у MS SQL Server є технологія ADO, яка використаються багатьма інструментальними середовищами, зокрема середовищем візуального програмування Borland Delphi 7

    Data Warehousing and OLAP in MS SQL Server Environment

    Get PDF
    Tato práce se zabývá problematikou datových skladů a OLAP analýzy. Je zde uvedena jejich de nice a využití. Dále je zde popsáno prostředí MS SQL Serveru pro podporu vývoje datových skladů. Zde popsané technologie jsou využity v ukázkové aplikaci.This thesis deals with the issue of data warehouses and the OLAP. It contains their de nitions and usage. The MS SQL server as a tool for supporting the data storage development and OLAP is also described. The technologies are used in a sample application.

    Додаткові засоби захисту бази метаданих реєстру інформаційних ресурсів

    Get PDF
    Мета роботи — дослідження систем та засобів захисту даних та їх застосування для безпечного управління даними в сховищах інформаційних ресурсів. Під час роботи над дипломним проектом було проаналізовано предметну область безпеки метаданих, стандарти систем інформаційної безпеки та описано існуючу систему. Для створення інтерфейсу використано засоби візуального програмування Windows Forms. Для створення функціонала додатку використано засоби мови С#. Для взаємодії з сервером СУБД було використано середовище MS SQL Server Management Studio. Результатом роботи стало створення програмного продукту для безпеки метаданих у СУБД MS SQL Server.The purpose of the work is studying data protection systems and means and their application for secure data management in information resource repositories. During the work on the diploma project the subject area of metadata security, standards of information security systems were analyzed and the existing system was described. Windows Forms visual programming tools were used to create the interface. C # language tools were used to create the application's functionality. MS SQL Server Management Studio environment was used to interact with the DBMS server. As result, was created the software product for metadata security in the MS SQL Server database.Цель работы - исследование систем и средств защиты данных и их применение для безопасного управления данными в хранилищах информационных ресурсов. Во время работы над дипломным проектом были проанализированы предметной области безопасности метаданных, стандарты систем информационной безопасности и описано существующую систему. Для создания интерфейса использовано средства визуального программирования Windows Forms. Для создания функционала приложения использованы средства языка С#. Для взаимодействия с сервером СУБД была использована среда MS SQL Server Management Studio. Результатом работы стало создание программного продукта для безопасности метаданных в СУБД MS SQL Server

    Proposal of SQL Database to Support the Activities in Small IT Company

    Get PDF
    Bakalářská práce se zaměřuje na návrh SQL databáze pro podporu činností malé IT firmy a její vytvoření v programu MS SQL Server.This thesis focuses on the design of SQL databases to support the activities of a small IT company and its creation in MS SQL Server.

    Lunch Booking System

    Get PDF
    V této práci je popsán návrh a implementace webového portálu pro zajištění objednávání obědů firemním zaměstnancům. Portál je určen pro dodavatele zajišťujícího firemní stravování jako nástroj pro jednoduché vystavení jídelníčku, správu firemních zaměstnanců a jednotlivých jídelen. Dále poskytuje dodavateli přehled objednávek a celkovou cenu. Jednotlivým strávníkům pak portál umožňuje online objednávání obědů a evidenci historie objednávek. Portál je implementován pomocí objektově orientovaného přístupu na třívrstvé architektuře s použitím nástrojů ASP.NET Framework, MS SQL Server a AJAX Control Toolkit.This thesis describes design and implementation of web portal for providing lunch booking for company employees. Portal is intended to lunch provider as a tool for publishing the menu, management of company employees and restaurants. It provides overview of orders and total cost to provider. Employees can online booking lunches and show the history of orders. Portal is implemented using object oriented programming on three-tier architecture using tools like ASP.NET Framework, MS SQL Server and AJAX Control Toolkit.
    corecore