How can we call UDF(User Define Function) using C# code in
ASP.net ?
Answer / reventh
yes you can call a function.
sqlcommand cmd=new sqlcommand("select function
(parametter)");
sqldatareader rdr=cmd.excutereader();
while(rdr.read()
{
do something here;
}
| Is This Answer Correct ? | 1 Yes | 3 No |
what kind of lan types do you know? : Sql server database administration
Can a function call a stored procedure in sql server?
How real and float literal values are rounded?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What is candidate key with example?
Explain what are the events recorded in a transaction log?
Explain boyce and codd normal form(bcnf)?
Why use triggers?
How do you debug a procedure in sql server?
Explain an incremental backup?
what types of replication are supported in sql server? : Sql server database administration
What are views in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)