skip to main |
skip to sidebar
You can avoid SQL Server Cursors using the following methods ,
1. Temprorary Table.
2. Comma Delimited values.
www.codecollege.NET
Replication is the process of copying or moving data between databases in the same server or external servers.
Types:
1. Sanpshot Replication
2. Transaction Replication
3. Merge Replication
www.codecollege.NET
It is a Delegate which points to and fires more than one method.
www.codecollege.NET
It is a type safe function pointer. It can hold 1 or more methods in it. It is the base for The .NET Event Model.
www.codecollege.NET