What is delegate? A Delegate is a type safe function pointer.That is, it holds reference(Pointer) to a function. The signature of del...
Read More
C# Programming :: Namespaces
Namespaces :: General Questions on :: Namespaces 1
Read More
General Questions on :: Namespaces
Question 1. If a namespace is present in a library then which of the following is the correct way to use the elements of the namespace?...
Read More
Find list of all the jobs currently running on server
Get a list of SQL Server Agent Jobs --On each server, you can query the sysjobs table in the msdb. For instance: SELECT job_id, [name] FROM...
Read More
Subscribe to:
Posts
(
Atom
)