Forum Replies Created

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

  • RE: How to send many files to FTP server

    use third party software like filezilla...

  • RE: Connection strings issue

    Hi,

    To let ASP.NET to search the database location, use the following connection strings in the web.config in specific cases

    -> in the default data folder

    connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"

    Vijay

  • RE: How long is a NULL?

    No.. SQL Server 2005.

  • RE: How long is a NULL?

    SET CONCAT_NULL_YIELDS_NULL ON

    SELECT ISNULL('abcd'+NULL,'1234567890')

    I got answer '1234'

    Can you please explain???

    Thanks and Regards

    vijayakumar.P

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