Well, firstly I would like you guys to know that in no way it is an “original” post. I…
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…
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…
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 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…
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…
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…