David Kearns Central RSS 2.0
# Tuesday, September 29, 2009
I had been using Microsoft's Live OneCare. It seemed to have less issues than McAfee or Norton when I first got it, and then I discovered that I only needed 1 subscription for the entire house, I liked that. However no one else seemed to like it, so Microsoft is killing it. Enter Microsoft's new plan:

Virus, Spyware & Malware Protection | Microsoft Security Essentials:

Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software.

Microsoft Security Essentials is a free* download from Microsoft that is simple to install, easy to use, and always kept up to date so you can be assured your PC is protected by the latest technology. It’s easy to tell if your PC is secure — when you’re green, you’re good. It’s that simple.

Now I'm not sure how a bad selling product being replaced by a free product makes a company more money, but I need to find something to replace the sunsetted Live OneCare so this is as good a place as any to start...

Tuesday, September 29, 2009 1:46:39 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [3] -
admin
# Monday, September 21, 2009
Enabling CLR Integration:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
Very exciting T-SQL script used today...
Monday, September 21, 2009 2:18:55 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
.net
# Thursday, September 10, 2009
Creately Releases Its Simple Diagramming And Design Tool To The Masses:
Creately, an online diagramming and design application launched by Cinergix and showcased at TechCrunch50’s Demopit in 2008, is unveiling its online tool to the greater public (the startup has been in private beta). Creately lets anyone create create and collaborate on flow charts, wireframes, network diagrams, sitemaps and more within its site.
Very impressive. By the look of the video there is a new #2 contender to the Visio throne, and perhaps a future Google acquisition...



Props to Makembe for the link.
Thursday, September 10, 2009 9:43:00 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
work
LINQ to XSD - Home:
The LINQ to XSD technology provides .NET developers with support for typed XML programming. LINQ to XSD contributes to the LINQ project (.NET Language Integrated Query); in particular, LINQ to XSD enhances the existing LINQ to XML technology.
Still not native, even in .NET 4.0, but no longer seems to be in alpha.
Thursday, September 10, 2009 9:18:49 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
.net
# Thursday, August 13, 2009
Initially when I named my PC I picked the generic "StudioXPS" which is the model of dell, or so I thought I did. Actually I named it "SudioXPS" as if I am a huge Phil Collins fan... I know it's a pain to change names, and the places that machine name gets carved in stone, but the OCD kicked in and I NEEDED to fix it. And, as expected, SQL Server wasn't so happy.

SQL Learnings: Can't Modify/Delete Maintenance Plans in SQL 2005 after Rename:
After renaming SQL Server 2005 server the maintenance plans couldn't be deleted. When trying to delete or modify a plan user gets an error. Using the SSMS there is no way to delete the plan. I thought it might a similar issue to I had encountered with SQL Server 2000 Jobs (link); so I searched to see if Maintenance plans table was storing server name and couldn't find anything.
Not so fast, my machine didn't even seem to like that, so let's manually delete all jobs first:
Sql Server 2005 Delete Maintenance Plan Error « Gediminas (Gedas) Gudenas:
Below is the manual SQL fix to address this error: Drop failed for Job ‘XXXXXXXXXXXXX’. (Microsoft.SqlServer.Smo) The DELETE statement conflicted with the REFERENCE constraint “FK_subplan_job_id”. The conflict occurred in database “msdb”, table “dbo.sysmaintplan_subplans”, column ‘job_id’. The statement has been terminated. (Microsoft SQL Server, Error: 547)
Then back to the first page, and voila! We're ready to do the Maintenance Plan Wizard from scratch. Thanks Hive Mind that we call the Interwebs! *bawk* *bawk*
Thursday, August 13, 2009 11:19:01 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
admin
# Thursday, August 06, 2009
Ridley Scott, DiCaprio travel to Brave New World | Reuters:
Ridley Scott is going back to the futurism. The "Blade Runner" director is joining forces with Leonardo DiCaprio to take on one of the most highly regarded dystopian works of literature, Aldous Huxley's "Brave New World."
Thursday, August 06, 2009 9:29:40 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
film
# Wednesday, July 29, 2009
Lyrics and Music:
Nobody likes me, everybody hates me,
Think I'll go eat worms.
Big fat juicy ones, Eensie weensy squeensy ones,
See how they wiggle and squirm.

Chomp off their heads and squeeze out the juice
And throw their tails away
Nobody knows how I survive
On worms three times a day.
Wednesday, July 29, 2009 8:23:06 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
life
# Monday, July 27, 2009
Took a few times too, all your ducks really need to be in a row. One thing I missed is turning off SQL Agent, which I needed to do since I have transaction log back ups every hour, and the process of a full backup, copy, restore takes close to that...

SQL 2005 Database Mirroring Tutorial:
Forget about Windows Authentication or Domain Account.....   just use Certificates is good enough.
 
What you need is:
- 2 Servers and 1 Witness
- Create a database on Principal Server
- Backup the database 2 times: 1st time do a "FULL" backup, 2nd time do a "Transaction Log" backup
- Restore the database on Mirror Server, MUST use option "NO RECOVERY" !!! After restore, the mirror database will not take any request, that is completely normal.
- Fully Qualified Domain Name for all 3 servers.....  you can do this by: 1. Setup a domain, or 2. Change the computer name and modify the "HOSTS" file on the 3 servers (C:\WINDOWS\system32\drivers\etc)
 
OK ! Now we shall start!
 
HOST A = Principal Server
HOST B = Mirror Server
HOST W = Witness Server
 
You need to copy the certificate between the servers manually.
Monday, July 27, 2009 12:09:41 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
admin
# Friday, July 24, 2009
System Volume Information - Vista Forums:
I have noticed that my System Volume Information folder is very big. I cleared the restores and it went down to 600MB because it has to leave the lastest. However, after 4 days, it has already risen to 5GB in size. My hard disk is 160GB capcacity. How large should the folder be and will it rise to a certain point and then stop? What proportion of the drive does the folder take up.
Apparently some people are concerned about every last byte, I went looking to see what the SVI folder should be restricted to, as on my machine it had taken about 150GB of space. Apparently it was set to "unbounded" and not restricted to 15% or so of my drive. I set it to 1GB to clear out the old (since I'm doing a full system backup for just the purpose of having a system restore) and then set it to about 10% of my drive (26GB). Now I'm questioning my decision to move my iTunes library to the NAS device...
Friday, July 24, 2009 9:11:25 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [1] -
admin
Archive
<October 2009>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
Blogroll
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions.

© Copyright 2010
David Kearns
Sign In
Statistics
Total Posts: 1300
This Year: 1
This Month: 0
This Week: 0
Comments: 1761
Themes
Pick a theme:
All Content © 2010, David Kearns
DasBlog theme 'Business' created by Christoph De Baene (delarou)