Viewing 5 posts - 1 through 5 (of 5 total)
You have one database invoking remotely another database's process through web services.
Web Services are capable of dealing with large amounts of data to transfer, but in that case you would...
May 11, 2008 at 7:40 am
Remember that SQL Server 205 incorporates Execute As, that permits the use of fine-grained permissions to "executable" objects, like a Stored Procedure, or a given step of a job.
You should...
May 9, 2008 at 8:35 am
I will try to give you a possible answer to what I gather are your concerns.
You can design your security setup for the Web Services Invoker (SQL Server) in such...
May 9, 2008 at 6:41 am
The process of converting data to the RTF format is basically a data transformation routine.
Even though it can be conceived as a back-end type of process, it might not be...
May 9, 2008 at 6:01 am
When it comes to CLR integration in SQL Server, let's keep in mind the main objective of having .NET on SQL Server: to have an alternative language paradigm that is...
May 9, 2008 at 5:34 am
Viewing 5 posts - 1 through 5 (of 5 total)