FileStream in SQL AZURE


hi,

       how use file stream in sql azure???? 

       is possible use file stream? if yes how? if no alternative file stream???

       thanks in advance.


hi,

    if querying data t-sql, can use varbinary(max) instead of filestream. provides equivalent functionality t-sql query point of view. i.e.

create table [dbo].[kb_content](
[contentlength] [int] null,
[contenttype] [varchar](100) null,
[content] [varbinary](max) null,
[extension] [varchar](10) null,

.....

-- srini



Microsoft Azure  >  Azure SQL Database



Comments

Popular posts from this blog

BIT Version

SQL Server PSProvider SQL Server Authentication

set datagrid current record to inserted record