Here is a small sql snippet, which will helps to enable remote connections using Command Line. It will enable remote connections to your SQL Server. Happy Coding
Posts Tagged: SQL Server 2008
Adding and Reading files from SQL Server 2008 Filestream
Few days back I wrote a Post about FileStream feature in SQL 2008.(Filestream in SQL Server 2008). In this post I am trying to write the how to manage or use the FileStream feature from .Net managed code. For adding a File to FileStream enabled table, we are using a new Data Type, SqlFileStream, which [...]
FILESTREAM in SQL Server 2008
SQL Server 2008 comes with lots of new features compared to the previous versions of SQL Server. One of the new feature is FileStream, which allows storage of and efficient access to BLOB data using a combination of SQL Server 2008 and the NTFS file system. You can get more details about this in MSDN [...]