|
|
-
12 Liked
| 12 Learned
| 4 Comments
|
|
My 8 year old daughter just came back from school and asked me to help her do the home-work. I did not know that a female FOX is called VIXEN and just learned it from her text book.
Time to start learning some 'non technical' stuff !......
|
|
-
|
|
Recently I stumbled upon a quiz question based on the meaning of "Lorem ipsum" - I knew this word but not it's meaning. So I got the answer wrong. After little bit of searching, I found that "Lorem ipsum" has no meaning! Publishers use this phrase to re......
|
|
-
|
|
Most of the technical documents at my workplace are stored in google docs. The main attraction is that several people can edit/view the documents and the changes one person makes is visible to all others in real time.
Just learned that Microsoft Word......
|
|
-
|
|
While working on SAS I saw a good feature to select a column values from a table in textual format. Tried the same on MS Word and it works just the same.
[code]Col1 Col2 Col3
1111,2222,3333
1111,2222,3333
1111,2222,3333
[/code]
I wish to select ju......
|
|
-
|
|
It is pneumonoultramicroscopicsilicovolcanoconiosis......
|
|
-
|
|
Suppose you are maintaining some notes in a notepad on a daily basis and you want to add current date and time whenever you finish so that you can keep track of when notes are added. While working in a notead, Press F5 and it will insert current date an......
|
|
-
|
|
TOI (Times of India) ran an incorrect article today regarding a supposedly "rare" event - the occurence of 5 week-ends in July this year. According to the article, this happens once every 823 years.
However, I beg to differ and challenge this statem......
|
|
-
|
|
As interesting points Robert Dennyson posted "Avoiding NULL Is Good - Why?", I would like to share one more point which summarize there. This is related to the issue which we are facing while aggregation of the data having some NULL values. Here you ca......
|
|
-
|
|
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......
|
|
-
13 Liked
| 10 Learned
| 0 Comments
|
|
Wordpress.com allows us to post code on blogs using [sourcecode] tag. For instance, a SQL code will be posted using:
[code]
[sourcecode language="SQL"]
your code here
[/sourcecode]
[/code]
For more information URL: http://en.support.wordpr......
|
|