There are two types of subscriptions in SQL Server replication. What are they?
Push/Pull The two types of subscriptions are push and pull. What is the scope of the control permission in SQL Server 2005? It allows the grantee the equivalent of ownership in that they have all permissions and can grant them to others. The Control permission is equivalent to assigning ownership of the securables. All available permissions are granted to the principal, and they the principal in turn can grant those permissions to others. When testing connectivity in SQL Server, you use which utility in conjunction with the readpipe utility to establish a connection? makepipe The makepipe utility is used with the readpipe utility to test connectivity only for named pipes connections. This utility has been deprecated in SQL Server 2005. In replication, what is each set of the source data that is replicated from the source server called? Article Each set of source data that is replicated is called an article. In SSIS, what is the difference between output columns and external columns? Ex