SQL Management Studio by default does not let you make changes that require dropping and recreating a database table. This can be quite annoying if you just made changes you want to save. Here are some column actions that will trigger … Continue reading
Jacki Moody
It can be annoying when you are forced to re-authenticate when connecting to a web site that accepts your domain NTLM authentication. FireFox has a way to make this pass-through so you don’t have to deal with the authentication as you go … Continue reading
Here are two ways to retrieve SQL records modified in the last hour. The first method uses a fraction of a julian date to return the last hour. The second method uses the DateAdd function. I prefer using the DateAdd … Continue reading