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 |
Explain the microsoft sql server delete command?
Can you name some of the dml commands in sql?
Write a sql query to get zero records from a table having n number of records?
What are rows and columns?
what is the system function to get the current user's user id? : Sql server database administration
How to use order by with union operators in ms sql server?
What is the command to change the recovery model?
Mention the different types of triggers?
How can you check the level of fragmentation on a table?
Does sql server 2000 clustering support load balancing?
What is data source view or dsv? : sql server analysis services, ssas
What is checkpoint in 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)