28.11.2019 Views

BD1 - Conceitos Básicos

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Criando um Banco de Dados

( NAME = Produtos3_dat,

FILENAME = 'c:\dados\produtos3.ndf',

SIZE = 100 MB,

MAXSIZE = 10 GB,

FILEGROWTH = 20% )

LOG ON

( NAME = Produtos1_log,

FILENAME = 'c:\dados\produtos1.ldf',

SIZE = 50 MB,

MAXSIZE = 5 GB,

FILEGROWTH = 10% ),

( NAME = Produtos2_log,

FILENAME = 'c:\dados\produtos2.ldf',

SIZE = 50 MB,

MAXSIZE = 5 GB,

FILEGROWTH = 10% )

Criando Banco de Dados e Tabelas 28/11/2019

20

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!