<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>database | Project Management for Software Development</title>
	<atom:link href="https://www.projectmanagementplanet.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.projectmanagementplanet.com</link>
	<description>Tutorials and tools for managing, estimating, planning and tracking software development projects: PMP, Agile, Scrum, Lean, Kanban</description>
	<lastBuildDate>Sat, 13 Dec 2025 22:18:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Create a SQL Server Stored Procedure</title>
		<link>https://www.projectmanagementplanet.com/how-to-create-a-sql-server-stored-procedure/</link>
					<comments>https://www.projectmanagementplanet.com/how-to-create-a-sql-server-stored-procedure/#respond</comments>
		
		<dc:creator><![CDATA[Project Management Planet]]></dc:creator>
		<pubDate>Fri, 12 Dec 2025 12:14:34 +0000</pubDate>
				<category><![CDATA[Software Development Project Management Articles]]></category>
		<category><![CDATA[database]]></category>
		<guid isPermaLink="false">https://www.projectmanagementplanet.com/?p=3115</guid>

					<description><![CDATA[<p>A SQL Server stored procedure, sometimes referred to as a stored proc or procedure, allows you to write one or more TSQL statements and store them within your database so that they can be called over and over again without having to write that code aagain. This article shows you&#46;&#46;&#46;</p>
The post <a href="https://www.projectmanagementplanet.com/how-to-create-a-sql-server-stored-procedure/">How to Create a SQL Server Stored Procedure</a> first appeared on <a href="https://www.projectmanagementplanet.com">Project Management for Software Development</a>.]]></description>
		
					<wfw:commentRss>https://www.projectmanagementplanet.com/how-to-create-a-sql-server-stored-procedure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why is MongoDB a Good NoSQL Implementation for Software Projects?</title>
		<link>https://www.projectmanagementplanet.com/why-is-mongodb-a-good-nosql-implementation/</link>
					<comments>https://www.projectmanagementplanet.com/why-is-mongodb-a-good-nosql-implementation/#comments</comments>
		
		<dc:creator><![CDATA[Project Management Planet]]></dc:creator>
		<pubDate>Wed, 24 Sep 2025 16:30:25 +0000</pubDate>
				<category><![CDATA[Software Development Project Management Articles]]></category>
		<category><![CDATA[database]]></category>
		<guid isPermaLink="false">https://www.projectmanagementplanet.com/?p=3081</guid>

					<description><![CDATA[<p>MongoDB is one of the most popular open source NoSQL database available. This database avoids the traditional table-based relational SQL database structure to favor of JSON-like documents with dynamic schemas. Jenny Richards explains in this article why MongoDB is a good NoSQL implementation for software development projects. Author: Jenny Richards,&#46;&#46;&#46;</p>
The post <a href="https://www.projectmanagementplanet.com/why-is-mongodb-a-good-nosql-implementation/">Why is MongoDB a Good NoSQL Implementation for Software Projects?</a> first appeared on <a href="https://www.projectmanagementplanet.com">Project Management for Software Development</a>.]]></description>
		
					<wfw:commentRss>https://www.projectmanagementplanet.com/why-is-mongodb-a-good-nosql-implementation/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Creating Primary Keys in SQL Server</title>
		<link>https://www.projectmanagementplanet.com/creating-primary-keys-in-sql-server/</link>
		
		<dc:creator><![CDATA[Project Management Planet]]></dc:creator>
		<pubDate>Thu, 11 Sep 2025 15:01:57 +0000</pubDate>
				<category><![CDATA[Software Development Project Management Articles]]></category>
		<category><![CDATA[database]]></category>
		<guid isPermaLink="false">https://www.projectmanagementplanet.com/?p=3067</guid>

					<description><![CDATA[<p>In SQL Server, the Referential Integrity is governed by the fact that there is a defined primary key that will only ever allow unique values. That primary key is used to establish relationships with other tables. This article shows you how to create primary keys in SQL Server. The concept&#46;&#46;&#46;</p>
The post <a href="https://www.projectmanagementplanet.com/creating-primary-keys-in-sql-server/">Creating Primary Keys in SQL Server</a> first appeared on <a href="https://www.projectmanagementplanet.com">Project Management for Software Development</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
