IT Community - Software Programming, Web Development and Technical Support

What’s a “SAND BOX” in SQL Server 2005?

This is a discussion on What’s a “SAND BOX” in SQL Server 2005? within the Database Support forums, part of the Web Development category; What’s a “SAND BOX” in SQL Server 2005?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Database Support

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-26-2007, 04:12 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Question What’s a “SAND BOX” in SQL Server 2005?

What’s a “SAND BOX” in SQL Server 2005?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 04:20 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: What’s a “SAND BOX” in SQL Server 2005?

Sandbox is a safe place for running semi-trusted programs or scripts, often originating from a third party.

Safe Access sandbox
This will be the favorite setting of DBA's if they are every compelled to run CLR – Safe access. Safe means you have only access to in-proc data access functionalities. So you can create stored procedures, triggers, functions, data types, triggers etc. But you can not access memory, disk, create files etc. In short you can not hang the SQL Server.

External access sandbox
In external access you can use some real cool features of .NET like accessing file systems outside the box, you can leverage you classes etc. But here you are not allowed to play around with threading , memory allocation etc.

Unsafe access sand box
In Unsafe access you have access to memory management, threading etc. So here
developers can write unreliable and unsafe code which destabilizes SQL Server. In the first two access levels of sand box its difficult to write unreliable and unsafe code.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 kingmaker Database Support 100 03-22-2008 02:08 AM
Server Assessment for Sql server 2005? arjkhanna Server Management 3 10-30-2007 11:09 AM
SQL Server 2000 to 2005 S.Vinothkumar Database Support 3 09-27-2007 04:22 AM
What is a Linked Server in sql server 2005? Archer Database Support 2 08-14-2007 04:24 AM
What is the use of DBCC commands in sql server 2005? Archer Database Support 1 07-25-2007 03:36 AM


All times are GMT -7. The time now is 04:03 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0