in reply to Re: [DBIX::Class] problem with Arbitrary SQL through a custom ResultSource
in thread [DBIX::Class] problem with Arbitrary SQL through a custom ResultSource
MS SQL Server do not understand this syntax: Select from sp_name
and queries with SELECT FROM (EXEC sp_name) me: are wrong (
That's why now i'm using simple DBI prepare, exec to call procedures.