I just found this great tune on Youtube.
Being a bit of a coder myself I love all the coding references, and its a great tune.
Very well done.
Via DarrenKitchen.net
|
||||||
|
I just found this great tune on Youtube. Being a bit of a coder myself I love all the coding references, and its a great tune. Very well done. Via DarrenKitchen.net You cannot change the SA password in Microsoft SQL server like you do a users password. To change the SA password you need to run the following command from a DOS prompt. C:> OSQL -E -S -dmaster -n -iC:\temp\sa.sql where sa.sql contains sp_password @new = ‘will_never_forget_again’, @loginame [...] I often use Microsoft Excel at work to collate data. One feature I’ve always had trouble with is the freeze funtion. To lock rows, select the row below where you [...] I kind of like using Window Photo Gallery in Windows Vista. Its a nice way to display and browse my photos. After some [...] I’m trying to build an Oracle RAC system at work to understand how it works better. As part of this I had to build three Linux systems. I built one, then cloned it (it was a virtual machine in VMware). But having done that, it of course kept the hostname of the first machine. So I [...] |
||||||
|
Copyright © 2010 Malcolm's Tech Tips - All Rights Reserved |
||||||