MS Document on SQL Server Performance

Comments off

XSLT in XML Spy

Comments off

Alternatives to top command

Comments off

Perforce: Changing File Case

Comments off

Determining SQL Server Index Sizes

select
i.[object_id],
i.index_id,
p.partition_number,
p.rows as [#Records],
a.total_pages * 8 as [Reserved(kb)],
a.used_pages * 8 as [Used(kb)]
from
sys.indexes as i
inner join
sys.partitions as p
on i.object_id = p.object_id
and i.index_id = p.index_id
inner join
sys.allocation_units as a
on p.partition_id = a.container_id
where

 

i.[object_id] = object_id(‘dbo.order details’)
and i.index_id = 1 — clustered index

order by
p.partition_number
go

Notice the

 

 

red part above is where you put the DB table, and the index type is controlled by the second part. For a list of index Ids in SQL Server, please see: 

 

http://www.sql-server-performance.com/articles/per/index_data_structures_p1.aspx (run find with “Greater and equal to 2″)

Comments off

BBC Learning English – Confusing words and expressions

Comments off

Eclipse – Share Perspective Across Workspaces

Comments off

Alternative Packaging in Maven

Comments off

Demos of Oracle Enterprise Pack for Eclipse

Comments off

Mzdy IT odborníků v České republice | ČSÚ

Comments off

Informace o odstávkách teplé vody

Comments off

Wetland Centre

Comments off

MS Visio Keyboard Shortcuts

Comments off

Profiles in Maven

Comments off

Free Maven PDF book

Comments off

What are the best JVM settings for Eclipse? – Stack Overflow

Comments off

Virtual Machine Option in Eclipse

Comments off

SQL EXERCISE

SQL EXERCISE example.

Comments off

Cyklisticke mapy Prahy

Comments off

Explicit locks in Java 5

Comments off

Bugs and issues with Thread.sleep

Comments off

Holic/kadernictvi na Pankraci

Comments off

Pomoc 24 pro Prahu

Pražská Plynárenská a.s. zřídila pro své zákazníky službu Pomoc 24.
Jedná se o nonstop servis v oborech plynaři, instalatéři, topenáři, elektrikáři, zámečníci, sklenáři a kanalizace.

Comments off

Interaktivní plán pražské dopravy

PlanyDopravy
KEYWORDS: mhd

Comments off

Velocity in Spring Applications

See:
- org.springframework.ui.velocity.VelocityEngineFactoryBean
- VelocityEngineUtils

Spring Email Chapter
Using Velocity in your Spring Applications
Spring Velocity Mail

Comments off

Drools esej

Comments off

Find Class In Jar

Comments off

What’s New in Spring 3.0 (video)

In InfoQ: What’s New in Spring 3.0 Arjen Poutsma reviews Spring Framework 2.5 and takes a look at Spring 3.0 – Java 5 , Spring Expression Language, REST support, Portlet 2.0, declarative model validation, early support for Java EE 6 – and the roadmap ahead.

Comments off

Days between two dates

Comments off

Daňové přiznání online

Daňové přiznání
- ZDARMA komplexní daňovou kalkulačku
- ZDARMA tisk kompletního daňového přiznání
- ZDARMA možnost online podání daňového přiznání
- možnost anonymního vyplnění
- rady jak ušetřit Vaše peníze

Comments off

Němčina – česko – německá konverzace volně ke stažení a vytištění

Comments off

Stored Procedure Tuning Video

Jack of All Trades Stored Procedure: In this video, Greag Larsen some how to create a Jack of All Trades stored procedure and how to optimize it and monitor its performance.

Comments off

SQL Server Training

Comments off

Drama on BBC

Comments off

Grindle for Eclipse

GrinderStone  is an Eclipse plug-in for Grinder load testing scripts development (debugger for scripts is included). via

Comments off

The TCPProxy

The TCPProxy is a proxy process that you can place in a TCP stream, such as the HTTP connection between your browser and a server. It filters the request and response streams, sending the results to the terminal window (stdout).

You can control its behaviour by specifying different filters. The TCPProxy’s main purpose is to automatically generate HTTP test scripts that can be replayed with The Grinder’s HTTP plugin. Because the TCPProxy lets you see what’s going on at a network level it is also very useful as a debugging tool in its own right. via

Comments off

Assess Web Application Client Performance

IBM Page Detailer is a graphical tool that enables Web site developers and editors to rapidly and accurately assess performance from the client’s perspective. IBM Page Detailer provides details about the manner in which Web pages are delivered to Web browsers. These details include the timing, size, and identity of each item in a page. This information can help Web developers, designers, site operators, and IT specialists to isolate problems and improve performance and user satisfaction. via

Comments off

Squash v Malesicich (Jarov)

Comments off

Ceske akceleratory

Comments off

Accelerator for Firefox

SearchMenu add-on for Firefox (similar to IE8 Accelerator)

Comments off

Linux Version

rpm -qa | grep redhat-rel
uname -a
cat /proc/version

Comments off

IE8 Accelerator Documentation

Comments off

IE8 Accelerators

Comments off

Get Directory Size

Comments off

Squash na Budejovicke

Comments off

Awk and Sed Articles

Comments off

How to Print Apostrophe in AWK

$ awk &apos;BEGIN { print “Here is a single quote <&apos;\&apos;&apos;>” }&apos;

via AWK Programming.

Comments off

WCat 6.3

Web Capacity Analysis Tool (WCAT) is a lightweight HTTP load generation tool primarily designed to measure the performance of a web server within a controlled environment. WCAT can simulate thousands of concurrent users making requests to a single web site or multiple web sites. The WCAT engine uses a simple script to define the set of HTTP requests to be played back to the web server. Extensibility is provided through plug-in DLLs and a standard, simple API.

via WCat 6.3 (x86) : Downloads : The Official Microsoft IIS Site.

Comments off

Select entire strings and methods in Eclipse

Comments off

Protokit

Protokit | Konigi
Protokit is a toolkit for creating HTML prototypes. It uses the following open source libraries and plugins: Blueprint, jQuery, jQuery UI, jQuery Templates, and iXEdit.

Comments off

« Previous entries Next Page » Next Page »