Showing related tags and posts accross the entire site.
-
Hi, By default .nettiers generates all stored procedures with ANSI NULLS set to OFF. e.g SET ANSI_NULLS OFF We are using a SQL Server 2005 Indexed View, which must use SET ANSI_NULLS ON for any CRUD operations. I understand that using ANSI_NULLS OFF specifies SQL-92 compliant behavior of the Equals ...
-
Hello I am a first time user of Code-Smith. I am testing version 4.0 with .NetTiers template. I have a database with some tables and some stored procedures. I use this tool to generate DAL code for the entire DB. But i dont see any code related to my stored procedure. How can i get my stored procedures...
-
Hello, I'm using views with .nettiers and I've ran into some problems. As long as the views are in the default schema (dbo), .nettiers works fine. If the views are in a different schema, .nettiers picks up the views fine and creates the stored procs with the correct schema information. The problem...