﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Arshad Ali  / SQL Server 2008 T-SQL Enhancements Part - IV / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 20 Jun 2013 02:51:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Hi,Thanks for gr8 article.I have a question regarding the storage of data in filestream scenario.If the file is gonna be saved on file system,why should the column type be varbinary.how exactly this will stored.Please clarify..</description><pubDate>Thu, 04 Nov 2010 01:54:29 GMT</pubDate><dc:creator>pagolu.satheeshp</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>My question is, is there any easy way to transfer existing files into a table that contains a filestream column?We are currently using indexing services to do article searches - as the function is going away with Windows 2008 R2, we are looking to move the articles into a database to take advantage of the full text indexing of sql server.</description><pubDate>Thu, 22 Apr 2010 13:43:35 GMT</pubDate><dc:creator>Michelle-138172</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Thanks for another good useful article.</description><pubDate>Tue, 06 Apr 2010 12:57:32 GMT</pubDate><dc:creator>L' Eomot Inversé</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>When you restore a FILESTREAM enabled database, you can specify the location where the filestream data container(s) should be placed. Just like you specify the MDF and LDF file locations, you can also specify the location where the FILESTREAM file group(s) should be placed.If you are restoring using SSMS wizard, by default SQL Server will show the same locations as in the original database and give you an option to change the locations.</description><pubDate>Tue, 30 Mar 2010 20:30:00 GMT</pubDate><dc:creator>jacob sebastian</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Good article. I am curious about how restoring a backup that includes the filestream on to a dev server might work. Suppose filestream was enabled on the dev server, and the root folder where the filesteam file points also existed. Would the restore just dump the files in the folder with the header? It seems like yes it would, but it also seems like there might be some speed bumps doing this.</description><pubDate>Tue, 30 Mar 2010 08:44:19 GMT</pubDate><dc:creator>Toby White</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Thanks for another article in this series.</description><pubDate>Fri, 26 Mar 2010 08:11:40 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Hi,Its very nice article..author has covered points from start to end in a very neat manner. I am eager to see how it works myself.Thanks,Rohit</description><pubDate>Wed, 02 Sep 2009 10:53:29 GMT</pubDate><dc:creator>rohit_raste</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>[quote][b]The part I have questions are when you update a row at the table level the article says the old file would still be preserved. Whether later it is garbage collected or its a manual process to clean it up?--RJ[/quote]The file will be removed by a background garbage collector thread</description><pubDate>Mon, 31 Aug 2009 08:58:46 GMT</pubDate><dc:creator>jacob sebastian</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>great article,i'm waiting the part V, hope that will be partition table and index .I'm a database admin in a a large telco industry in senegal and I want to organize my CDR( call data record) by monthly table within it il wish to create file group by month and also i want to partition the table by day and affect the partition of a day of week to their corresponding filegroup</description><pubDate>Fri, 28 Aug 2009 14:42:54 GMT</pubDate><dc:creator>diopbirama</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Updating the contents of a file is a research question. Moreover, it depends on your requirements to update it through sql server or do it directly.The part I have questions are when you update a row at the table level the article says the old file would still be preserved. Whether later it is garbage collected or its a manual process to clean it up?--RJ</description><pubDate>Fri, 28 Aug 2009 08:30:54 GMT</pubDate><dc:creator>RJ-476420</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>I understand the consequences of deleting or renaming a filestream-managed file in the file system, but is there any consequence to updating (replacing) a file directly in the file system?  If not, would there be a chance for a performance improvement if many files were being updated directly on a regular basis?</description><pubDate>Fri, 28 Aug 2009 08:25:02 GMT</pubDate><dc:creator>deanroush</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>It looks to me that the files reside in a windows folder like any other file which you can indeed rename or delete but when you try to run a query against the database table, the SQL Server will not able to find it &amp; throws an error. In other words, this error is database corruption.Thanks.RJ</description><pubDate>Fri, 28 Aug 2009 08:18:05 GMT</pubDate><dc:creator>RJ-476420</dc:creator></item><item><title>RE: SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Good article. I have a 3rd party app which will begin using the FILESTREAM attribute in the next major release, and this article gives me a good overview of how it works. I just have one question:[quote]Even though you can access these files if you have required permissions, these files cannot be directly deleted or renamed using the file system. Otherwise the link-level consistency will be lost between the database and the file system as a result of this the database might get corrupted.[/quote]For clarification, is it that the files [i]cannot[/i](a) or [i]should not[/i](b) be deleted or renamed? In other words, does SQL Server or Windows actually prevent you from renaming or deleting the files (a), or can you do it, but there will be dire consequences (b)?</description><pubDate>Fri, 28 Aug 2009 06:45:41 GMT</pubDate><dc:creator>sknox</dc:creator></item><item><title>SQL Server 2008 T-SQL Enhancements Part - IV</title><link>http://www.sqlservercentral.com/Forums/Topic778910-1463-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/SQL+Server+2008/67945/"&gt;SQL Server 2008 T-SQL Enhancements Part - IV&lt;/A&gt;[/B]</description><pubDate>Fri, 28 Aug 2009 00:12:50 GMT</pubDate><dc:creator>Arshad Ali-556241</dc:creator></item></channel></rss>