<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6323599707646974133</id><updated>2012-01-28T13:52:19.250+05:30</updated><category term='PHP'/><category term='Microsoft'/><category term='SQL Server Management'/><category term='Database'/><category term='SQL Server Security'/><category term='Projects'/><category term='SQL Server'/><category term='Microsoft Excel'/><category term='Software'/><category term='Web Application'/><category term='SQL Tricks'/><category term='Windows'/><category term='Security'/><category term='Blogger.com'/><category term='SQL Functions'/><category term='DOS'/><title type='text'>Techreeze</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>35</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-845776092565488085</id><published>2009-03-20T11:22:00.001+05:30</published><updated>2009-03-20T11:22:17.604+05:30</updated><title type='text'>New Line Character in Java for Windows and Linux.</title><summary type='text'>As we all know, Java is a platform independent. But there may be some cases, when we will have to consider the platform. The new line character for Windows is CR + LF that mean Carriage Return and Line Feed. Its ASCII value is 13. But for Linux, it is '\n' and its ASCII value is 10. It might be different for MAC. So, we cannot be sure what to use for New Line in Java.  One alternative might be </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/845776092565488085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/845776092565488085'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2009/03/new-line-character-in-java-for-windows.html' title='New Line Character in Java for Windows and Linux.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4120977929264921726</id><published>2009-01-27T06:43:00.001+05:30</published><updated>2009-01-27T06:43:27.320+05:30</updated><title type='text'>DLL Memory Management</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    I have been a good Visual Basic Programmer during my early days in undergraduate course. VB6 is used extensively to develop desktop (windows) based applications. DLLs here mean Dynamic Link Libraries. DLLs generally store function definitions. So, when called by an application by passing input </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4120977929264921726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4120977929264921726&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4120977929264921726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4120977929264921726'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2009/01/dll-memory-management.html' title='DLL Memory Management'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-6121165326142391893</id><published>2009-01-07T22:13:00.001+05:30</published><updated>2009-01-07T22:13:15.506+05:30</updated><title type='text'>How to block built in windows administrators from using your SQL database?</title><summary type='text'>The problem is terrible. You are not the windows administrator. But you have to create a database in the machine without allowing built in administrator of windows to access. Either you install the SQL Server in Mixed Mode or Windows Authentication mode, by default, built-in administrators becomes SQL Server Administrator. So, they will have access to each and every SQL database in that machine.</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/6121165326142391893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=6121165326142391893&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6121165326142391893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6121165326142391893'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2009/01/how-to-block-built-in-windows.html' title='How to block built in windows administrators from using your SQL database?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8777007035983132717</id><published>2008-12-31T17:25:00.001+05:30</published><updated>2008-12-31T17:25:27.288+05:30</updated><title type='text'>Default user of login mapped to role SQL Server Administrator</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    The post I m writing is slightly confusing. If a SQL server login is assigned to System Administrator Server role of SQL Server 2000, then it will have rights to perform any activity in SQL Server Installation. That is what, SQL Server says. This may be problematic some times.  &lt;?xml:namespace </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8777007035983132717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8777007035983132717&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8777007035983132717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8777007035983132717'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/default-user-of-login-mapped-to-role.html' title='Default user of login mapped to role SQL Server Administrator'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1063957921985486194</id><published>2008-12-26T22:13:00.001+05:30</published><updated>2008-12-26T22:13:01.046+05:30</updated><title type='text'>Remove Single Line Comments from SQL Server Procedure</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    If you follow this blog regularly, you would have noticed that I have written logic as well as code to remove multi-line comments from SQL Server Procedure. You also can follow the link to get to that. Here, my concern is to remove single line comment from SQL Server procedure. It's a much </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1063957921985486194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1063957921985486194&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1063957921985486194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1063957921985486194'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/remove-single-line-comments-from-sql.html' title='Remove Single Line Comments from SQL Server Procedure'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-256012066529885887</id><published>2008-12-17T21:39:00.001+05:30</published><updated>2008-12-17T23:05:31.107+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>How to calculate rank using SQL trick?</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    Suppose you have data as shown below in a table. It contains marks obtained by students in different subjects. Here, student_id and subject_id makes the primary key of the table.  &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;      student_id  subject_id  obtd_marks</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/256012066529885887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=256012066529885887&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/256012066529885887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/256012066529885887'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/how-to-calculate-rank-using-sql-trick.html' title='How to calculate rank using SQL trick?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-5819978567310275721</id><published>2008-12-16T21:22:00.001+05:30</published><updated>2008-12-16T21:33:35.163+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Easy way to search for database objects</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt; If you are a database administrator, you come across thousands of database objects like stored procedures, tables, views, functions, triggers, etc. So, it's not possible to remember name of each of these objects. So, </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/5819978567310275721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=5819978567310275721&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/5819978567310275721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/5819978567310275721'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/easy-way-to-search-for-database-objects.html' title='Easy way to search for database objects'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-427990541658302633</id><published>2008-12-15T22:07:00.001+05:30</published><updated>2008-12-16T21:35:55.703+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Small trick to speed up your select query</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    If you want to select data from a database table, but somebody else is inserting data in same table, then in general case, you will have to wait till the insert completes. Your query is deadlocked. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;  In many cases, the </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/427990541658302633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=427990541658302633&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/427990541658302633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/427990541658302633'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/small-trick-to-speed-up-your-select.html' title='Small trick to speed up your select query'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-7460507694775999087</id><published>2008-12-05T21:43:00.000+05:30</published><updated>2008-12-08T22:32:48.176+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>User Name does not show up in Task Manager</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }     Through Task Manager, one can find out the services running on a windows machine. I usually use it to find out unnecessary processes and stop them or to find out the memory usage of a process.  &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;  Sometimes, may be due </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/7460507694775999087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=7460507694775999087&amp;isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/7460507694775999087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/7460507694775999087'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/user-name-does-not-show-up-in-task.html' title='User Name does not show up in Task Manager'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1262180931074501133</id><published>2008-12-03T12:59:00.002+05:30</published><updated>2008-12-08T22:33:00.705+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Faster way to get rowcount on sql table</title><summary type='text'>   If you want to get the number of rows of a sql table, you would probably think of using count keyword of sql server. If "retailer" is a sql table, then it would look like this.   select            count(*) from     retailer   It gives the result, but it would be costlier in case of CPU usage and time as it uses an aggregate function count.  The query can be optimized as follows.   select </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1262180931074501133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1262180931074501133&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1262180931074501133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1262180931074501133'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/faster-way-to-get-to-get-rowcount-on.html' title='Faster way to get rowcount on sql table'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-6333284378953725775</id><published>2008-12-01T23:29:00.001+05:30</published><updated>2008-12-08T22:33:25.230+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Application'/><title type='text'>Comments in different Programming Languages</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    Comments are helpful medium for storing useful information in application codes while developing it. A successful software is not only represented by how well it does it task but also by how well it is documented and how well it's programming logic can be understood by a new comer. So, the </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/6333284378953725775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=6333284378953725775&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6333284378953725775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6333284378953725775'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/comments-in-different-programming.html' title='Comments in different Programming Languages'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4023340622599664962</id><published>2008-12-01T23:26:00.001+05:30</published><updated>2008-12-08T22:33:46.040+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><title type='text'>Unexpected T_VARIABLE or T_ECHO variable error in PHP</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }     &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;If you are newbie in PHP programming, you may have encountered to above problem. It is just a minor error. But, the nature of error message is some tricky. Generally, the message comes like this.   Parse error: parse </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4023340622599664962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4023340622599664962&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4023340622599664962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4023340622599664962'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/12/unexpected-tvariable-or-techo-variable.html' title='Unexpected T_VARIABLE or T_ECHO variable error in PHP'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1486620454958204552</id><published>2008-11-21T22:16:00.001+05:30</published><updated>2008-11-21T22:46:09.168+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server Management'/><title type='text'>Create SQL Job to shrink database</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }     If you are a newbie in SQL database, this post may be helpful for you to create SQL job in SQL Server 2000. SQL Jobs are similar to Windows Scheduled job. It also can be scheduled to run hourly, daily, weekly or monthly as per required, provided that SQL Server agent is on and no other external</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1486620454958204552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1486620454958204552&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1486620454958204552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1486620454958204552'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/create-sql-job-to-shrink-database.html' title='Create SQL Job to shrink database'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Fh_JvRNik5Q/SSblIT_f5zI/AAAAAAAADG4/oJTxzVCr2IQ/s72-c/sql%20job.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-557100186958660690</id><published>2008-11-15T21:32:00.001+05:30</published><updated>2008-11-21T22:39:02.864+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Convert Amount into Words according to Indian or Nepali  Numbering Style.</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }      In the post http://techcreeze.blogspot.com/2008/11/convert-amount-into-words-according-to.html, I have talked about the converting amount (in number) to amount in words according to English Numbering Style.   I am including here, source code of functions required for converting Number into </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/557100186958660690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=557100186958660690&amp;isPopup=true' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/557100186958660690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/557100186958660690'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/convert-amount-into-words-according-to_15.html' title='Convert Amount into Words according to Indian or Nepali  Numbering Style.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1148011200971477401</id><published>2008-11-13T23:13:00.000+05:30</published><updated>2008-11-21T22:34:21.228+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Compare records of Same SQL Table</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }     If you have to compare a record of SQL table to another record (which could be any), you would probably think of a nested while loop. Nested while loop is ok, but it may costlier. Here, I am discussing a trick to avoid loop to compare results. &lt;?xml:namespace prefix = o ns = "urn:</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1148011200971477401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1148011200971477401&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1148011200971477401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1148011200971477401'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/compare-records-of-same-sql-table.html' title='Compare records of Same SQL Table'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-3821102868305322939</id><published>2008-11-11T22:01:00.001+05:30</published><updated>2008-11-11T22:19:59.046+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server Management'/><title type='text'>Transport SQL Data from a server to another server</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }    Sometimes, you may want to copy data from a table of a server to another table to another server which is not connected to source server. What will you do?  &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;  In fact, it is not much a deal. It can be easily done with </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/3821102868305322939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=3821102868305322939&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/3821102868305322939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/3821102868305322939'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/transport-sql-data-from-server-to.html' title='Transport SQL Data from a server to another server'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Fh_JvRNik5Q/SRmyg1x3vLI/AAAAAAAADGo/cbhz8WrANNA/s72-c/import%20export.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-3772649272117625026</id><published>2008-11-11T21:46:00.001+05:30</published><updated>2008-11-11T22:14:35.701+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server Security'/><title type='text'>How to use data of another SQL Server?</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }     If you are inside a database server and want to use data from another database server, then, it is possible through linked servers. Link server links two servers. Through the use of link server, you can execute any queries in another server. You will have to map a local login (or all) to remote</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/3772649272117625026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=3772649272117625026&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/3772649272117625026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/3772649272117625026'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/how-to-use-data-of-another-sql-server.html' title='How to use data of another SQL Server?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_Fh_JvRNik5Q/SRmuNo6Qh4I/AAAAAAAADGI/Kceh820bPL8/s72-c/linked%20server.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4748783587585810948</id><published>2008-11-08T22:05:00.002+05:30</published><updated>2008-11-08T22:19:20.455+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Excel'/><title type='text'>Use calculated field in Excel Pivot Table</title><summary type='text'>Excel Pivot Table is an excellent tool for analyzing business data. I am talking here to discuss on a facility provided by Microsoft Excel. If you use Excel Pivot Table frequently, sometimes you may require data that can be obtained only from figures of pivot table and not from source data. Consider an example shown below.   It simply shows the actual amt, plan amt, change amt and change </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4748783587585810948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4748783587585810948&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4748783587585810948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4748783587585810948'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/use-calculated-field-in-excel-pivot.html' title='Use calculated field in Excel Pivot Table'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_Fh_JvRNik5Q/SRW-CrYXMNI/AAAAAAAADF4/rrWtHqlqv9w/s72-c/pivot%2001.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-6838111944148434004</id><published>2008-11-06T23:42:00.001+05:30</published><updated>2008-11-06T23:45:33.436+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>What is SQL Server Index?</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Verdana }       SQL Server Indexes are the objects used to optimize the performance of queries. It makes SQL queries select, update or delete run faster. The whole purpose of indexes is to make finding data rows in a table easier.   If a table is created with no indexes, then the data rows are not stored in </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/6838111944148434004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=6838111944148434004&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6838111944148434004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6838111944148434004'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/what-is-sql-server-index.html' title='What is SQL Server Index?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Fh_JvRNik5Q/SRMzmO-RrXI/AAAAAAAADFA/xv7MQORK6rw/s72-c/SQL+Execution+plan+1-760716.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-5847768628131747799</id><published>2008-11-04T22:52:00.002+05:30</published><updated>2008-11-06T23:46:46.468+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Remove comments from SQL Server Stored Procedure.</title><summary type='text'>  Comments have been a part of SQL Server procedures. If you work in ERP applications or other huge applications, then comments are even more important. They are kept for multiple purposes like to mark author, dates, causes, implications. But often, huge comments become so disgusting that, it becomes difficult to study the stored procedures. In multiple thousand line stored procedures in huge </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/5847768628131747799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=5847768628131747799&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/5847768628131747799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/5847768628131747799'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/remove-comments-from-sql-server-stored.html' title='Remove comments from SQL Server Stored Procedure.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8619433866511573246</id><published>2008-11-03T23:18:00.000+05:30</published><updated>2008-11-06T22:21:17.753+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Functions'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Tricks'/><title type='text'>Convert Amount into Words according to English Numbering Style.</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }   If you are application programmer, you may require displaying amount figures in words for user ease.  For example, if the amount figure is $12445.41 then, in words, it becomes Twelve Thousand Four Hundred Forty Five and Forty One Cents Only.  &lt;?xml:namespace prefix = o ns = "urn:</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8619433866511573246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8619433866511573246&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8619433866511573246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8619433866511573246'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/convert-amount-into-words-according-to.html' title='Convert Amount into Words according to English Numbering Style.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4868075899528521293</id><published>2008-11-01T22:06:00.001+05:30</published><updated>2008-11-01T22:06:58.459+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Application'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>Paging in Web Applications (SQL Trick)</title><summary type='text'>Web Applications here means the applications that are used through browsers. Web applications are tougher to develop and use as compared to windows applications. In this topic, I want to put focus on paging techniques for web applications.  If you are a web programmer, you may be having problem to display a large report or data in a data grid with paging. Paging is required as it might not be </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4868075899528521293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4868075899528521293&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4868075899528521293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4868075899528521293'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/paging-in-web-applications-sql-trick.html' title='Paging in Web Applications (SQL Trick)'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8242935388383799786</id><published>2008-11-01T01:10:00.000+05:30</published><updated>2008-11-01T23:36:28.213+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='Software'/><title type='text'>Factory Incentive Calculation System (FICS)</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }   &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;  Few months ago, I visited Simra for study of FICS (Factory Incentive Calculation System).  It is an application implemented in that location for calculation of incentives ( additional pay besides salary) of workers in </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8242935388383799786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8242935388383799786&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8242935388383799786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8242935388383799786'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/factory-incentive-calculation-system.html' title='Factory Incentive Calculation System (FICS)'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1212994379285731206</id><published>2008-11-01T00:27:00.000+05:30</published><updated>2008-11-01T23:36:28.213+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='Software'/><title type='text'>Attendance Recording System (ARS)</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }     I work as a Application Support Manager in one of a leading companies of Nepal.  During my visit to Simra for study of ARS (Attendance Recording System), I have prepared the following document. It includes the technical details and functional details that need to be maintained by Central IT team</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1212994379285731206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1212994379285731206&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1212994379285731206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1212994379285731206'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/11/attendance-recording-system-ars.html' title='Attendance Recording System (ARS)'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8038973686807528163</id><published>2008-10-28T23:45:00.001+05:30</published><updated>2008-10-30T23:46:04.462+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger.com'/><title type='text'>Problems with Editor of Blogger.com</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }   If you have a little interest in blogging, then you must have heard name of blogger.com. It's the most popular blogging platform. It is owned by Google, leading company in Internet world. I have been using this since more than 2 years. In this post, I have tried to focus on a particular problem </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8038973686807528163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8038973686807528163&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8038973686807528163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8038973686807528163'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/problems-with-editor-of-bloggercom.html' title='Problems with Editor of Blogger.com'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-6046412518834972642</id><published>2008-10-28T23:18:00.002+05:30</published><updated>2008-10-30T23:42:57.094+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>Temporary Tables in SQL Server</title><summary type='text'>Temporary tables are tables used to hold data for temporary purpose. There are two types of temporary tables. 1.      Local Temporary table 2.      Global Temporary table&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt; Local Temporary table is a table created with "#" preceding the name of table. It exists till the connection to database, which has created it, lasts. </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/6046412518834972642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=6046412518834972642&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6046412518834972642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/6046412518834972642'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/temporary-tables-in-sql-server.html' title='Temporary Tables in SQL Server'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1725511031400340756</id><published>2008-10-28T00:00:00.001+05:30</published><updated>2008-10-28T01:50:21.551+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DOS'/><title type='text'>How to use Search in DOS mode?</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }     Suppose your Windows Search does not work due to some virus or malware, then how would you search for a file or folder? DOS Search is a very good utility provided by Microsoft. You will have to run the command prompt ( Start -&gt; Run -&gt; command)  and using the following command. &lt;?xml:namespace </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1725511031400340756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1725511031400340756&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1725511031400340756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1725511031400340756'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/how-to-use-search-in-dos-mode.html' title='How to use Search in DOS mode?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8570341219996760800</id><published>2008-10-27T23:57:00.001+05:30</published><updated>2008-10-28T01:50:50.635+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>Probable causes of high memory usage by SQL Server</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }   Under normal conditions, 2 GB RAM memory of database server dedicated to hold SQL Server databases for a multi-user application is more than enough. But, some times the memory usage becomes so high that, application users will not be able to use the application, letting system to knees. Then, the </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8570341219996760800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8570341219996760800&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8570341219996760800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8570341219996760800'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/probable-causes-of-high-memory-usage-by.html' title='Probable causes of high memory usage by SQL Server'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4131435520397763492</id><published>2008-10-27T23:51:00.000+05:30</published><updated>2008-10-28T01:50:50.636+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>How to find the cause of deadlock in SQL Server?</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }   If you are a database administrator or technical support person for a large application, you may have come across this problem. Sometimes users say that their application is hanging while doing some usual operations, like running report, fetching details, etc. The cause is due to dead lock in some</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4131435520397763492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4131435520397763492&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4131435520397763492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4131435520397763492'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/how-to-find-cause-of-deadlock-in-sql.html' title='How to find the cause of deadlock in SQL Server?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-4583605229777400193</id><published>2008-10-25T22:37:00.002+05:30</published><updated>2008-10-26T11:52:14.776+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>SQL: Datatype, Smalldatetime does not store second.</title><summary type='text'> Smalldatetime datatype is less precision version of datatime datatype. Datetime variable takes 4 bytes while smalldatetime takes 2 bytes of memory. If you do not require precision to second level then, it's ok to use smalldatetime. But problem comes when you use datetime and smalldatetime variables interchangeably.  &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt; </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/4583605229777400193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=4583605229777400193&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4583605229777400193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/4583605229777400193'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/sql-datatype-smalldatetime-does-not.html' title='SQL: Datatype, Smalldatetime does not store second.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-1312695574517549460</id><published>2008-10-24T21:53:00.001+05:30</published><updated>2008-10-25T23:21:25.156+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>SQL- Concatenate data in Table</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }     If you want to merge strings in different rows a table separated by a character (say comma[,]),  then you can do so easily with a simple SQL Trick without requiring any loop.   You just have to declare a varchar variable long enough to hold all data. and write a select statement for the table. </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/1312695574517549460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=1312695574517549460&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1312695574517549460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/1312695574517549460'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/sql-concatenate-data-in-table.html' title='SQL- Concatenate data in Table'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8028041359169783461</id><published>2008-10-24T21:40:00.001+05:30</published><updated>2008-10-25T23:21:25.157+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>SQL: The table '#tbl_result' is ambiguous.</title><summary type='text'>   .hmmessage P { margin:0px; padding:0px } body.hmmessage { FONT-SIZE: 10pt; FONT-FAMILY:Tahoma }     If you are SQL programmer, there may be cases where you want to join same table multiple times to pull out same data. This is ok for select operation. But in case of update and delete operation, it may not be easy. The error  "The table 'tablename' is ambiguos' comes while performing such update</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8028041359169783461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8028041359169783461&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8028041359169783461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8028041359169783461'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/sql-table-tblresult-is-ambiguous.html' title='SQL: The table &apos;#tbl_result&apos; is ambiguous.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-7153059405185485258</id><published>2008-10-23T21:23:00.001+05:30</published><updated>2008-10-25T23:21:25.158+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>How to change the columns of SQL Query output or table to rows?</title><summary type='text'>If you are database programmer, you may have come across this issue. There may be cases in which user should be allowed to enter data column wise.   Here is an example. Suppose, for a manufacturing company, a user should enter plan volume to be produced in month wise basis. The screen provided should be like this.   </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/7153059405185485258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=7153059405185485258&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/7153059405185485258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/7153059405185485258'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/how-to-change-columns-of-sql-query.html' title='How to change the columns of SQL Query output or table to rows?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-2157535289105913203</id><published>2008-10-23T21:00:00.001+05:30</published><updated>2008-10-24T09:26:20.670+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>What if your Windows Explorer Crashes?</title><summary type='text'>Windows Explorer is one of the major program that has to keep running always for us to use computer. But it may some times crash due to some virus, anti-virus or other threats. Then, we generally have to restart the machine. If it did not work, the other options remained are to boot in safe mode, or to start in "Last known good configuration". But these options may not work always.Some days </summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/2157535289105913203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=2157535289105913203&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/2157535289105913203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/2157535289105913203'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/what-if-your-windows-explorer-crashes.html' title='What if your Windows Explorer Crashes?'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6323599707646974133.post-8776665419933286342</id><published>2008-10-23T11:47:00.000+05:30</published><updated>2008-10-25T23:21:25.158+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>Warning: Null value is eliminated by an aggregate or other SET operation.</title><summary type='text'> If you are a programmer or database administrator, you must have come across this problem. But, this does not make a lot of difference usually. But we should be always aware of such warnings too.   This problem usually comes while using multiple joins and aggregate functions like sum(), avg(), etc in SQL Server. The main cause is due to the fact the while aggregating some data may have null. And</summary><link rel='replies' type='application/atom+xml' href='http://techcreeze.blogspot.com/feeds/8776665419933286342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6323599707646974133&amp;postID=8776665419933286342&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8776665419933286342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6323599707646974133/posts/default/8776665419933286342'/><link rel='alternate' type='text/html' href='http://techcreeze.blogspot.com/2008/10/warning-null-value-is-eliminated-by.html' title='Warning: Null value is eliminated by an aggregate or other SET operation.'/><author><name>Suraj Shrestha</name><uri>https://profiles.google.com/109440069674037208067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-nyt_1kHs9Ac/AAAAAAAAAAI/AAAAAAAAAAA/g_Ns0VvxpFM/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry></feed>
