Viewing 4 posts - 1 through 4 (of 4 total)
Hi
I have still Problem same.
in stored Procedure Still same Error come.. When I am Executing Stored Procedure
my Actual Procedure is
USE [AFMS]
GO
/****** Object: StoredProcedure [dbo].[SelectAll_ExpenseDetails] ...
January 5, 2012 at 5:13 am
Hii
ChrisM@home Thanks alot for helping me..
and
SQL Kiwi its my mistake u consider as ChrisM@home changes
Archana Mistry
Sr. Programmer
Kintudesigns.com
January 3, 2012 at 10:18 am
Create Table of Expense
USE [AFMS]
GO
/****** Object: Table [dbo].[Expanse] Script Date: 01/03/2012 18:03:30 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Expanse](
[ExpanseId] [numeric](18, 0) IDENTITY(1,1) NOT NULL,
[ExpanseDate] [datetime] NOT...
January 3, 2012 at 5:39 am
Hello
I had tried out with 3 of the options.. but still getting Same error.
January 3, 2012 at 1:21 am
Viewing 4 posts - 1 through 4 (of 4 total)