Forum Replies Created

Viewing 15 posts - 1 through 15 (of 25 total)

  • RE: SQL Server 2005 connection thru Visual Studio 2005 failing.

    Visual Studio 2005 and SQL 2005 are tighly integrated. One need not write any connection string. When you configure the data source, the connection string is automatically crated. But due...

  • RE: 2+2=4?

    2+2=6 reminded me the famous auther George Orwell of 1984 where he writes " If you have the freedom to say 2+2 =4 the rest follows"

    V.Kadal Amutham

  • RE: SQL 2005 (64Bit)

    Once I tried replication with SQL 2005. I tried to replicate a data base from SQL Server 2005 to SQLEXPRESS. In that process the database in the SQL SERVER 2005...

  • RE: remote connection error to SQL2005

    Some times programs like personal firewall, antivirus programs may give problem while connection. Disble them and try

    V.Kadal Amutham

  • RE: Connecting to MS SQL Express Database...

    If you use SQL Server 2005 and Visual Studio 2005 you meed not write any connection string

    V.Kadal Amutham

    vkadal@gmail.com

  • RE: Using SQL Server 2000 with visual Studio 2005

    I have installed SQL Server 2005 and Visual Studio 2005 Beta 2 on the same machine. I did not face amy problem. Please check your RAM. It shall be minimum...

  • RE: Online training

    I am working on SQL server 2005 for the past six months and gainded sme knowledge. I am ready to share with you for a small fee. If interested please...

  • RE: Crystal Reports

    It is always better to do coversion on SQL side and take a simple report using Crystal Report

    V.Kadal Amutham

  • RE: Result needed in a specific format

    On the first table write a trigger. When ever a new record is added the trigger will look for exisiting name and add the new crdit card number in the...

  • RE: Mail to be sent based on data

    How to configure SQL serve to send mail?

    IS IIS to be installed? If the SQL server with internet connection will be sufficient to send mail to anybody?

    V.Kadal Amutham

  • RE: complex report - pivot function?

    Try to create a view in SQL and from that view you can easily pull out your report.

    Or else write trigger in the tables where the source of data is...

  • RE: The CLR in SQL Server 2005

    I am quite new to SQL and Visual Studio 2005. For the past few monhts I am working on Sql Server 2005 and working on to develop ERP software for...

  • RE: Re Trigger Related Problem...?

    Add a coulumn in the table to keep track of the record numbers. Check for the record number has reached 50. Then do the rest of the operation upon...

  • RE: Export reports to Word?

    You can create a report using Crystal Report in Visual Studio. The Crystrak reoirt generated has an export button displayed in the top of the tool bar from which you...

  • RE: Installation Problem in SQL Server 2005 Evaluation Edition ...

    If nothing seems to work, reinstall OS that is Windows Server and then install SQL Server 2005. But try this as your last option

    V.Kadal Amuthanm

Viewing 15 posts - 1 through 15 (of 25 total)