Archive

Posts Tagged ‘server’

How do I delete a blog on a Mac OS X Server?

July 26th, 2011

My school uses Apple computers. Recently, they added an Apple tool to the school website that allowed teachers to give assignments with wikis and blogs. The tool’s homepage (http://buzz.7hills.org ) shows that this tool is on a Mac OS X server.

So, on the list of blogs, it shows the few teachers who had already begun to use the technology.

I figured that I’d be blocked if I tried to create a blog, so I clicked on the Add Blog button for the heck of it. Surprisingly, it actually let me create a blog, even though I’m just a student. Unfortunately, my name is in big letters on the blog list and the server doesn’t seem to have a Delete Blog function. I’m probably going to get in huge trouble as soon as someone sees this so I desperately need a way to get rid of this.

Please help me get my name off that list!!

admin Communication and collaboration , ,

How can I setup my DNS server to view an internal website, in my subnet, from the outsite (internet)?

July 26th, 2011

How can I setup my DNS server to view an internal website, in my subnet, from the outsite (internet)? Or how can a view and internal website within a subnet of a subnet. ie.: from my departement LAN to my company wide LAN to the internet.

admin Networking , , , , , , , ,

Server drive not showing up under shared networks on mac?

July 26th, 2011

On my mac laptop, a drive for “hp server” usually shows up under my shared networks. I need it for transferring pictures/music etc between computers in the house. It usually is there, but it isn’t showing up. I restarted my computer and turned on and off the internet, but nothing is happening. Help?!?!?!

admin Hardware , , , , ,

What is the difference between Tower Server, Rack Server and Blade Server?

July 26th, 2011

Kindly explain what is the difference between Tower Server, Rack Server and Blade Server. And also let me Which environments need Tower Server, Rack Server and Blade server what are all the advantages of Rack and blade server.

admin Hardware , , , , ,

Apple quietly adds Mac Pro server config post-Xserve

November 9th, 2010

Apple quietly adds Mac Pro server config post-Xserve
Apple in the wake of plans to phase out the Xserve has brought out a new, server-oriented configuration of the Mac Pro on the Apple Store. The new version has the same 2.8GHz quad-core Xeon as the entry model but focuses on upgrades friendlier to the pre-installed copy of Snow Leopard Server. It more than doubles the RAM to 8GB and carries a second 1TB hard drive for options like a RAID mirror …

Read more on MacNN

admin Green IT , , , , ,

How to Change SA Password or Other MS SQL Server Passwords?

November 9th, 2010

How to Change SA Password or Other MS SQL Server Passwords?

A few days ago, I had a painful exprience that I lost sa password on my MS SQL Server database, and I almost took the whole weekend to look for some efficient SA password recovery solutions. I asked friends, searched on Internet and even bought some books… Fortunately, I finally got MS SQL Server Password Unlocker and it instantly changed the SA password but no data loss. Besides, I also got a couple of good “recover SA password” solutions in order to save your weekend in case you have lost or forgot MS SQL Server passwords (SA password!)

Option 1 : Use MS SQL Server Password Unlocker to Change SA Password

The most direct, efficient and fastest way to reset SA password is to take use of the third part utility – MS SQL Server Password Unlocker. Just two steps:

Step 1: Access to master.mdf file, which is default at C:Program FilesMicrosoft SQL ServerMSSQLDatamaster.mdf

Step 2: Select SA password and reset SA password

So, Change SA password success!

Option 2 : Change SA Password with Other SQL Server Login

If there is any other SQL Server Login that is a member of sysadmin role, you can log in using that account and reset SA password of SQL Server. Change the SA password account as described here :

SQL SERVER – Change Password of SA Login Using Management Studio.

Login into SQL Server using Windows Authentication.

In Object Explorer, open Security folder, open Logins folder. Right Click on SA account and go to Properties.

Change SA password, and confirm it. Click OK

Make sure to restart the SQL Server and all its services and test new password by log into system using SA login and new password.

Option 3 : Reset SA Password with Windows Login that is a member of Windows Admin Group

If there is any other Windows Login that is a member of Windows Admin Group, log in using that account. Start SQL Server in Single User Mode as described followings :

SQL SERVER – Start SQL Server Instance in Single User Mode.

There are certain situation when user wants to start SQL Server Engine in “single user” mode from the start up.

To start SQL Server in single user mode is very simple procedure as displayed below.

Go to SQL Server Configuration Manager and click on  SQL Server 2005 Services. Click on desired SQL Server instance and right click go to properties. On the Advance table enter param ‘-m;‘ before existing params in Startup Parameters box.

Make sure that you entered semi-comma after -m. Once that is completed, restart SQL Server services to take this in effect. Once this is done, now you will be only able to connect SQL Server using sqlcmd.

Make sure to remove newly added params after required work is completed to restart it in multi user mode.

Create a new login and give it sysadmin permission.

Note : If you have SQL Server Agent enabled, it starts before SQL Server service. If you have enabled SQL Server in a single user mode, it will connect it first, so it is recommended to turn that off before attempting any of the above options.

Reference : Pinal Dave (http://blog.SQLAuthority.com)
Password Unlocker(http://www.passwordunlocker.com)

source: http://blog.passwordunlocker.com

interesting in ms sql server

admin Database , , ,