I\'ve been using SubSonic 2 & 2.2 for a few years now with Sql Server. For my new job I just recently used SubSonic 2.2 with Oracle and ran into a few small issues.
I have a large database with 1000s of stored procedures.. But I need to use only some o开发者_开发问答f them (say about 25 stored procs out of 1000). What should I change in T4 templates to limit the
I am using SubSonic with the A开发者_C百科ctiveRecord template. I like it pretty well so far but can not figure out how to do a join query. I have read this link but the generated class templates it c
Subsonic 3.0 is updating multiple rows instead of just the one it\'s supposed to DB Table is defined as follows -
I\'m currently experiencing the issue mentioned here (and several other places): Subsonic 3 Linq Projection Issue
For some reason the开发者_StackOverflow TimeSpan property on my class is not being persisted into the database by Subsonic it is simply being ignored!? All other properties are being saved OK. I am us
I have the following subsonic entities TInvoiceHeader TAccountAssociation How can I achieve the following in LINQ (subsonic)
I\'m using SQL Server 2008 on Windows Server 2008 R2, all sp\'d up. I\'m getting occasional issues with SQL Server hanging with the CPU usage on 100% on our live server. It seems all the wait time on
I\'m trying to do a simple UPDATE ... WHERE ISNULL() using SubSonic ActiveRecord and the only way I can get it to work is by u开发者_开发技巧sing CodingHorror. eg:
I am using subsonic simplerepo with migrations in dev and it makes things pretty easy but I keep running into issues with my nvarchar columns that have an index. My users table has an index defined on