powerrush

Stories submitted by friends of powerrush

SQL SERVER – Encrypted Stored Procedure and Activity Monitor(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 7 months ago

If you are using Encrypted Stored Procedure you not see them in Activity Monitor read more...

1 comment |category: |Views: 67

tags: another

Superior unit testing in Visual Studio with Telerik JustMock(www.telerik.com)

submitted by javeryjavery(5523) 1 year, 7 months ago

Fast and controlled unit tests independent of external resources; mocking of non-virtual methods, sealed classes and static methods & classes; Arrange, Act, Assert pattern. Try now read more...

add a comment |category: |Views: 205

tags: another

Build automated tests in minutes with the WebUI Test Studio(www.telerik.com)

submitted by javeryjavery(5523) 1 year, 7 months ago

Test any web application – HTML/AJAX/Silverlight/MVC. Take full control over your code and tests. Telerik WebUI Test Studio is where you need it most – tightly integrated in Visual Studio. Generate coded unit tests and add them to the build server. Ship quality code with every release. Download your free evaluation copy. read more...

add a comment |category: |Views: 100

tags: another

How Good C# Habits can Encourage Bad JavaScript Habits: Part 1(enterprisejquery.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 7 months ago

This is the first post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript.Introduction Many people come to jQuery and believe that their knowledge of a previous classical language (C#, Java, etc) will help them be successful at client-side scripting. You can use your classical language skills to accomplish a large amount of functionality with jQuery. However, the more client-side code you write you will find yourself uncovering strange bug... read more...

1 comment |category: |Views: 427

tags: another

The Limitations of the Views – Eleven and more…(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 7 months ago

I am confident that you may know few and you may know many. I am now interested to read what all of you have to offer on this subject. I encourage all of you to go through complete series and write your own on the subject read more...

add a comment |category: |Views: 191

tags: another

Wait Stats and Health Check - A Path to Performance (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 7 months ago

Wait Stat Analysis is very crucial for optimizing databases, but it is often overlooked due to lack of understanding. We perform advanced resource Wait Statistics Analysis and provide you with suggestions to optimize your database server. We train your DBA to make them skillful enough so they can perform this analysis by themselves in the future. read more...

add a comment |category: |Views: 87

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

COUNT(*) Not Allowed but COUNT_BIG(*) Allowed in VIEW(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

One of the most prominent limitations of the View it is that it does not support COUNT(*); however, it can support COUNT_BIG(*) operator. In the following case, you see that if View has COUNT (*) in it already, it cannot have a clustered index on it. On the other hand, a similar index would be created if we change the COUNT (*) to COUNT_BIG (*).For an easier understanding of this topic, let us see the example here. read more...

add a comment |category: |Views: 107

tags: another

How to Stop Growing Log File Too Big(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A Simple Solution to Ancient Problem read more...

add a comment |category: |Views: 276

tags: another

What is an MVP? – How to become an MVP?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A Direct Answer to Famous Question! read more...

add a comment |category: |Views: 552

tags: another

Announcing Micro Instances for Amazon EC2(aws.amazon.com)

submitted by javeryjavery(5523) 1 year, 8 months ago

Awesome for small sites or projects. read more...

add a comment |category: |Views: 101

tags: another

Hiring a Community Manager for DNK(averyblog.com)

submitted by javeryjavery(5523) 1 year, 8 months ago

We are hiring a community manager for DNK. read more...

add a comment |category: |Views: 119

tags: another

Soft Delete – IsDelete Column – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

"Deleted records aren’t deleted. Look, they’re right there!” There is interesting conversation on the subject going on. If you are doing this, this one is for you - read more...

add a comment |category: |Views: 410

tags: another

Adding Column is Expensive by Joining Table Outside View – Limitation (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A second part of the story regarding limitation of the views! I am sure you did not know this! read more...

add a comment |category: |Views: 114

tags: another

Why add Automated Error Reporting to your program?(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 9 months ago

3 reasons why you should add Automated Error Reporting to your application. read more...

2 comments |category: |Views: 571

tags: another

Enterprise Strategies for Adopting HTML5 Part 1: Simplified Syntax(enterprisejquery.com)

submitted by elijahmanorelijahmanor(1448) 1 year, 9 months ago

HTML5 has many features which you’ve likely heard about or seen in various blog posts. With all of the publicity HTML5 has begun to hold weight as a marketing term and businesses are paying attention. In the near future we’ll see businesses want to leverage HTML5 to send a message that they are innovative and competitive. Unfortunately many of the HTML5 features are not fully implemented in the newest versions of modern browsers. Older browsers lack any HTML5 support. This leaves us with a key question: “To what extent can I use HTML5 inside my enterprise application?” read more...

add a comment |category: |Views: 4

tags: another