How to Connecting to SQL Server 2008 from 2005 SSMS ..

Hello, To configure MS SQL service you need to connect the server via RDP and then open SQL configuration manager >>> expand the option ” SQL server network configuration” >>> select protocol TCP/IP >> right click on it >>> enable. You need to enable only TCP/IP, Named pipes, Shared memory. Once you enable TCP/IP protocol […]

See More

Install security plugin for yum

Hello, To see if this is installed and enabled, look under /etc/yum/pluginconf.d/security.conf — it should have a line that reads “enabled=1”. If not, you’ll want to enable that. root@server01[~]#yum install yum-security -y After you install the yum security plugin you will be able to check for only security updates. root@server01[~]#yum –security update Loaded plugins: presto, […]

See More

yum hangs on installing a specific package.

Hello, When try to install any packages or update the yum list get hang and nothing happens for this you can try the following this to fix it root@server01[~]#rm -f /var/lib/rpm/__db.* root@server01[~]#rpm –rebuilddb   Thank you.

See More