Solution:
<?php
DB::connection('sqlsrv')->statement('SET ANSI_NULLS, QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL, ANSI_WARNINGS, ANSI_PADDING ON');
$tables = DB::connection('sqlsrv')->table('table');
?>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community