I tried to create a Index on View. Then SQL Server said I have to alter that index as a schema bound view. Then I created Schema Bound View.USE AdventureWorks2012GOCREATE VIEW [dbo].[vHR] WITH SCHEMABINDING AS SELECT BusinessEntityID AS A, NationalIDNumber AS B, LoginID AS C FROM HumanResources.EmployeeGOThen I created Index on that View. CREATE UNIQUE CLUSTERED INDEX UCI_vHR ON vHR(A,B)GOThen ...
Installing MongoDB on windows. OOps. What I'm going to post about is not how to install MongoDB on Windows. Because It is not a normal installation process which you have select path like that. So this is about how to run MongoDB service on Windows. That's it. One of my cousin's friends has asked for this post, hence I'm ...
Installing MongoDB on windows. OOps. What I'm going to post about is not how to install MongoDB on Windows. Because It is not a normal installation process which you have select path like that. So this is about how to run MongoDB service on Windows. That's it. One of my cousin's friends has asked for this post, hence I'm posting ...
Installing MongoDB on windows. OOps. What I'm going to post about is not how to install MongoDB on Windows. Because It is not a normal installation process which you have select path like that. So this is about how to run MongoDB service on Windows. That's it. One of my cousin's friends has asked for this post, hence I'm posting ...
Wow! It's a great pleasure to hear that we have a MongoDB User Group in Sri Lanka. I just sent a request to join to MongoDB User Group page in facebook. I really worry about got so long time to join the community of MongoDB.You can also join to Colombo MongoDB User Group from this link.http://www.facebook.com/groups/490378190986291/?ref=ts&fref=tsI really didn't know there ...
Wow! It's a great pleasure to hear that we have a MongoDB User Group in Sri Lanka. I just sent a request to join to MongoDB User Group page in facebook. I really worry about got so long time to join the community of MongoDB. You can also join to Colombo MongoDB User Group from this link. http://www.facebook.com/groups/490378190986291/?ref=ts&fref=ts I ...
Wow! It's a great pleasure to hear that we have a MongoDB User Group in Sri Lanka. I just sent a request to join to MongoDB User Group page in facebook. I really worry about got so long time to join the community of MongoDB.You can also join to Colombo MongoDB User Group from this link.http://www.facebook.com/groups/490378190986291/?ref=ts&fref=tsI really didn't know there ...
After moving to Ubuntu, I was looking for a way to make my terminal colourful. Because I really don't like mono colour environments. Then I was searching "Enable Colors in Terminal". Then I found a very easy way to give colours to my odd terminal.Take a terminal window. Press Ctrl + Alt + T (We are going to give colours ...
After moving to Ubuntu, I was looking for a way to make my terminal colorful. Because I really don't like mono color environments. Then I was searching "Enable Colors in Terminal". Then I found a very easy way to give colors to my odd terminal. Take a terminal window. Press Ctrl + Alt + T (We are going to give ...
After moving to Ubuntu, I was looking for a way to make my terminal colourful. Because I really don't like mono colour environments. Then I was searching "Enable Colors in Terminal". Then I found a very easy way to give colours to my odd terminal.Take a terminal window. Press Ctrl + Alt + T (We are going to give colours ...
Today our architect sent a mail to team with two links of blog posts. With the coming of NoSQL that developers think that they really don't need DBAs who objects each and every possible easiest way to solve the solution. And the other one is a post of Grant, which says that fault is on our hand. When a ...
WoW! This is my first video that I have created. Today, right now I uploaded it to YouTube and I hope to create few more videos also. It seems funny! So this videos describes how to install MongoDB on Ubuntu or on any debian using deb file(deb package). And you don't need to use apt-get install command to do ...
WoW! This is the first video that I have created. Today, right now I uploaded it to YouTube and I hope to create few more videos also. It seems funny!So these videos describe how to install MongoDB on Ubuntu or on any Debian using deb file(deb package). And you don't need to use apt-get install command to do this. In ...
WoW! This is the first video that I have created. Today, right now I uploaded it to YouTube and I hope to create few more videos also. It seems funny!So these videos describe how to install MongoDB on Ubuntu or on any Debian using deb file(deb package). And you don't need to use apt-get install command to do this. In ...
After the first day of Linux training, I got IP, Username and Password for a Linux box. But I really didn't know how to log in to a Linux box with Credentials. Then I asked from a few guys, unfortunately, they also didn't know what is the way to log in to Linux box.Then I asked the guy who was ...
After the first day of linux training, I got IP, Username and Password for a linux box. But I really didn't know how to log in to a linux box with Credentials. Then I asked from few guys, unfortunately they also didn't know what is the way to log in to linux box. Then I asked from the guy who ...
After the first day of Linux training, I got IP, Username and Password for a Linux box. But I really didn't know how to log in to a Linux box with Credentials. Then I asked from a few guys, unfortunately, they also didn't know what is the way to log in to Linux box.Then I asked the guy who was ...
I'm pretty much interested about Ubuntu Touch those days. Basically I'm interested about Ubuntu Mobile devices which is going to arrive to market in near future. To be frank I should say that, I'm interested in those devices because they can change the future of Ubuntu. But in this blog post what I'm going to discuss is not about ...