|
|
-
|
|
Suppose if you want to visit www.beyondrelational.com. instead of typing each character, just type beyondrelational and press CTRL+ENTER to invoke the website. This works in IE and Firefox......
|
|
-
|
|
Some time application load testing is require this is batch file content it can easily open Internet explorer with given URL by given no.
Create batch file using following content
[code]
set var i
FOR /L %%i IN (0,1,50) DO start iexplore ht......
|
|
-
|
|
ELMAH is an application-wide error logging package that is completely pluggable. It can be dynamically added to a running MVC application, or even all MVC applications on a machine, without any need for re-compilation or re-deployment.
Once ELMAH ha......
|
|
-
|
|
Run this and see the similarities
[code]select 1,11*11,111*111,1111*1111[/code]
The result will always have odd number of digits and numbers produced as result are same when parsed from left to right or right to left......
|
|
-
|
|
THE QUICK BROWN FOX JUMPS RIGHT OVER THE LAZY DOG
this sentence contain all 26 English alphabets like ABCD...
Thank You......
|
|
-
|
|
Here is the way to disbale/enable the SQL Jobs or its schedule from remote computer, The script is usning windows authentication and querying the MSDB database.
[code]
--Main Scripts
SQLCMD.EXE -S <servername> -E -dmsdb -h-1 -iQueryToRun_MSD......
|
|
-
|
|
For a change, I will be writing about something I learnt about ASP.NET during last week's Community Tech Days @ Ahmedabad (http://beyondrelational.com/blogs/nakul/archive/2011/06/06/community-tech-days-tech-ed-on-the-road-is-back-in-ahmedabad-june-11-20......
|
|
-
|
|
SQL Server always use additional covering index for the best execution plan when table have both normal and covering nonclustered index on it and those column to be qualified for the same.......
|
|
-
|
|
Just realized that the Enter key does not work in Firefox 3.0 Address bar if AVG Safe Search Extension is enabled.
To resolve this Go to Firefox’s Tools > Add-Ons > Extensions and disable "AVG Safe Search extension". After this restart your Fire......
|
|
-
|
|
I just learnt that, we can access environment variables simply by typing "%VariableName%" in "Run Window" (Win + R). Most of you might have used "%temp%" in your run window to reach the temp folder on your computer and that "temp" actually refers to an ...
|
|