Forum Replies Created

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

  • RE: Tree view Data fetch from Database

    Sorry...

    But got solution actually I have problem in ASP.Net

    using System;

    using System.Data;

    using System.Configuration;

    using System.Collections;

    using System.Web;

    using System.Web.Security;

    using System.Web.UI;

    using System.Web.UI.WebControls;

    using System.Web.UI.WebControls.WebParts;

    using System.Web.UI.HtmlControls;

    using System.Data.SqlClient;

    public partial class TreeViewCS : System.Web.UI.Page

    {

    protected...

  • RE: I have problem in SQL Server connection

    Thnx...

  • RE: I have problem in SQL Server connection

    Thnx for reply

    i got the answer

    in connection string

    set Connect Timeout=0 now it works

    and you told something SQL Server port but default it is 1433 pls tell me more...

  • RE: Change DTS package owner

    sp_reassign_dtspackageowner

    this procedure is a object of "msdb" database

    you can use below command

    use msdb

    sp_helptext sp_reassign_dtspackageowner

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