daskd

Stories kicked by daskd

Server Backup On The Cheap: Backup For Less Than $10.00 A Year(coderjournal.com)

submitted by zigamorphzigamorph(3319) 2 years, 5 months ago

I have started and stopped this post probably about 10 times now. I just didn’t feel it was that interesting. But there probably isn’t a better time to capitalize on this post than this week, because of a certain few widely known bloggers, who should have known better, and had their websites go down with out any backups. read more...

add a comment |category: |Views: 11

tags: another

Worldkit:Open Source Awesome looking Mapping application |TechArtifact(techartifact.com)

submitted by ankygoyalankygoyal(519) 2 years, 11 months ago

Are you looking for a good mapping application component to use in your application. It should have good graphics and should be easy to use?? read more...

add a comment |category: |Views: 9

tags: another

the most inspiring talk I’ve ever heard!(blog.goeran.no)

submitted by GOEranGOEran(380) 3 years ago

UncleBob’s keynote from RailsConf2009 – the most inspiring talk I’ve ever heard. If you are a software developer and consider yourself as a professional, you should watch this presentation. Robert C. Martin aka UncleBob has been a programmer for 40 years, written tons of articles and some really good books. He has worked very hard to promote professionalism and craftsmanship to software developers. In this keynote you’ll see him talk about that. Watch and learn! read more...

add a comment |category: |Views: 23

tags: another

SQL Server - Find missing and unused indexes(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 1 month ago

How to find SQL Server indexes that should exists and those that shouldn't when performing index maintenance. read more...

add a comment |category: |Views: 43

tags: another

ioDrive, Changing the Way You Code(jdconley.com)

submitted by jconleyjconley(650) 3 years, 2 months ago

A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. read more...

add a comment |category: |Views: 446

tags: another

IIS 7 Compression. Good? Bad? How much?(weblogs.asp.net)

submitted by BagavathiBagavathi(150) 3 years, 3 months ago

Very detailed information on IIS 7 compression read more...

add a comment |category: |Views: 11

tags: another

SQL SERVER - Disable Windows Authentication - Remove Windows Authentic(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

I just received following email from one of the blog reader. Question : “How to disable Windows Authentication?” Simple answer to this most asked question. Bookmark it. read more...

1 comment |category: |Views: 343

tags: another

SSMS Tools Pack 1.5 is out with Window Connection Coloring(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 3 months ago

This new version of this popular SSMS add-in brings Window Connection Coloring feature and a few improved old features. read more...

add a comment |category: |Views: 210

tags: another

Advanced SQL Server 2005 Express Job Scheduling(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 5 months ago

How to make run once, daily, weekly, monthly absolute and relative scheduling in SQL Server Express 2005 and 2008 without any 3rd party tools. read more...

add a comment |category: |Views: 85

tags: another

Controlling HTML in ASP.NET WebForms(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 5 months ago

"Developers want control. Developing for the web is seemingly more of a love/hate relationship with the tools at our disposal. Sometimes our tools and frameworks give us power, but not control. While we love the functionality and ease-of-use of many of the stock server controls found in ASP.NET WebForms, sometimes we find that the underlying HTML isn’t exactly what we need." read more...

2 comments |category: |Views: 272

tags: another

I KILL-ed you! Now can I go for a coffee break while you die?(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 6 months ago

Find out how long it will take for a rollback to complete in SQL Server with the help of a little know feature of the KILL keyword. read more...

add a comment |category: |Views: 13

tags: another

Immediate deadlock notifications without changing existing code(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 10 months ago

In my previous post about immediate deadlock notifications in SQL Server 2005 I've shown a way to use a try catch block to get the deadlock error. The con of this method, although it uses best practice for error handling in SQL Server 2005, is that you have to change existing code and it doesn't work for non stored procedure code. And that IS a pretty BIG con! So here's a solution to this con. read more...

add a comment |category: |Views: 20

tags: another

SQL Server 2005: Get full information about transaction locks(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years ago

Get information about what locks are being held by the transaction, what SPID owns the transaction, on which objects the locks are being held, what SQL statement caused the locks, etc... read more...

add a comment |category: |Views: 60

tags: another

Free SQL Server tools that might make your life a little easier (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 6 months ago

Free MS and non MS tools for easoer work with SQL Server 2005 and 2000 read more...

1 comment |category: |Views: 62

tags: another

.Net Windows Forms ListView ColumnHeader width tip. Set it to -1 or -2(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

a little know width settings for ListView Column Headers. read more...

4 comments |category: |Views: 120

tags: another