<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>SQL on System Management</title>
    <link>https://systemmanagement.ro/categories/sql/</link>
    <description>Recent content in SQL on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 May 2022 21:33:26 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/categories/sql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Oracle SQL: Update table with data from another table</title>
      <link>https://systemmanagement.ro/oracle-sql-update-table-with-data-from-another-table/</link>
      <pubDate>Wed, 11 May 2022 14:57:56 +0300</pubDate>
      <guid>https://systemmanagement.ro/oracle-sql-update-table-with-data-from-another-table/</guid>
      <description>Suppose you have a column in Table1 that you need to update with data from another column in Table2. Let’s do it!</description>
    </item>
    <item>
      <title>“Must declare the scalar variable” error in Toad for SQL</title>
      <link>https://systemmanagement.ro/must-declare-the-scalar-variable-error-in-toad-for-sql/</link>
      <pubDate>Sun, 21 Feb 2021 10:40:30 +0200</pubDate>
      <guid>https://systemmanagement.ro/must-declare-the-scalar-variable-error-in-toad-for-sql/</guid>
      <description>There are different execution needs depending on what you are doing. See when you need to use F5 and F9.</description>
    </item>
    <item>
      <title>Examples of Count, Count IF, Count duplicates in SQL</title>
      <link>https://systemmanagement.ro/examples-of-count-count-if-count-duplicates-in-sql/</link>
      <pubDate>Sat, 01 Jun 2019 17:13:14 +0300</pubDate>
      <guid>https://systemmanagement.ro/examples-of-count-count-if-count-duplicates-in-sql/</guid>
      <description>Count: SELECT [ProductModel], COUNT(1) CNT FROM [AdventureWorks2017].[Production].[vProductAndDescription]
GROUP BY [ProductModel] ORDER BY CNT DESC Count “if”: SELECT [ProductModel], [Name],COUNT(1)
CNT FROM [AdventureWorks2017].[Production].[vProductAndDescription] WHERE [ProductModel]
LIKE ‘%Frame’ AND [Name] LIKE ‘%52’ –here’s the IF statement GROUP BY [ProductModel],
[Name] ORDER BY CNT DESC Count duplicates: SELECT [ProductModel], COUNT(1) CNT —
select a field you want to…</description>
    </item>
    <item>
      <title>Install SQL Server on a 64 bit Windows Server–missing SQLncli_x64.msi</title>
      <link>https://systemmanagement.ro/install-sql-server-on-a-64-bit-windows-server-missing-sqlncli_x64-msi/</link>
      <pubDate>Tue, 30 Nov 2010 12:14:43 +0200</pubDate>
      <guid>https://systemmanagement.ro/install-sql-server-on-a-64-bit-windows-server-missing-sqlncli_x64-msi/</guid>
      <description>I had to install a copy of SQL Server 2005 on a Windows Server 2003 R2 SP2 x64. During installation I got a strange error saying that SQLncli_x64.msi file is missing. I was pretty sure that I have the same ISO file as I did while installing SQL so many times before and without any…</description>
    </item>
    <item>
      <title>Problem installing WSUS on a remote SQL server.</title>
      <link>https://systemmanagement.ro/problem-installing-wsus-on-a-remote-sql-server/</link>
      <pubDate>Fri, 08 Jan 2010 16:53:52 +0200</pubDate>
      <guid>https://systemmanagement.ro/problem-installing-wsus-on-a-remote-sql-server/</guid>
      <description>Today I again learned a lesson I knew for some time but was hoping that
I can forget it. The lesson was about: “Trust anyone. Test for yourself.” Having
to install WSUS on a remote SQL 2005 that had WSUS database installed before, I
asked one SQL guy if renaming the old WSUS database is…</description>
    </item>
  </channel>
</rss>
