sql

Tag details

Welcome to the 'sql' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'sql'.

Are you an expert about 'sql'? Do you want to be the Technorati authority on 'sql'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "sql" at The Free Dictionary

Original Technorati articles tagged “sql”

Latest blogosphere posts tagged “sql”
 

  • Freelancer with experience in Sql Server (SSIS) and in C# by Today


    Authority Authority:
    If you are good knowledge of C# and you have good/low experience in SSIS (Sql Server Integration Services), this project is for you. You will have a positive and fast feedback. Project : – Putting… (Budget: $30-$250 USD, Jobs: C Programming, Paypal API, SQL, Windows API) Go to Source
    6 days ago
  • SQL SERVER – Interesting Observation of CONCAT_NULL_YIELDS_NULL and CONCAT in SQL Server 2012 onwards


    SQL Server Journey with SQL AuthorityAuthority Authority: 548
    Have you ever worked with CONCAT_NULL_YIELDS_NULL earlier in your career? If yes, you will find this post very interesting. If you have not worked with this function before I think this post will teach you something very interesting. Before we start please note that as per SQL Server official ...
    1 week ago
  • PHP – Check if a number is Even, Odd or multiple of another


    CSSJockey.comAuthority Authority: 102
    There are times when we need to check if a number is even, odd or multiple of another. Here are few methods to do the same. Continue reading.. The post PHP – Check if a number is Even, Odd or multiple of another appeared first on CSSJockey.com .
    1 week ago
  • SUM() all number fields individually


    Authority Authority:
    Im trying to sum all numeric fields individually. I wont always know the field names, otherwise I could manually construct the query SELECT SUM(Field1) as Field1, SUM(Field2) as Field2...etc FROM myTable Is there a way to construct this on the fly in mysql? Im thinking theres probably a way to incorporate SELECT ...
    1 week ago
  • SQL Execution Plan - Comparing Estimated Rows and Actual Rows


    Authority Authority:
    Comparing SQL Execution Plan Estimated Rows and Actual Rows is a good way of identifying potential hotspots.   Differences in the numbers can mean statistics are out of date or code is written whereby the Optimizer can’t predict the row count. How to troubleshoot a slow running query - SQL Server DBA A ...
    1 week ago
  • flowchart and algorithm


    Authority Authority:
    New Discussion Post by TomLiotta
    1 week ago
  • Serveur dédié : mise à jour vers Debian 7 Wheezy


    SkyMinds.NetAuthority Authority: 131
    Hier soir, j’ai mis le serveur à jour : nous passons de Debian 6 (“Squeeze”) à Debian 7 (“Wheezy”) – vous l’aurez remarqué : chez Debian, les versions portent le nom de personnages de Toy Story :) Histoire de garder une trace de ce que je fais, voici les étapes que j’ai suivies. Contrairement ...
    1 week ago
  • database design for friend request


    Authority Authority:
    Hello all, i am developing a friend request type feature ion my site using php. So can ypu please advice me on how the database design should be there? Thank you
    1 week ago
  • The Daily Six Pack: May 11, 2013


    Authority Authority:
    Hello and welcome to more tech goodness. Beth Massi, a Senior Program Manager on Microsoft’s Visual Studio team answers a couple questions she received recently. In particular, how do you add data to tables with a one-to-zero-or-one relationship in Visual Studio LightSwitch. Then you might remember that earlier in ...
    1 week ago
  • SQL SERVER – Weekly Series – Memory Lane – #028


    SQL Server Journey with SQL AuthorityAuthority Authority: 548
    Here is the list of selected articles of SQLAuthority.com across all these years. Instead of just listing all the articles I have selected a few of my most favorite articles and have listed them here with additional notes below it. Let me know which one of the following is your favorite article from memory lane. 2007 ...
    1 week ago
  • Open Source, the MySQL market (and TokuDB in particular)


    MySQL Performance BlogAuthority Authority: 578
    I was reviewing the Percona Live sponsors list the other day and pondering the potential success stories associated with this product or that one…. and as I was preparing to put more thought on the topic, a PlanetMySQL post caught my eye. It was penned by Mike Hogan and titled, “ Thoughts on Xeround and Free! ...
    1 week ago
  • Dew Drop – May 10, 2013 (#1,545)


    Authority Authority:
    Top Links Publish Individual Files to your Server in Visual Studio 2012.2 (Rick Strahl) Toastr 1.3.0 Now Available (John Papa) Inside Windows Phone – Windows Phone and HTML5 (Larry Lieberman) My Conversation with Bill Clinton at the 2013 Fiscal Summit (Bill Gates)   Web Development Happy 10th ...
    1 week ago
  • Difference between LEFT and RIGHT OUTER Joins in SQL - MySQL Join example


    Authority Authority:
    There are two kinds of OUTER joins in SQL, LEFT OUTER join and RIGHT OUTER join. Maindifference between RIGHT OUTER join and LEFT OUTER join, asthere name suggest, is inclusion of non matched rows. Sine INNER join onlyinclude matching rows, where value of joining column is same, ...
    1 week ago
  • Log Buffer #319, A Carnival of the Vanities for DBAs


    Authority Authority:
    This week again, the Log Buffer Edition covers the exciting and ever-evolving galaxies of Oracle, MySQL and SQL Server. Oracle: When does an Oracle process know it’s on Exadata ? MobaXterm 6.3 has been released. You can find the download and changelog in the usual place. A new major release (version 3.0) ...
    1 week ago
  • Local Install of Books Online 2012


    Authority Authority:
    The other day I needed to be able to study the SQL Server 2012 documentation, aka Books Online or BOL, to prepare for an exam while sitting on the train. So I was looking for the latest BOL download but that search wasn’t very successful. It took me a while to realize that what I was doing was no longer valid! ...
    1 week ago
  • How to Create a Procedure with both IN and OUT Parameter


    Authority Authority:
    In   this post I will try to explain how to create a procedure with both Input and output Parameter Out parameter:   The out parameter mode is used to return values to the caller of the subprogram.   In parameter: The in parameter mode is used to pass values to the subprogram. First ...
    1 week ago
  • NCR - SQL Software Developer / Database Expert Consultant - Nicosia


    Authority Authority:
    NCR is searching for a qualified candidate to join their team Job Title SQL Software Developer / Database Expert Consultant Job Description Will join the Global Sales and Marketing team Will be part of the Implementation and Presales teams that are active in selling, implementing and  support of ...
    1 week ago
  • Tak Ada Mikha Angelo, Anggun Siap Bantu Fatin Jadi Juara


    Authority Authority:
    Semenjak Mikha Angelo tersisi di putaran empat besar dalam kompetisi pencarian bakat ‘The X Factor Indonesia’ pada Jumat (3/5) malam lalu, Anggun pun sudah tak mempunyai anak didik yang tersisa dalam kompetisi tersebut . Seperti dilansir oleh inilah.com, pelantun lagu hits dunia Snow On The Sahara itu akan ...
    1 week ago
  • T-SQL – Get a Historical Record of SQL Statements Hitting a Table


    Authority Authority:
    Today I’ll review two useful queries that you can use to get information from SQL Server about what SQL statements are hitting one or more of your database tables. If you are interested in further T-SQL tips and tricks, please have a look through related articles I have written. The first query will check SQL […]
    1 week ago
  • QuickHitter 03 : Put some Windows updates in my basket


    Authority Authority:
    Maybe this is just news to me, but I didn’t know this resource was out there. In comparing the updates between two nodes on a cluster, I found out about the “ Microsoft Update Catalog ” where you can add updates to your basket and download them all at once. I also found the cluster validation wizard lists the ...
    1 week ago

Comments about sql

Personal attacks are NOT allowed
Please read our comment policy