Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Explore the features being added with each release of SQL Azure

Moderators

Top Categories · View All
SU8(Dec 2011) 7
SU7(July 2011) 6
SU6(May 2011) 4
SU5 (Oct 2010) 4
SU2(APR 2010) 4
SU1(Feb 2010) 4
SU4(Aug 2010) 3
SU3(June 2010) 3

Browse by Tags · View All
Spatial Types 3
Availability 2
SQL Azure Management Portal 2
Database Size 2
Metro Styled UI 1
User Collations 1
Database cost 1
Federations 1
Performance 1
Scalabilty 1
Co-Administrator support 1
Firewall rules 1
DAC Upgrade 1
JDBC Driver 1
DB Management REST API 1
Multiple servers for subscription 1
sp_tableoption 1
Error Messages 1
Reporting 1
Sync Support 1

Browse by Release · View All
All 35

SQL Azure - Support for sp_tableoption

Mar 14 2012 12:00AM by Ramireddy   

In Service Pack 5, SQL Azure gave the support for executing the stored procedure, "sp_tableoption". This stored procedure can be used to specify the behavior of column values of type varchar(max),nvarchar(max),text,ntext,image etc and also to change lock behavior type on bulk load.

There are 3 types of supported options for sp_tableoption

1. table lock on bulk load : When it is disabled, it will take row-level lock. When it is enabled, it will take table level lock while doing bulk-load options.

2. text in row: When it is OFF, text,ntext and image column values will be seperately stored in blob and in row pointer to blob will be stored. When it is ON, instead of pointer in row, it will stored the text of those columns.

3. large value types out of row: When it is 1, varchar(max),nvarchar(max) and xml columns in the table are stored outside of the row, with the pointer stored in the row. When it is 0, these columns will be stored inside row itself.

Exec sp_tableoption 'TableName','text in row','OFF'

It returns 0 for success, error number in case of failure.

Read More Have you written a blog post or article related to this feature and want to get them added here? Read More...
Category : SU5 (OCT 2010)
Release : All
Tags : sp_tableoption


Ramireddy
2 · 41% · 12972
1



Submit

Your Comment


Sign Up or Login to post a comment.

"SQL Azure - Support for sp_tableoption" rated 5 out of 5 by 1 readers
SQL Azure - Support for sp_tableoption , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]