Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to jump to a new line?  (Read 4719 times)

0 Members and 1 Guest are viewing this topic.

shadi

  • Guest
how to jump to a new line?
« on: November 24, 2004, 06:13:39 PM »
i want to Verify and Change the MSDE System Administrator Password, so on windows support i found this:

Type the following commands, on separate lines, and then press ENTER:
  sp_password @old = null, @new = 'complexpwd',  @loginame ='sa'
  go

     
where i should replace "complexpwd" with the new strong password. but i don't know how to jump to a new line without pressing ENTER.....can you please help me