Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Monthly Archives: October 2011

The transaction log for database XXXX is full

  • October 21, 2011

First get the name of your database logs use ycsoftware select * from sys.database_files Next just run the following to truncate the logs use ycsoftware go dbcc shrinkfile (ycsoftware_Log,1) backup log ycsoftware with truncate_only dbcc … Read more

    • Databases
    • MS SQL Server

Change PHP run or run as Keyboard Keys in Eclipse

  • October 20, 2011

To run a PHP as a web page in Eclipse you have to use the following key combination : Alt + Shift + X, W What the heck ??? This is like 4 keys to run … Read more

    • System Administration

PHP and the dot operator

  • October 20, 2011

PHP uses the (->) Operator not the dot(.) operator. PHP DOES NOT use the dot(.) operator for objects. sorry JAVA and C# folks. PHP does use the dot(.) operator for concatenation.

    • PHP
    • Programming

Visibility Operators in PHP

  • October 19, 2011

Did you know that visibility operators are REQUIRED for php properties (class variables) and NOT REQUIRED for class methods (functions)? These are one the many rules that drive me nuts about PHP. “Class properties must … Read more

    • PHP
    • Programming

What is WINS? (Windows Internet Name Service)

  • October 18, 2011

Network administrators sometimes would give you a couple of DNS server IP addresses  and one or two WINS server IP addresses to add to your network settings see below: Now you are like : What … Read more

    • System Administration
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2026 Ycsoftware.net
Top