Blogs1 - 10 of 8,728 recent posts for tag:"sql"
26
Nov
2009
Navicat? Лучше!

43 minutes ago by Grigoriy Dobryakov

Зацените скриншоты: http://www.devart.com/ru/dbforge/mysql/studio/screenshots.html Уже по ним можно понять, какие интересные штуки можно творить с SQL-запросами.

d.g. l.j. - dgstudio.livejournal.com

Feed Aggregator Plugin WP by kolaka

5 hours ago by Freelancer.com Wordpress projects

Hello to Everybody, We would like a Feed Aggregator Plugin for Wordpress with these particularly functionality : - Aggregation from Feed RSS, content from RSS feeds must be submitted in a new separate... (Budget: $30-250, Jobs: PHP, SQL, Wordpress, XML)

CSS Coder - csscoder.com

Sumar horas a una fecha en SQL

6 hours ago by Sergio

Muchas veces me he encontrado con el problema de querer sumar horas a una fecha en SQL, más concretamente en MySQL. Los códigos SQL que os propongo a continuación valdrían para sumar un cierto intervalo de tiempo que queramos a un campo de fecha/hora: Sumar horas a una fecha en SQL SELECT NOW() + IN ...

Rutarelativa - rutarelativa.com

SQL Oracle: funciones sobre filas – Parte 3

7 hours ago by Rocco

Funciones de caracter que manipulan el estado lower valores en minscula upper valores en mayscula initcap primera letra mayscula y el resto minsculas ejemplo: formatear el nombre en minscula select lower(nombre) from personas consulta: PABLO –> pablo CONCAT Concatena los valores de dos columnas sele ...

D' RocCo - drocco.wordpress.com

PHP /My SQL specialist with deep coding knowledge and XML by rickschram

8 hours ago by Freelancer.com - New Projects

For our property website we need a PHP coder. There are two sorts of communications: "Enquiries for sale & Enquiries for Reservations/Bookings" depending on the data added: "for sale or for rent"... (Budget: $30-250, Jobs: PHP, SQL, XML)

topjobservice.com - topjobservice.com

HttpRequest in Oracle SQL ber Java Function

8 hours ago by rhde

Mittel Java kann Oracle nahezu beliebig aufgebohrt werden. Zunächst eine Klasse zum Laden von Webseiten per URL: create or replace and compile java source named java_http as import java.net.*; import java.io.*; public class java_http { public static String get(String url) throws Exception { URL u = ...

R.H. / DE - rhde.wordpress.com

Using MS-SQL Server Express

9 hours ago by mahesh

Earlier I have written beginners guide on MS-SQL server. In this post i’ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. How to add comments in sql-server script? You can use “- -“to add comments to the ...

Onecore - onecore.net · 3 references

SQLCMD Aracı

13 hours ago by Mehmet Onur ATCI

MSSQL ve .NET ile projeler retirken işimizi kolaylaştıracak araçlar ve sihirbazlar arasında tabiki komut satırından çalışan araçlara ihtiyacımız olmuyordu. Dn mşterilerden birisinin bilgisayarına teamviewer ile bağlanıp bilgisayarda SQL Management Studio olmadığını anlayınca ilk olarak uzaktan SQL M ...

Mehmet Onur ATÇI - onuratci.com

SQL2008: Read committed snapshot

15 hours ago by rasor

I was just told not to use READ UNCOMMITTED also called dirty read in SQL 2008. A new possibilty exists: READ COMMITTED SNAPSHOT The problem with the first one is that if conn A reads a large bit, conn B do update, conn A reaches the updated bit and reads that, conn B rolls back, then conn A got [.. ...

RaSor's Blog - rasor.wordpress.com

Sql Server ServerProperty Fonksiyonu

15 hours ago by engin.polat

Sql Server’ın çalıştığı sunucu ile ilgili özellik bilgilerine sorgu ile erişmek istediğimizde kullanabileceğimiz bir fonksiyon var; SERVERPROPERTY ( propertyname ) Örnek; SELECT SERVERPROPERTY('edition') AS SURUM, SERVERPROPERTY('productlevel') AS SEVIYE, SERVERPROPERTY('productversion') AS VERSIYON ...

Bir programcının dünyası - enginpolat.com

Previous1234567