Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Issue in inserting data

    Thanks for your reply. It worked. 😎

  • RE: comparing results of 2 views

    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...

  • RE: comparing results of 2 views

    yah. they both return same data type (lets consider it as varchar datatype)

  • RE: how can we see the user defied function's code

    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...

  • RE: about triggers and bulk insert

    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...

  • RE: Logon triggers

    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...

  • RE: User Defined Columns

    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...

Viewing 7 posts - 1 through 7 (of 7 total)