background preloader

SQL

Facebook Twitter

10 questions to ask before upgrading from Access to SQL Server. Upgrading to SQL Server might make sense for some of your clients, but it could be a bad idea for others. These questions will help them make the right call. Access is a great desktop database that Microsoft markets to end users. Despite that specialized niche, developers often choose Access to develop some fairly sophisticated and robust databases. If business is good, the business sometimes outgrows Access.

If your clients catch the upgrade bug, help them make the right decision by asking them these 10 questions. 1: Is the Access database mission critical? Many small businesses depend on Access. 2: Has your business outgrown the current database? An Access database will start to show real growing pains before it reaches its limit of 1 GB. 3: Does the database do what's needed?

As business grows, needs change. 4: Are you anticipating significant growth? The current database may be handling its current load, but if the business is expecting a growth spurt, help them plan for it. Free SQL Server 2012 Training Videos | LearnItFirst. Sql - What is the difference between Left, Right, Outer and Inner Joins. SQL Quick Reference. SQL Basics. Last update: 18/01/2003 This page contains the essential commands to manage databases using SQL (Structured Query Language). I use it as a refference for myself. I don't pretend to be an SQL-expert. Others may use this reference freely. If you have any suggestions or comments please e-mail me! Some commands depend on the type of server used. I experiment with four servers, Microsoft SQL Server, Borland Interbase Server, MySQL Server en Sybase SQL Anywhere. Indicates that the command works with MS SQL Server. The commands are written in bold, italicised text (databasenames, fieldnames, values, ...) is up to you to fill in. 1.

Sp_databases show databases 2. Use databasename 3. Show tables sp_help There is another, more complicated, command to retrieve the names of the tables in the database, but where you get a list of ALL tables, including system tables using sp_help, you can specify to view only user defined tables select * from SYSOBJECTS where TYPE = 'U'order by NAME 4. Describe tabelname 5. Database Setup For Any External Database - NYU Wikis Help Center - NYU Wikis.

If you are using Confluence in a production environment, data should be stored in an external database. The embedded database is bundled for evaluation purposes and does not offer full transactional integrity in the event of sudden power loss. This document provides instructions for setting up Confluence for use with a production-ready database. It covers both migration from an evaluation installation of Confluence and installation of an empty database during initial setup. The following specific database guides have additional information: Preparation Install the following on the Confluence server: Database administration tool, for example DBVisualizer JDBC database drivers The database server (unless accessed remotely) The instructions refer to two particular directories: The <Confluence Installation Directory> is the directory where you unpacked the Standalone Confluence download. Database Setup Create the schema and setup permissions: Create Backups To keep any existing Confluence content:

Database Setup for SQL Server - NYU Wikis Help Center - NYU Wikis. Download the DbVisualizer DB Tool - DbVisualizer. Installation Notes for ZIP archives (Windows) All files are contained in an enclosing folder named DbVisualizer-9.2.12. Unpack the distribution file with the built-in zip archive extraction utility in Windows or with the winzip utility. The ZIP archive installer will not add any entries to the Start menu, add desktop launchers or even register the software in the Windows registry.

Start DbVisualizer by clicking the dbvis.exe file in the installation directory for DbVisualizer. Uninstallation of DbVisualizer installed via a ZIP archive is simply done by deleting the complete DbVisualizer-9.2.12 directory. Installation Notes for TAR archives (Unix) All files are contained in an enclosing folder named DbVisualizer-9.2.12. Gunzip dbvis_unix_9_2_12.tar.gz tar xf dbvis_unix_9_2_12.tar Start DbVisualizer by executing the shell script DbVisualizer-9.2.12/dbvis Installation Notes for RPM-archives (Linux) Install the RPM archive with rpm -i <download_filename>.rpm or your favorite rpm tool.

Certificate in Microsoft SQL Server Specialist. This certificate provides students with a thorough understanding of primary architecture, design, implementation, performance monitoring, optimizations, and tuning necessary to become a Microsoft SQL Server Specialist. Students learn the necessary skills to design and to manage presentation-quality reports using MS SQL Server Reporting Services, and to develop and manage multidimensional cubes using MS SQL Server Analysis Services. Students may choose to specialize in several aspects of SQL Server software. Upon completion of the program, students have the ability to: This certificate is awarded to students who successfully complete the three required courses.

Www.nyu.edu/classes/jcf/CSCI-GA.2433-001/slides/session6/StandardQueryLanguage(SQL)Features.pdf. Cs.nyu.edu/courses/Fall12/CSCI-GA.2433-001/lecture5.pdf. SQL Programming Language - Professor: Sam Sultan. The objective of this course is to teach you the fundamentals behind the SQL language. We will discuss the concepts of databases in general, and more specifically the relational database model. We'll examine the various database engines that support this model. We will learn about SQL (Structured Query language) both as an ANSI standard language and more some vendor specific extensions. We will also use DDL (Data Definition Language) to create and delete database objects, and DML (Data Manipulation Language) to access and manipulate those objects. This course will teach you all relevant SQL concepts more from an ANSI SQL2 standard point of view.

The focus of the course will be on the following topics: The concepts and advantages of databases. BOOKS - (Required / Suggested) Required Books - Final Exam - 70%Homework & Class Participation - 20% Attendance - 10% How to Submit Homeworks. Grades are FINAL. Please do not negotiate for a better grade.