For those works with many databases… mssql, oracle, sybase, progress sometimes has troubles with migrations. The Date/Time types sometimes are a big problem. This tip is how to convert seconds. … mais →
sl4v3rsl4v3r wrote 1 month ago: For those works with many databases… mssql, oracle, sybase, progress sometimes has troubles wi … more →
sl4v3r wrote 1 month ago: Sometimes we need to hide some information of a database. Here is a tip to encrypt a description of … more →
sl4v3r wrote 1 month ago: If you had worked with Sql certainly you saw the error message below. Msg 2627, Level 14, State 1, L … more →
sl4v3r wrote 1 month ago: There are two methods… WHERE SELECT MYTABLE.Name, MYTABLE2.Age FROM MYTABLE, MYTABLE2 WHERE MY … more →
sl4v3r wrote 1 month ago: Hi All, I’m back… Long time anh???… lol The TOP option is used for limiting the ou … more →
sl4v3r wrote 1 month ago: Hi, One of my favorites languages is SQL. Almost six years working with it… MSSQL, Oracle, Mys … more →
sl4v3r wrote 2 months ago: People wich work with many technologies has many troubles to convert and migrate the data. Fortunate … more →
marceloneias wrote 3 months ago: Como certeza uma das maiores novidades do SQL Server 2008 é a instrução MERGE. Merge significa … more →
marceloneias wrote 3 months ago: Uma grande novidade incorporada na versão do SQL Server 2008 é a possibilidade de realizar um inse … more →
sl4v3r wrote 3 months ago: Jah fiz alguns posts sobre performance, talvez seja a hora de criar mais uma categoria… rsrsrs … more →
sl4v3r wrote 3 months ago: Jah fiz alguns posts sobre performance, talvez seja a hora de criar mais uma categoria… rsrsrs … more →
marceloneias wrote 3 months ago: Uma das novidades no SQL Server 2008 é a declaração e inicialização de variáveis locais. Até a ver … more →
sl4v3r wrote 3 months ago: Existe uma regra basica para banco de dados… Tudo que eh NOT ou OR prejudica a performance do … more →
sl4v3r wrote 3 months ago: Existe uma regra basica para banco de dados… Tudo que eh NOT ou OR prejudica a performance do … more →
sl4v3r wrote 4 months ago: This example shows the use of CASE in SQL. select case gender when ‘M’ then ‘Male … more →
sl4v3r wrote 4 months ago: This example shows the use of CASE in SQL. select case gender when ‘M’ then ‘Male … more →
sl4v3r wrote 5 months ago: Using the xp_cmdshell in sql… Syntax xp_cmdshell ‘my_command’ [, no_output] Sampl … more →
sl4v3r wrote 5 months ago: Using the xp_cmdshell in sql… Syntax xp_cmdshell ‘my_command’ [, no_output] Sampl … more →
sl4v3r wrote 5 months ago: The sp_depends shows objects related to the specified object. Syntax sp_depends object_name Sample s … more →