Forum Replies Created

Viewing 10 posts - 16 through 25 (of 25 total)

  • RE: Replication

    Dear Markus,

    The following is the error message I am gettin when I try to modify any table. Please help

    V.Kadal Amutham

    /*

    Wednesday, January 11, 20062:56:17 PM

    User:...

  • RE: Trying to convert from 2000 to 2005

    Another way is detach the data base from SQL 2000 and attach the same in SQK 2995

    V.Kadal Amutham

  • RE: Simple SQL statement question ?

    Please check up whether there is any primary key, foreign key set in the second table?

    Please let me have the error message when you try to insert.

    V.kadal Amutham

    vkadal@gmail.com

  • RE: Cannot connect to Database in Server Management Studio

    The error message suggests you to use Sp_configure to increase the number of connections.

    If more users are connected to your sql server then this error will be raised. Please inform...

  • RE: The Smart Cell Phone

    Smart Tags which can be identified by RF are avaialble for a long time. This can be used for key less entry engine start. Aready cell phone have that voice...

  • RE: Sql Server 2005

    SQL Express does not have a Server Management Studio. You have to organsie for SQL Server 2005 which is a full version with Management Studio

    V.Kadal Amutham

  • RE: rollback

    I am having the same problem. There is some facility in SQL Server 2005 called Begin Transaction, Commit Transacion, RollBack Transaction. I am yet to study them and try them....

  • RE: Temp Table not working within DTS Package VB Script

    I am currently evaluating Visual Studio 2005. I use SQL server 2005 to create all table and business logic and us VB only to create windows forms and take out...

  • RE: Message form SQL Server to Visual Studio

    I Have solved the problem myself. I inserted a try catch and end try statement in my Visual Basic program. in the catch part, I handled the sqlexception message into...

  • RE: trigger question!

    You need not drop the trigger to insert a record into a table. The insert will succeed if the trigger runs without an error

     

    V.Kadal Amutham

    Vkadal@gmail.com

Viewing 10 posts - 16 through 25 (of 25 total)