Sundar
Sundar

Reputation: 11

SubSonic support for SQL Server 2008 R2

Does SubSonic support SQL Server 2008 R2?

Regards Sundar

Upvotes: 1

Views: 222

Answers (3)

Earlz
Earlz

Reputation: 63825

Yes. I'm using SubSonic 3.0 with ActiveRecord T4 templates right now, and they are awesome.

Upvotes: 1

CodingWithSpike
CodingWithSpike

Reputation: 43718

I'm almost positive that it does. Also see here: SubSonic with MS SQL 2008?

Upvotes: 0

kevinw
kevinw

Reputation: 2178

I can't answer for SubSonic 3.x, but can tell you that 2.x will support both SQL Server 2008 and 2008 R2 providing that your database doesn't use any of the new 2008 data types (date, time, etc)

Upvotes: 1

Related Questions