Atlanta Braves vs Bill Hohn

Posted by Darren | Posted in Life in General, News | Posted on 07-30-2009

Tags: , , , ,

0

July 29, 2009 – Atlanta Braves vs Florida Marlins: Bill Hohn ejected Bobby Cox and Brian McCann. Read the story and watch the video.

In the 8th inning Bill Hohn called a 1-0 pitch a strike on Brian McCann. After McCann returned to the dugout, Hohn heard something that led him to walk to the edge of the Braves’ dugout. Bobby Cox and Hohn exchanged words. Cox tried to walk away, but Hohn pulled out the lineup card and told Cox he had to throw somebody out of the game. Hohn told Cox to pick a player to eject or he would pick a player for him. Instead of kicking a player out Cox asked to be ejected, for the 147th time in his career. Before the next inning started Brian McCann was kicked out for asking Hohn “Can you at least admit that you missed the pitch?” At the end of the game Hohn was seen exchanging a fist bump with Marlins catcher John Baker. Chipper Jones was quoted saying “As a player, it makes me not want to play when that stuff happens, because you don’t have a chance.”

June 21, 2009 – Atlanta Braves vs Boston Red Sox: Bill Hohn ejected Bobby Cox, Chipper Jones and Eric O’Flaherty. Read the story and watch the video.

Share

Microsoft SQL Sample Databases

Posted by Darren | Posted in Technology, Work | Posted on 07-21-2009

Tags: ,

0

SQL Server 2000: Northwind & Pubs
Download 1Download 2
Instructions:

  • Run “SQL2000SampleDb.msi”
  • Browse to “C:\SQL Server 2000 Sample Databases”.
  • Execute “instnwnd.sql” & “instpubs.sql”

SQL Server 2005: AdventureWorks & AdventureWorksDW
AdventureWorksDB.msiAdventureWorksBI.msi
Instructions:

  • Run “AdventureWorksDB.msi” & “AdventureWorksBI.msi”
  • Attach the databases by executing the following script:

exec sp_attach_db @dbname = N'AdventureWorks',
@filename1 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf',
@filename2 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_log.ldf'

exec sp_attach_db @dbname=N'AdventureWorksDW',
@filename1=N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorksDW_Data.mdf',
@filename2=N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorksDW_log.ldf'

Share

VeryPDF PDF Password Remover

Posted by Darren | Posted in Technology | Posted on 07-17-2009

Tags: , ,

1

VeryPDF makes a program called PDF Password Remover. With this software it only takes a few seconds to remove the “owner” password. The owner password is set to prevent a user from editing, printing, etc. After decrypting a PDF, it can then be opened in any PDF viewer without restrictions. The software supports documents created in all versions of Adobe (including 9.x, which features 128-bit encryption). Note: this software can not be used to remove “user” passwords (a password which you are asked for when opening the file).

Share