Viewing 7 posts - 1 through 7 (of 7 total)
Thanks for your reply. i verified it was working gr8.
but i dont think its working for comparing data with duplicate values.
like the below.
DECLARE @v1 TABLE (id INT, txt VARCHAR(100))
DECLARE @v2...
March 16, 2009 at 6:06 pm
yah. they both return same data type (lets consider it as varchar datatype)
March 16, 2009 at 5:23 pm
is it possible to call a user define function in SQL Server from asp.net page (, just like we call a stored procedure from asp.net page) ???
if so please send...
January 20, 2009 at 9:27 pm
Hi Thanks for your reply.
This is not part of SQL Replication.
The code in the trigger is not just copying the newly added rows. it involves some validations and then copying...
November 17, 2008 at 2:08 pm
Hello boss,
though i couldn't solve your doubt
I have a suggestion.
if you want to collect statistics like which user logged at what time
You can do like this ...
create a table with...
May 29, 2008 at 4:16 pm
Hi,
Can you please tell us your exact requirement
If there is a table with 5 columns.
Do you want to display the 5 column names in checkbox list and allow the...
May 27, 2008 at 1:16 pm
Viewing 7 posts - 1 through 7 (of 7 total)