Perdeu a senha?

Blogs sobre: Mssql

Blog em Destaque

T-SQL - Finding strings in procs and triggers

sl4v3r wrote 1 month ago: Hi all, This post is about how to find a STRING in stored procedures and triggers. This tip is VERY … more →

Tags: SQL, example, id, Like, Microsoft, object_name, procedure, server, stored

Alternative to select count(*)

sl4v3r wrote 3 months ago: Hi all, Long time annnh?? lol This post is about an alternative to select count(*) in Sql Server. Us … more →

Tags: SQL, T-SQL, count, Performance, server, Code, example, Alternative, tuning

Working with XML in SQL Server 2000

sl4v3r wrote 4 months ago: Working with XML in SQL Server 2000 Unfortunetly sometimes we have to work with old technologies (li … more →

Tags: SQL, For, server, xml, Code, example, 2000, Clause

Converting seconds - SQL

sl4v3r wrote 5 months ago: For those works with many databases… mssql, oracle, sybase, progress sometimes has troubles wi … more →

Tags: SQL, sybase, T-SQL, Date, server, Convert, example, Microsoft, ASE

Encrypting a view - SQL

sl4v3r wrote 5 months ago: Sometimes we need to hide some information of a database. Here is a tip to encrypt a description of … more →

Tags: SQL, T-SQL, server, View, example, Microsoft, with, encrypt, encryption

Errors in SQL Server

sl4v3r wrote 6 months ago: If you had worked with Sql certainly you saw the error message below. Msg 2627, Level 14, State 1, L … more →

Tags: SQL, T-SQL, server, Error, example, MSG, Levél, state, line

Use JOIN or WHERE to join tables?

sl4v3r wrote 6 months ago: There are two methods… WHERE SELECT MYTABLE.Name, MYTABLE2.Age FROM MYTABLE, MYTABLE2 WHERE MY … more →

Tags: SQL, sybase, T-SQL, Performance, Where?, server, Join, example, ASE

Using TOP with SELECT Statements

sl4v3r wrote 6 months ago: Hi All, I’m back… Long time anh???… lol The TOP option is used for limiting the ou … more →

Tags: SQL, sybase, T-SQL, server, sample, TOP, ASE, option, percent

Call a DTS package from T-SQL

sl4v3r wrote 7 months ago: People wich work with many technologies has many troubles to convert and migrate the data. Fortunate … more →

Tags: SQL, T-SQL, procedure, server, stored, Code, example, Microsoft, xp_cmdshell

Como configurar Conexão Remota no SQL Server 2005

littleoak wrote 9 months ago: Fonte: http://www.linhadecodigo.com.br/Artigo.aspx?id=1260 Dono: http://www.linhadecodigo.com.br/Col … more →

Tags: Windows (NT~2008 server), hosting, 1, Parallels, Windows, Microsoft, XP, server, Vista

Boot in Sybase

sl4v3r wrote 9 months ago: Global variables in Sybase about boot… very useful. Bad news… doesn’t work in MSSQ … more →

Tags: SQL, sybase, count, server, sample, ASE, time, boot, Global

Boot in Sybase

sl4v3r wrote 9 months ago: Global variables in Sybase about boot… very useful. Bad news… doesn’t work in MSSQ … more →

Tags: SQL, sybase, count, server, sample, ASE, time, boot, Global

Case in Sql

sl4v3r wrote 9 months ago: This example shows the use of CASE in SQL. select case gender when ‘M’ then ‘Male … more →

Tags: SQL, sybase, T-SQL, select, case, server, Then, Else, sample

Case in Sql

sl4v3r wrote 9 months ago: This example shows the use of CASE in SQL. select case gender when ‘M’ then ‘Male … more →

Tags: SQL, sybase, T-SQL, select, case, server, Then, Else, sample

Using the xp_cmdshell

sl4v3r wrote 10 months ago: Using the xp_cmdshell in sql… Syntax xp_cmdshell ‘my_command’ [, no_output] Sample … more →

Tags: SQL, sybase, T-SQL, server, shell, CMD, ASE, TSql, xp_cmdshell

Using the xp_cmdshell

sl4v3r wrote 10 months ago: Using the xp_cmdshell in sql… Syntax xp_cmdshell ‘my_command’ [, no_output] Sample … more →

Tags: SQL, sybase, T-SQL, server, shell, CMD, ASE, TSql, xp_cmdshell

sp_depends

sl4v3r wrote 10 months ago: The sp_depends shows objects related to the specified object. Syntax sp_depends object_name Sample s … more →

Tags: SQL, sybase, T-SQL, server, sample, Syntax, ASE, sp_depends

sp_depends

sl4v3r wrote 10 months ago: The sp_depends shows objects related to the specified object. Syntax sp_depends object_name Sample s … more →

Tags: SQL, sybase, T-SQL, server, sample, Syntax, ASE, sp_depends

Trigger no Sql Server

sl4v3r wrote 11 months ago: Para criar uma trigger no Sql Server eh bem simples, segue um exemplo de trigger de insert. CREATE T … more →

Tags: SQL, Sintaxe., server, Trigger, Create, EXEMPLO, insert


Have your say. Start a blog.

See our free features →

Etiquetas Relacionadas
Tudo →

Acompanhe essa tag via RSS