About 571,000 results
Open links in new tab
  1. Create a database using T SQL on a specified location

    Jul 27, 2016 · Let's say, I want to create a SQL server database on D:\temp\dbFolder. How to do this? When you create the new database you specify the location. For example: CREATE DATABASE [AdventureWorks] ON PRIMARY .

  2. What is the best way to store media files on a database?

    Make sure that you have an easy way to point the media database at a different server/directory, in case you need that for data recovery. Also, you might need a routine that re-syncs the database with the contents of the file archive.

  3. Storing files in SQL Server - Stack Overflow

    Dec 23, 2019 · Basically, you would either create your database with a separate filegroup for large data structures right from the beginning, or add an additional filegroup later. Let's call it "LARGE_DATA".

  4. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · The MySQL CREATE DATABASE statement is used to create a new database. It allows you to specify the database name and optional settings, such as character set and collation, ensuring the database is ready for storing and managing data.

  5. Create a database - SQL Server | Microsoft Learn

    This article describes how to create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. To create a database in Azure SQL Database using T-SQL, see CREATE DATABASE. A maximum of 32,767 databases can be …

  6. Get Started with SQL Database Projects - SQL Server

    This article steps through creating a new SQL project, adding objects to the project, and building and deploying the project. Except for the Visual Studio (SQL Server Data Tools) instructions, the guide focuses on SDK-style SQL projects. Note.

  7. SQL Server Create Database Examples - MSSQLTips.com

    Dec 11, 2019 · We’ve already seen how to create a SQL Server database using SQL Server Management Studio (SSMS), but what if you need a script to do it? Solution We’ll look at a few examples starting with the simplest and working up slightly in complexity.

  8. Create SQL Server Database using SQL Server Management

    Oct 22, 2019 · You’re new to SQL Server and need to create a database. It sounds like a simple enough task, but how do we do it? Let’s step through the database creation process using SQL Server Management Studio (SSMS).

  9. SQL Create Database Valuable Tutorial with T-SQL and SSMS

    Dec 11, 2024 · This tutorial will discuss how to create a database in SQL Server. The SQL Server database can be created using SQL Server Management Studio or CREATE DATABASE statements. First, we will discuss a brief overview of SQL Server databases, followed by step-by-step instructions to create the database using both methods as well as examples.

  10. Storing Files in SQL Database Using FILESTREAM – Part 1

    Oct 8, 2018 · In this article, I am going to demonstrate as follows: How to enable FILESTREAM feature. How to create and configure FILESTREAM filegroups and FILESTREAM data container. How to store and access data from the FILESTREAM enabled tables. Demo: In this demo, I …

  11. Some results have been removed
Refresh