﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Backups / SQL Server 7,2000  / Backup stored procedures,views,user defined functions from a db / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 06:41:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Backup stored procedures,views,user defined functions from a db</title><link>http://www.sqlservercentral.com/Forums/Topic478974-24-1.aspx</link><description>You can use how to check last updated stored procedures by below queries..SELECT nameFROM sys.objectsWHERE type = 'P'AND DATEDIFF(D,create_date, GETDATE()) &amp;lt; 7select name,create_date,modify_datefrom sys.proceduresorder by modify_date desc</description><pubDate>Wed, 10 Oct 2012 00:12:48 GMT</pubDate><dc:creator>Aadhar Joshi</dc:creator></item><item><title>RE: Backup stored procedures,views,user defined functions from a db</title><link>http://www.sqlservercentral.com/Forums/Topic478974-24-1.aspx</link><description>Thanks very much!</description><pubDate>Thu, 03 Apr 2008 01:00:49 GMT</pubDate><dc:creator>dtx</dc:creator></item><item><title>RE: Backup stored procedures,views,user defined functions from a db</title><link>http://www.sqlservercentral.com/Forums/Topic478974-24-1.aspx</link><description>You can script all the database objects (including tables if you wanted to).  Right-Click on the database, go to All Tasks &amp;gt; Generate SQL Script and follow the instructions from there.</description><pubDate>Thu, 03 Apr 2008 00:35:00 GMT</pubDate><dc:creator>SQLZ</dc:creator></item><item><title>Backup stored procedures,views,user defined functions from a db</title><link>http://www.sqlservercentral.com/Forums/Topic478974-24-1.aspx</link><description>Hi all!Is there a way to backup/dump all stored procedures, views, user defined functions and also triggers (if possible) from a database in MSSQL 2000?In fact  I want to move all stored procedures, views, user defined functions and triggers from one database to another.The databases have the same structure but contain different data.Thanks</description><pubDate>Wed, 02 Apr 2008 23:59:25 GMT</pubDate><dc:creator>dtx</dc:creator></item></channel></rss>