Well, firstly I would like you guys to know that in no way it is an “original” post. I was installing SharePoint Server 2010 in my Windows 7 machine (which is not supported by default by SharePoint )so this all about the whole process … possible errors and their solutions. So you can say
Tag: How To
Accessing file in filestream using ASP.NET
Like I posted last time, we can use cool feature of SQL Server called “File Stream” which practically allows user to store any kind of file. But as just like any other SQL syntax, it lacks UI to interact and also it really doesn’t have any use just sitting there in SQL Server. So,
Storing Files in SQL Server using Filestream
As you might have already know that we can use DBMSes to store any sort of data weather its simple texts, special texts, documents, photos, movies … anything … and as I said earlier, its good to store data in DBMS as it complies with ACID property. Today’s post is about a feature that was
Version Control … controlling Past and Present for Future ?? – Part II
Hi Folks, In previous post, I have shown how the Version Control can be used in general to maintain different version of files so we can work / restore them at any point of change since it’s creation. In this second installment, I will be writing about – How the Version Control Can ease our
Version Control … controlling Past and Present for Future ?? – Part I
Don’t get scared from title, I just wanted the post title to look like ad … Firstly Definition of Version Control: Version Control is basically process of managing changes of any program, file or document in to some place. And so if we want — when we want , where we want we
Changing Default Database in ASP.NET application
If you have been developing application in ASP.NET and if you were using SQL Server Express edition, then this is not for you … But if you are someone like me who is using SQL Server Standard, Enterprise, Web or Developer edition (not sure about workgroup edition) then this may be the first problem came
Creating Database in SQL Server 2008
Database can be explained as a just single file, which is used to store data properly and which gives us facility to retrieve data properly. And a system that manages that database is called Database Management System a.k.a. DBMS, Oracle, SQL Server, DB2, MySQL are few to name. Each DBMS presents data differently, may have