Viewing 15 posts - 31 through 45 (of 55 total)
you can use the DBCC SQLPERF(LOGSPACE)
is there any reason you want to captured the log file growth
June 4, 2016 at 6:15 am
you need to let your antivirus scan the file stream folder if any virus detected should quarantine the files , if you delete those file it will end up with...
June 3, 2016 at 10:46 pm
if you assign the single service account for all your SQL service account. it will be an single point of failure if you have any password policy or account locked...
June 3, 2016 at 10:33 pm
i dont think you can achive this.
June 3, 2016 at 10:26 pm
is your sql server part of cluster or it is standalone server.
June 3, 2016 at 9:55 am
is there any reason why you want to achieve this way.
June 3, 2016 at 9:52 am
this will help you to answer your question https://technet.microsoft.com/en-us/library/cc966412.aspx
June 3, 2016 at 9:49 am
if you have the sql access to these column and it will allow you to access the file stream data using your managed api.
June 3, 2016 at 1:10 am
you can use the programming code to do it and save the data inside the sql server in your convenient data form
June 3, 2016 at 1:02 am
when you try to remove the files , The file must be empty
June 3, 2016 at 12:46 am
can you tell what is your expected result want to achive.
June 2, 2016 at 7:07 am
select sku1 as [SKU 1],sku2 as [SKU 2],
onlinesku as [Online SKU],
case condition when 1 then 'Unworn' when 0 then 'Pre-Owned' else 'No-Status' end Condition
from items
June 2, 2016 at 7:04 am
in sql if you use any extended procedure will cause many issue later.
i suggest, while uploading the video file you can save the file path , name and duration...
June 2, 2016 at 6:49 am
Viewing 15 posts - 31 through 45 (of 55 total)