SQL prompt  

Posted in



How i work without it..
Kilobytes of SQL broking my fingers in SQL Managment studio 2005.
SQL Prompt very powerful app to code SQL.
One man said, that all this functionality already exists in Oracle environment.
I don't know - never use Oracle.
Maybe in SQL Server 2008 i can find all this prompting stuff..

Don't start holy war - SQL server just my work.
It's much more powerful than MySQL.

Oh!. link - http://www.red-gate.com/products/SQL_Prompt/index.htm

::Firefox::  

Posted in


I'm using two browsers for different tasks. Opera for surfing and using my private logins and firefox for work tasks, access my corp cite for example.
2-5 simple pages opened in tabs and.. When i click some hyper link firefox may crash.. Grrrr..
Some addons installed:
ColorfulTabs, Download embeded, Firebug (that why i use firefox)


-- RU
Я использую Oper`у для серфа, закладок и для "личных целей"
И Firefox для отладки и для всяких "служебный" сайтов...
Так вот отчего-то фаерфокс начал меня подбешивать переодически.
На все его предложения обновиццо я соглашаюсь. Сборка с локализацией, свеженькая.
3.0.5 - 1.9.0.5

Падает как-то через раз, но некоторые сайты (гугльные сервисы например) - особенно "уважает".
Хуливара ради замечу, что Opera живет и вполне резво пашет по несколько месяцев (я комп не выключаю).

Может мне лисоводы что-нить подскажут ?
А то мне как-то лень в этом разбираться.. Иных проблем навалом.
Думал, что firebug или DomInspector конфликтуют, но удаление обоих ничего не изменило. Оставил Firebug, т.к. пользую.

SQL Server RegExp  

Posted in ,


sp_dbcmptlevel db_name, 90
EXEC sp_configure 'show advanced options' , '1';
go
reconfigure;
go
EXEC sp_configure 'clr enabled' , '1'
go
reconfigure;
EXEC sp_configure 'show advanced options' , '1';
go



public static partial class UserDefinedFunctions
{
public static readonly RegexOptions Options =
RegexOptions.IgnorePatternWhitespace |
RegexOptions.Singleline;

[SqlFunction]
public static SqlString RegexMatch(SqlChars input, SqlString pattern)
{
Regex regex = new Regex(pattern.Value, Options);
string data = new string(input.Value);
data.ToLower();
Match aMatch = regex.Match(data);
return aMatch.ToString();
}
};



select dbo.RegexMatch( N'123-45-6789', N'\d{2}' )

http://msdn.microsoft.com/en-us/magazine/cc163473.aspx

::[win.mac.lin]::  

Posted


snapshot of life and work...

 

Posted

At last week i saw a fun virus...
It's draw some chineese text on screen and quote from the bible...
By KAV (Kaspersky) it identified as Trojan.Win32.Agent.wj.

Infected files: mslogon.exe and systemnt.exe.



 

Posted

I'm here again.

now i want to say a bit about M$ genuine advantage.
Microsoft start OGA (Office genuine Advantage)... Half year latter, then WGA (Windows GA)...
But you still can download and install updates and software from microsoft cite.
After the xGA programs started on tech forums starts discussion about methods to bypass GA checking... About a week and cracks are online. Next some weeks cracks and cracked files were deleted from most hostings. But now you can find files and instructions about bypass checking valid.
And what microsoft want ?
M$ makes me LOL.

metanews


Add to Google