I have an ASP>NET application that uses Integrated Windows authentication. My Web.config looks like below
<add key="dbconnection" value=" server=XXX;Initial Catalog=XXX;persist security info=False;Integrated Security=SSPI;Pooling=true" />
When users try to access my application, they get the...
I have an ASP.NET application that uses Integrated Windows authentication. My Web.config looks like below
<add key="dbconnection" value=" server=XXX;Initial Catalog=XXX;persist security info=False;Integrated Security=SSPI;Pooling=true" />
When users try to access my application, they get the...
Can I write a procedure that should connect to a different SQL server and execute a series of SELECT statement on that SQL SERVER.
Reason being is I do not have permission to create procedure on that destination server while I have permission to execute a SELECT statement. Please clarify
Thanks,
I have a STORED PROC for dynamic T-SQL that returns a OUTPUT varaible of typevarchar . This works fine in query analyzer.
But when I try to get values in asp.net page it does not return anything. No execeptions or errors also.
HDConn = CommonMethods.BuildConnection();
SqlCommand cmd1 = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.