Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server datafiles folder

Status
Not open for further replies.

JaymeJeffman

Programmer
Aug 13, 2009
1
BR
Hello.

This is my first time with SQL Server.
Is there a way to use different datafiles folder in SQL Server, like Oracle does. Do SQL Server has the concept of "tablespace"?
 
You can create database whenever you want. Just not use CREATE DATABASE [name]. Because that will create database in default for SQL Server folder. Check the BOL for FULL command syntax. BTW you CAN'T create with the same alias.

Borislav Borissov
VFP9 SP2, SQL Server 2000/2005.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top