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 […]
About: Gaurang
- Website
- https://gaurangpatel.net
- Profile
- First thing I would like to write is a question .... Why the hack people write their bio in 3rd person ? I am Gaurang. I work as DBA / DEV for local company in CT. When I am not working, I am either reading other blogs n news OR "researching" / "experimenting" about things that I can do at home / at work OR tinkering with some new hardware/software OR playing games on my desktop. If you ever wanted to contact me, I can be reached by meATgaurangpatel.net
Posts by Gaurang:
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 […]
Creating What I am reading Menu …
I have noticed that many people like to show what they are reading when they get time (or just to make other think like that ) … me too thought yesterday to let others know that I am reading as well … its whole different story about actually getting time to read … But first […]
64 Bit OS – To be or Not to be ??
I have been user of 64 bit OS since I got my new laptop with Windows Vienna a.k.a. Windows 7… though my lappy had only 4 gigs of Ram which was perfectly okay for 32 bit OS, I somehow felt that lets try 64 bit … and so I ended up with this machine. […]
Hosting You Website from Home, with IIS and DynDNS
How does this sound ?? Geeky ?? If you are computer user and enthusiastic enough then you can run your website right from your home !!! This is what I’ve been doing from couple of months. And believe me, its not “that” difficult to do. Hell, even you can host your own wordpress blog […]
Installing IIS 7.5 on Windows 7
I stumbled upon developers working with ASP.NET frequently as part of my work and sometimes even have to work on it by myself too. My recently purchased laptop came with Windows 7 which supports latest of Internet Information Services or say Servers from old days (IIS) of version 7.5. I’ve used it from v6 (experience […]
SQL Server …. Getting to know It
When you install SQL Server, there by default system databases are created. Which are, Master … MSDB … Model … and TempDB … and Resource DB, which is not visible through SSMS (SQL Server Management Studio). All of these DBs are there for specific reason and each has particular task to perform. Master DB:- As […]