Viewing 4 posts - 1 through 4 (of 4 total)
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...
February 4, 2008 at 8:38 pm
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...
November 4, 2007 at 9:48 pm
sp_reassign_dtspackageowner
this procedure is a object of "msdb" database
you can use below command
use msdb
sp_helptext sp_reassign_dtspackageowner
October 11, 2007 at 3:33 am
Viewing 4 posts - 1 through 4 (of 4 total)