Viewing 9 posts - 1 through 9 (of 9 total)
This is what i did, that is i called the stored proc using the following syntax. (You should know the ADO.NET in order to understand the following code.)
Command.CommandText =...
February 3, 2005 at 11:36 pm
The statement which was giving error was actually generated by the SQLClient of the .NET Framework when i tried to call this stored proc from a windows form.
February 3, 2005 at 11:11 pm
Thanks stefano and steve for your inputs.
Ishwar
February 2, 2005 at 11:20 pm
There is a small update.
Please consider the data type of @FindExact is bit in stored procedure definition.
By mistake i typed it as int.
February 2, 2005 at 5:39 am
Thanks steve for your earlier reply.
I have one more query. I have a doubt regarding the INSTEAD OF trigger on partitioned view. Actually the doubt come when i saw the following...
August 11, 2004 at 11:18 am
Hi Frank Kalis
The query plan shows that it uses second approach that is select the data using indexes and then take a intersection of the results based on the primary...
October 30, 2003 at 9:41 pm
No i haven't seen its query plan.
Actually i want to know what is the approach of SQL server.?
No problem i will check the execution plan
October 30, 2003 at 4:18 am
Viewing 9 posts - 1 through 9 (of 9 total)