Academic literature on the topic 'Microsoft SQL (Computer file)'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Microsoft SQL (Computer file).'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Microsoft SQL (Computer file)"
Yan, Hai Zhong. "Development Technology of Excel Data Server Application with DELPHI ADO + RemObjectcs Combined (Part 1: The Server Side)." Applied Mechanics and Materials 727-728 (January 2015): 959–64. http://dx.doi.org/10.4028/www.scientific.net/amm.727-728.959.
Full textLambert, Sherwood Lane, Jon Holladay, and Dawna M. Drum. "International AC: An Education Case on Continuous Monitoring SQL Server Data with ODBC-Linked Tables in Microsoft Access." Journal of Emerging Technologies in Accounting 13, no. 2 (September 1, 2016): 195–213. http://dx.doi.org/10.2308/jeta-51597.
Full textPrasetyo, Kurniawan, and Suharyanto Suharyanto. "Rancang Bangun Sistem Informasi Koperasi Berbasis Web Pada Koperasi Ikitama Jakarta." Jurnal Teknik Komputer 5, no. 1 (February 20, 2019): 119–26. http://dx.doi.org/10.31294/jtk.v5i1.4967.
Full textAleksic, Slavica, Ivan Lukovic, Pavle Mogin, and Miro Govedarica. "A generator of SQL schema specifications." Computer Science and Information Systems 4, no. 2 (2007): 81–100. http://dx.doi.org/10.2298/csis0702081a.
Full textHanna, Margo. "Data‐mining algorithms in Oracle9i and Microsoft SQL Server." Campus-Wide Information Systems 21, no. 3 (July 2004): 132–38. http://dx.doi.org/10.1108/10650740410544036.
Full textGlen Ferguson, David. "Redefining File Slack in Microsoft® NTFS." Journal of Digital Forensic Practice 2, no. 3 (December 9, 2008): 140–56. http://dx.doi.org/10.1080/15567280802587965.
Full textWei, Yi Bo. "Design and Implementation of Intelligent Community Information System Based on WSN Technology." Applied Mechanics and Materials 686 (October 2014): 407–11. http://dx.doi.org/10.4028/www.scientific.net/amm.686.407.
Full textJi, Xuechun, Maoxian Zhao, Mingyu Zhai, and Qingxi Wu. "Query Execution Optimization in Spark SQL." Scientific Programming 2020 (February 7, 2020): 1–12. http://dx.doi.org/10.1155/2020/6364752.
Full textSilalahi, Mesri. "PERBANDINGAN PERFORMANSI DATABASE MONGODB DAN MYSQL DALAM APLIKASI FILE MULTIMEDIA BERBASIS WEB." Computer Based Information System Journal 6, no. 1 (March 31, 2018): 63. http://dx.doi.org/10.33884/cbis.v6i1.574.
Full textSchuster, Andreas. "Introducing the Microsoft Vista event log file format." Digital Investigation 4 (September 2007): 65–72. http://dx.doi.org/10.1016/j.diin.2007.06.015.
Full textDissertations / Theses on the topic "Microsoft SQL (Computer file)"
Chong, Yew Meng. "Microsoft Windows tutorial." Virtual Press, 1992. http://liblink.bsu.edu/uhtbin/catkey/834636.
Full textDepartment of Computer Science
Birgersson, Christoffer. "Site to Cloud lösning i Microsoft Azure." Thesis, Luleå tekniska universitet, Institutionen för system- och rymdteknik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-65764.
Full textIn todays society we become more and more dependent on the technology we develop, so it is of greater importance that we always have access to the information we need to do our daily tasks. It is more pressing than ever that the developed systems should work well and that you should have quick response times for everything to flow as smooth as possible and if there would be a critical system crash, the information should not be completely lost. Therefore, it has become more popular to go from, having personal servers to use more and more applications and information in the so-called "cloud". That´s why it is becoming increasingly important to keep track of some of the major cloud service providers and how to use them to archive a better business. This report will be about how a work was done at TeamNorrs request to make a comparison between Microsoft Azure, Google Cloud Platform and Amazon Web Services. It will also review the response times to some of the worlds data centers with a starting point from TeamNorrs headquarters in Umeå. It also describe how you can put up your own environment to test Microsoft Azure, Google Cloud Platform and Amazon Web Services, and how to do a so-called "Site to Cloud" solution with a Virtual Private Network tunnel in Microsoft Azure, where it will also show you how you can create an MSSQL backup in the cloud. Then discusses the pros and cons of the work done and what improvements could be relevant for the future.
Atger, Dominique. "A Turing machines simulator using a Microsoft Windows' interface." Virtual Press, 1993. http://liblink.bsu.edu/uhtbin/catkey/865965.
Full textDepartment of Computer Science
Lambert, Aric Brian. "A controller area network simulation application program for Microsoft Windows." Virtual Press, 1995. http://liblink.bsu.edu/uhtbin/catkey/958782.
Full textDepartment of Computer Science
Li, Mingrui. "On the size of induced subgraphs of hypercubes and a graphical user interface to graph theory." Virtual Press, 1993. http://liblink.bsu.edu/uhtbin/catkey/879847.
Full textDepartment of Computer Science
Wheeler, Ryan. "BlindCanSeeQL: Improved Blind SQL Injection For DB Schema Discovery Using A Predictive Dictionary From Web Scraped Word Based Lists." Scholar Commons, 2015. http://scholarcommons.usf.edu/etd/6050.
Full textLundström, Anton. "Databasoptimering för användning med Power BI : Hur indexering och kompression kan förbättra prestanda vid datahämtning." Thesis, Högskolan i Gävle, Datavetenskap, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:hig:diva-32730.
Full textIn the measurement room at Sandvik Coromant there is a solution for visualizing machine health, measurement history and service times for different measuring instruments. The data visualization solution uses Power Bi and connects to Excel files. Once the data has been collected, a number of modifications are made on the tables to produce something that is possible to visualize. These modifications in combination with many Excel sheets result in very long lead times for updating a Power BI report. Now it is desired to use a database solution for the data contained in the Excel files and thus improve these lead times. For this, a database was created based on the data that these Excel files contained. Power BI allows the user to import data from a database into the application in two ways, via Import Mode or DirectQuery. Import Mode loads all the requested tables and stores them in memory. DirectQuery runs queries directly to the database, based on what is requested. Due to this difference, there are methods to optimize the database from which the data is loaded. This study examines how different types of indexing and different types of compression affect the response time for queries ran by Power BI to answer the following two research questions: How do different types of indexing affect a database's data retrieval rate when using Power BI? How do different types of compression affect the data retrieval rate when using Power BI? This was done by studying execution plans and execution rate for the queries that was done towards the database by Power BI. With the help of T-SQL, the execution rate for a specific query was obtained. The execution rate for different types of index and compression was then compared against a table without an index. This was then performed on tables with varying numbers of rows, where the numbers of rows that were tested was 33 001, 50 081, 100 101, 500 017 and 1 000 217. The results of the study show that for Import Mode, the best type of index is a clustered rowstore index without compression, with the exception of tables with over 1 001 217 rows where row compression performed better. For DirectQuery, non-clustered rowstore index performed best, but for which compression the result was ambiguous. This was because all types of compression performed best for different number of rows in the table. However, for tables with more than 500 017 rows, no compression performed best.
Poti, Allison Tamara S. "Building a multi-tier enterprise system utilizing visual Basic, MTS, ASP, and MS SQL." Virtual Press, 2001. http://liblink.bsu.edu/uhtbin/catkey/1221293.
Full textDepartment of Computer Science
Zakumba, Lwazi Xolisile. "A case study on the role of excel as a teaching and learning tool in influencing learners' interpretation of functions." Thesis, Nelson Mandela Metropolitan University, 2014. http://hdl.handle.net/10948/d1018756.
Full textWigholm, Johan. "Publiceringsfunktion i .NET." Thesis, Jönköping University, JTH, Computer and Electrical Engineering, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-414.
Full textAxel Spetz AB är ett anrikt företag som driver en järnhandel i Falköping. Företaget har tidigare använt sig av marknadsföring i lokaltidningen men insåg fördelen med att använda Internet som verktyg. Deras idé var en ”Blocket.se”-liknande funktion på deras hemsida som skulle göra det möjligt för dem att marknadsföra artiklar.
Formuleringen på deras behov och det som legat till grunden för detta projekt var: Hur tillverkar man en avancerad publiceringsfunktion som är lätt att använda?
Inledningsvis gjordes en teoretisk studie inom områdena databaser, SQL, .NET och Visual Studio. Valet föll så här eftersom det var områden jag ville lära mig mer om.
Under utvecklingsarbetet i ovan nämnda tekniker hölls en tät kontakt med representanter från företag för att de snabbt skulle kunna ge respons på arbetet. Projektet resulterade i två olika saker:
-En lösenordsskyddad administrationsdel där all administration såsom publicering av artiklar, hantering av artiklar och kategorier, intresseanmälningar, ändring av öppettider m.m. kan skötas på ett enkelt sätt.
-Företagets hemsida där besökare kan ta del av aktuella erbjudanden, bläddra bland artiklar, kontakta företaget, läsa företagsinformation, lämna intresseanmälningar på artiklar m.m.
All programmering har gjorts med slutanvändarna, dvs. anställda på företaget och besökare på hemsidan i åtanke. Ett antal felkontroller både färdiga och egentillverkade har använts för att se till att fel inte uppstår i arbetet med databasen. Istället för ”riktiga” felmeddelanden visas förklarande texter om vad som måste åtgärdas.
I projektets slutskede så lanserades Axel Spetz nya hemsida och den började direkt användas som ett verktyg i företagets marknadsföring. Jag anser att det är ett bra bevis på att projektet var lyckat.
Books on the topic "Microsoft SQL (Computer file)"
The SQL programmer's reference: Windows 95/NT & UNIX. Research Triangle Park, NC: Ventana, 1998.
Find full textAnderson, Mark. Microsoft SQL server 2008 administration for Oracle DBAs. New York: McGraw-Hill Osborne Media, 2010.
Find full textLinoff, Gordon. Data Analysis Using SQL and Excel. New York: John Wiley & Sons, Ltd., 2007.
Find full textScripting XML and WMI for Microsoft SQL server 2000: Professional developer's guide. New York: John Wiley, 2001.
Find full textSawtell, Rick. SQL Server 6.5 administration. San Francisco: Sybex Network Press, 1998.
Find full textThe Guru's guide to SQL server stored procedures, XML, and HTML. Boston: Addison-Wesley, 2002.
Find full textRon, Pihlgren, and Lee Denny Guang-Yeu, eds. Professional Microsoft PowerPivot for Excel and SharePoint. Indianapolis, IN: Wiley, 2010.
Find full textBook chapters on the topic "Microsoft SQL (Computer file)"
Pal, Shankar, Dragan Tomic, Brandon Berg, and Joe Xavier. "Managing Collections of XML Schemas in Microsoft SQL Server 2005." In Lecture Notes in Computer Science, 1102–5. Berlin, Heidelberg: Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11687238_69.
Full textGoh, Kim Nee, Yoke Yie Chen, and Cheah Hui Chow. "Location-Based Data Visualisation Tool for Tuberculosis and Dengue." In Emerging Research and Trends in Interactivity and the Human-Computer Interface, 260–82. IGI Global, 2014. http://dx.doi.org/10.4018/978-1-4666-4623-0.ch013.
Full textConference papers on the topic "Microsoft SQL (Computer file)"
Sícoli, Fábio, and André Simão. "Finding Detached Microsoft SQL Server Database Files." In The Sixth International Conference on Forensic Computer Science. ABEAT, 2011. http://dx.doi.org/10.5769/c2011022.
Full textWagner, Paul J. "The SQL File Evaluation (SQLFE) Tool." In SIGCSE '20: The 51st ACM Technical Symposium on Computer Science Education. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3328778.3372599.
Full textDong, Minghua, Qin Huang, Shumei Li, and Qingfen Wu. "Applying Microsoft SQL Server database in paper quality evaluation." In 2013 International Conference on Sport Science and Computer Science. Southampton, UK: WIT Press, 2014. http://dx.doi.org/10.2495/cccs130061.
Full textRen, Zhijun. "Constructing a Business Intelligence Solution with Microsoft SQL Server 2005." In 2010 International Conference on Biomedical Engineering and Computer Science (ICBECS). IEEE, 2010. http://dx.doi.org/10.1109/icbecs.2010.5462387.
Full text"Changing Paradigms of Technical Skills for Data Engineers." In InSITE 2018: Informing Science + IT Education Conferences: La Verne California. Informing Science Institute, 2018. http://dx.doi.org/10.28945/4001.
Full textNanda, Jyotirmaya, Rob Iera, Stella Clarke, Timothy W. Simpson, and David Klinikowski. "A Web-Based Information Management System for Bus Test Data for the Pennsylvania Transportation Institute." In ASME 2002 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2002. http://dx.doi.org/10.1115/detc2002/cie-34455.
Full text