How to measure performance of Queries?
1 SET LANGUAGE ENGLISH
2 SET STATISTICS TIME ON
3 SET STATISTICS IO ON
4
5
6 PRINT 'Result of first Query'
7 Your first Query
8 PRINT 'Result of second Query'
9 Your second Query
Reference
How to handle ASP.NET textbox client side events?
function(s, e)
{
alert(s.GetValue());
anotherTextBoxClientİnstanceName.SetValue('asdsd');
}
{
alert(s.GetValue());
anotherTextBoxClientİnstanceName.SetValue('asdsd');
}
Subscribe to:
Posts (Atom)