Tuesday, March 9, 2010

Tech

SQL Server 2008: FIXED “Saving changes is not permitted” SQL Server 2008: FIXED “Saving changes is not permitted”

Working in SQL Server 2008 I received this confusing error when editing the structure... 


Remove Unwanted Firefox Auto-Suggest Entries Remove Unwanted Firefox Auto-Suggest Entries

Firefox 3 is awesome we all know that, but there are some things that that would... 


SQL Server 2008: FIXED “Data has changed since the Results pane was last retrieved” SQL Server 2008: FIXED “Data has changed since the Results pane was last retrieved”

Today I was trying to edit the value in a table cell through the query browser in... 


I got a Drobo! I got a Drobo!

I have entered into a relationship with a new piece of high tech equipment, Drobo.... 


follow up to my iPad predictions follow up to my iPad predictions

So Apple has announced the iPad. This is a follow up to the predictions  I posted... 


Read More Posts From Tech

Josh's Rambling

141 Eyewear, a product with a purpose 141 Eyewear, a product with a purpose

Over the past few years, Tom’s shoes have become well known, hip and trendy.... 


StatusThis StatusThis

I admit that I love all flavors of social networks, including spatial once. My current... 


I got a Drobo! I got a Drobo!

I have entered into a relationship with a new piece of high tech equipment, Drobo.... 


Book review: Crush It Book review: Crush It

I really suggest that you read this book. I’ve been leveraging social media... 


Art imitating life Art imitating life

I saw this and it brought teh LOLz. Thought I would share.  Check out this guys... 


Read More Posts From Josh's Rambling

tutorials

SQL Server 2008: FIXED “Saving changes is not permitted” SQL Server 2008: FIXED “Saving changes is not permitted”

Working in SQL Server 2008 I received this confusing error when editing the structure of a table: “Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can’t be re-created or enabled the option Prevent saving changes that require... [Read more of this review]


Remove Unwanted Firefox Auto-Suggest Entries Remove Unwanted Firefox Auto-Suggest Entries

Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar. Most of the time FireFox does a very good job of figuring out what you want to do, but when it goes bad, it goes really bad and gets... [Read more of this review]


SQL Server 2008: FIXED “Data has changed since the Results pane was last retrieved” SQL Server 2008: FIXED “Data has changed since the Results pane was last retrieved”

Today I was trying to edit the value in a table cell through the query browser in Microsoft SQL Server Management Itudio and I kept getting the following error: Data has changed since the Results pane was last retrieved. Do you want to save your changes now? (Optimistic Concurrency Control Error) Click Yes to commit your changes to database anyway. Click... [Read more of this review]


How To detect an internet connection with the iPhone SDK How To detect an internet connection with the iPhone SDK

There are several ways to problematically detect if an iPhone has an internet connection, but most of them cant tell you how the iPhone is connected to the internet. Apple has sample code to accomplish just this task. The Reachability class is not shipped with the SDK, but is part of a sample project of the same name. http://developer.apple.com/iphone/library/samplecode/Reachability/index.html Using... [Read more of this review]


String Comparison in the iPhone SDK String Comparison in the iPhone SDK

The wrong way to do string comparisons in the iPhone SDK if(myTitle == @"HELLO") The right way if([myTilte isEqualToString:@"HELLO"])  Read More →


Read More Posts From tutorials