Problems in configuring sql server for session mode sql server
September 10, 2009
How to access Remote sql server’s database table
July 9, 2008
We can access database of a remote sql server by adding the remote sql server as a link server as shown below
execute sp_addlinkedserver remote_db_server_name
For detailed information please read this blog post.
http://cherupally.blogspot.com/2009/04/how-to-access-remote-sql-servers.html
The following line of code will execute the file located in filePATH. if the filePATH is url then a default browser will be instantiated and navigate to the url. Or if the url is an executable file then it will be executed.
System.Diagnostics.Process.Start(filePATH);
For more details, please read this useful blog post.
http://cherupally.blogspot.com/2009/04/how-to-invoke-processapplication-from.html
Inserting images in wordpress posts
June 10, 2008
When I started posting in my blog on wordpress.com I didn’t know how to insert an image in the post. I found a button in editor’s tool bar to insert images but it does not have facility to browse an image file from the local machine. But we can add a image url for which the image needs to be stored in some file server. I asked many of my friends but I could not get the solution to directly browse from computer.
Finally myself found this feature on wordpress.com. On the top of editor’s tool bar there is another tool bar labeled “Add media”. The first button is to browse an image file either from local computer or file server (Url). This helped me posting a blog with example screen shots.
Take a look at following screens to learn how to insert images.


You can upload not only images but also videos and audios.
