Search
 
SCRIPT & CODE EXAMPLE
 

SQL

prosys sql log


USE ERPPRO;
ALTER DATABASE ERPPRO
SET RECOVERY SIMPLE
ALTER DATABASE ERPPRO
MODIFY FILE  (NAME = N'DMSPRO_TEST_log', FILEGROWTH = 100MB, MAXSIZE = 200MB )
GO
ALTER DATABASE ERPPRO
SET RECOVERY FULL
;

select * from sys.database_files;
Comment

PREVIOUS NEXT
Code Example
Sql :: select insert new table sql server 
Sql :: async await mysql nodejs 
Sql :: mysql case when null 
Sql :: user privileges postgresql information_schema 
Sql :: sql sort column by date 
Sql :: dbms_output.put_line 
Sql :: oracle user quota unlimited 
Sql :: list columns in table postgres 
Sql :: base nosql 
Sql :: oracle current date plus 1 month 
Sql :: sql sample tables with data 
Sql :: oracle search columns in schema 
Sql :: LoadError: cannot load such file -- mysql2/2.7/mysql2 
Sql :: column names in oracle sql 
Sql :: how to add not null constraint in sql 
Sql :: oracle create program if no exists 
Sql :: sql cast to integer 
Sql :: how to check current user in mysql 
Sql :: add user mysql wordpress 
Sql :: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed 
Sql :: mysql safe mode 
Sql :: sql ends with string 
Sql :: mysql insert from local csv 
Sql :: mysql reset root password 
Sql :: docker run mysql image 
Sql :: oracle undotbs usage 
Sql :: Copy Table from SQL to CSV 
Sql :: python how escape sql 
Sql :: oracle plsql sleep 
Sql :: concate update mysq 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =