Just Ask Jess
Random tutorials on technology related topics.
Tuesday, June 1, 2021
Excel: VLOOKUP Function Explained
Monday, September 21, 2020
SQL Server: Incompatible version error message
"The database 'myDatabase' cannot be opened because it is version 904. This server supports version 869 and earlier. A downgrade path is not supported."
Use For the 2019 version to download click here. https://go.microsoft.com/fwlink/?LinkID=866658
Choose the custom install option.
Warning: As you move through the installation wizard at the step labeled "Features" you need to select the checkbox next to "localdb" BUT there is a bug in this installation package. If you click anywhere in this windo it will move you to the next step. So be careful to make sure you click directly on the checkbox.
After you have successfully upgraded SQL Server Express restart the computer.
Step 1: Stop, Delete & Recreate LocalDb
Use command line for this step (cmd.exe).
To Stop LocalDb: "sqllocaldb stop MSSQLLocalDB"
To Delete LocalDb: "sqllocaldb delete MSSQLLocalDB"
To Create LocalDb: "sqllocaldb create MSSQLLocalDB"
The return message when a new instance is created should tell you the version of the instance created. The version for 2019 is 15.x.x.x. If the correct version isn't created MS SQL Server Express was not upgraded to the correct version in Step 1. You will need to start back at that step.
To Start the new LocalDb: "sqllocaldb start MSSQLLocalDB"
connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\myDatabase.mdf;Integrated Security=True"
Monday, February 18, 2013
How to Send a Group Message on an iPhone
Witty "Out of Office" Email
Some of the best "Out of Office" email automatic responses:
Friday, February 15, 2013
Keyboard Special Characters
Here are some special characters you can get using the number pad on your keyboard:
Hold down the ALT key and enter the number on the number keypad.
☺ = 1
☻ = 2
♥ = 3
♦ = 4
♣ = 5
♠ = 6
• = 7
◘ = 8
○ = 9
◙ = 10
♂ = 11
♀ = 12
♪ = 13
♫ = 14
☼ = 15
► = 16
◄ = 17
↕ = 18
‼ = 19
¶ = 20
VB.Net - Close Excel and Kill Process
This code will stop all Excel processes running on the machine.
Thursday, February 14, 2013
Book of Corporate Life
2. And then came the Assumptions.
3. And the Assumptions were without form.
4. And the Plan was without Substance.
5. And darkness was upon the face of the Workers.
6. And the Workers spoke among themselves saying, "It
is a crock of crap and it stinks."
7. And the Workers went unto their Supervisors and
said, "It is a crock of dung and we cannot live with
the smell."
8. And the Supervisors went unto their Managers saying,
"It is a container of organic waste, and it is very
strong, such that none may abide by it."
9. And the Managers went unto their Directors, saying,
"It is a vessel of fertilizer, and none may abide its
strength."
10. And the Directors spoke among themselves, saying to
one another, "It contains that which aids plant growth,
and it is very strong."
11. And the directors went to the Vice Presidents,
saying unto them, "It promotes growth, and it is very
powerful."
12. And the Vice Presidents went to the President,
saying unto him, "It has very powerful effects."
13. And the President looked upon the Plan and saw that
it was good.
14. And the Plan became Policy.
15. And that is how crap happens.