hunterz_85

Stories submitted by friends of hunterz_85

jQuery Custom Events(corymathews.com)

submitted by CoryMathewsCoryMathews(20) 4 months, 8 days ago

Using .trigger() and .triggerHandler() to create custom events in jQuery read more...

2 comments |category: |Views: 30

tags: another

Learning SQL Server - Efficient Query Writing Strategy - Gift Book(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 9 months, 22 days ago

Some people may push back on this next technique or misunderstand until getting to the very end. The goal is to have fewer errors as you write complex queries more quickly by making sure the easy stuff works first. read more...

2 comments |category: |Views: 80

tags: another

Find Nth Record Quickest Way in SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 9 months, 29 days ago

A Very simple tutorial to find Nth Record. A Quick Tutorial. read more...

add a comment |category: |Views: 7

tags: another

Database Worst Practices – New Town and New Job and New Disasters(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 15 days ago

Instead of writing best practices, I am going to write about few of the worst practices which I have quite often seen in the real world. Some of them are really bad that I often wonder how those who still use them were able to continue on the job so far. Let us go over few of the worst practices I have observed in the industry. read more...

1 comment |category: |Views: 211

tags: another

Using Pinned Sites to Build Customer Relationships(www.sitepoint.com)

submitted by malcolmsmalcolms(1156) 10 months, 15 days ago

You might remember we recently had a look at Pinned Sites with Internet Explorer 9 and Windows 7. A comment about that functionality in a recent Craig Buckler article set me to thinking. Craig said “There are some good features but I doubt many developers will have the time or inclination to use them unless other browsers implement similar functionality”. read more...

add a comment |category: |Views: 0

tags: another

Two Simple Puzzles - Tease Your Brain - Win Knowledge and Gift(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 27 days ago

Today I have two simple T-SQL Puzzle. You can answer them and win USD 25 Gift card. The gift card will be sent in email to winner. You will get choice of Gift Card brand based on your preference and country location. read more...

add a comment |category: |Views: 88

tags: another

SQL Puzzles and Interesting Solutions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 29 days ago

List of all the interesting puzzles and interesting solutions on my blog. read more...

add a comment |category: |Views: 152

tags: another

Using ActionMethodSelectorAttribute to Handle Multiple Submit Buttons(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 11 months, 6 days ago

The following article demonstrates how to use the ActionMethodSelectorAttribute object to handle multiple submit buttons with ASP.NET MVC. read more...

add a comment |category: |Views: 16

tags: another

Solution – Generating Zero Without using Any Numbers in T-SQL(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 11 months, 6 days ago

Generate Zero without using any numbers. An Interesting Puzzle and its solution. read more...

add a comment |category: |Views: 149

tags: another

ASP.NET MVC and Multiple Submit Buttons–Part 2(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 11 months, 20 days ago

The following article demonstrates how to differentiate multiple submit buttons in the same form with MVC and jQuery. read more...

add a comment |category: |Views: 28

tags: another

SELECT * gives error when executed alone but SELECT COUNT(*) does not.(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 11 months, 26 days ago

Try running SELECT * it will throw an error. Try running SELECT COUNT(*) it will not throw an error. Why? Read, Learn and Participate! read more...

add a comment |category: |Views: 101

tags: another

Copy Database from Instance to Another Instance – Copy Paste in SQL Se(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year ago

SQL Server has feature which copy database from one database to another database and it can be automated as well using SSIS. Make sure you have SQL Server Agent Turned on as this feature will create a job. The same job will execute the task. Make sure that SSIS is properly configured as well with necessary security permissions. You can automate this process as well control error logging. Following are the steps to copy database from one instance to another instance. read more...

add a comment |category: |Views: 43

tags: another

Pluralsight On-Demand FREE for SQL Server Course(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 1 month ago

Learning is always difficult. After learning how to apply your knowledge, learning in real life is even more difficult. Technology is moving faster than the speed of light and new technologies are always emerging – this is now the reality of the new technology world. Between all of this, I personally have very little time to learn new technology. I do not like eBooks (this statement warrants a whole new blog posts – some other time), I prefer regular books. It is becoming more and more difficult to carry around the books and read them with passion. It happened to me once that by the time I finished the book, there was a new version of the product out in the market. read more...

add a comment |category: |Views: 77

tags: another

Query to Recent Query on Server with Execution Plan Function(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 1 month ago

A quick script to get recently ran query. read more...

add a comment |category: |Views: 210

tags: another

How to append options to CascadingDropDown after initially populated v(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 1 year, 1 month ago

I needed to add additional dropdown options to a DropDownList web control in use by the Ajax Control Toolkit CascadingDropDown ASP.NET AJAX extender. The CascadingDropDown provided a means to get an automatic population of a set of options called by the web service. needed a way to append an “All” option to the drop down list, but I didn’t want to automatically include “All” as valid option in my Web Service. I wanted to append it on a specific form rather than as part of the data feed. read more...

add a comment |category: |Views: 8

tags: another

Using Translation Services within ASP.NET MVC 3 and jQuery(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 1 year, 2 months ago

The following article demonstrates how to use Microsoft’s Translation service within your ASP.NET MVC application using jQuery. read more...

add a comment |category: |Views: 292

tags: another