<?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>Różności ... &#187; MsSQL</title>
	<atom:link href="http://www.jaceksen.pl/wordpress/?feed=rss2&#038;tag=mssql" rel="self" type="application/rss+xml" />
	<link>http://www.jaceksen.pl/wordpress</link>
	<description>czyli moje notki</description>
	<lastBuildDate>Sun, 14 Nov 2021 16:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>MSSQL restore</title>
		<link>http://www.jaceksen.pl/wordpress/?p=3819</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=3819#comments</comments>
		<pubDate>Thu, 19 Sep 2013 20:59:43 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=3819</guid>
		<description><![CDATA[www.youtube.com/watch?v=WCQbOxbu4V4]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=3819</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL backup</title>
		<link>http://www.jaceksen.pl/wordpress/?p=3815</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=3815#comments</comments>
		<pubDate>Thu, 19 Sep 2013 15:28:49 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=3815</guid>
		<description><![CDATA[use NPZDRpl; GO BACKUP DATABASE NPZDRpl TO DISK = &#8216;C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\npzdr_full_2_130919.bck&#8217; WITH FORMAT, NAME = &#8216;Full Backup of NPZDRpl&#8217;; GO http://www.mssqltips.com/sqlservertutorial/20/sql-server-backup-database-command/]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=3815</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL eksport</title>
		<link>http://www.jaceksen.pl/wordpress/?p=3813</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=3813#comments</comments>
		<pubDate>Tue, 17 Sep 2013 10:58:51 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=3813</guid>
		<description><![CDATA[www.youtube.com/watch?v=lSh3fq-MikE]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=3813</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL server &#8211; managing server agent jobs (F1)</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2943</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2943#comments</comments>
		<pubDate>Thu, 10 Mar 2011 13:26:20 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2943</guid>
		<description><![CDATA[Job is a container for MsSQL Agent. Jobs (i inne np. metadata) are stored in MSDB (system database) System Database jest instalowane podczas instalacji danej instancji. (master, model, tempdb, msdb) Master &#8211; zawiera procedury i obiekty systemowe. Model &#8211; gdy tworzymy nową instancję to jej parametry (domyślne) są pobierane z bazy Model. SSIS &#8211; SQL [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2943</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL Agent Service (SQL Server Agent) (F1)</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2836</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2836#comments</comments>
		<pubDate>Mon, 07 Mar 2011 15:56:29 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2836</guid>
		<description><![CDATA[Serwisy dla danej instancji serwera MsSQL. (automatyzacja, notyfikacja, multi-server administration) Komponenty: - jobs - operators &#8211; odbiera notyfications from jobs and alerts - alerts - proxies &#8211; credential pozwalające na dostęp np do sieci - schedules]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2836</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL &#8211; Database mail, full text search. (F1)</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2812</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2812#comments</comments>
		<pubDate>Fri, 04 Mar 2011 07:43:35 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2812</guid>
		<description><![CDATA[Ze strony http://sqlserversamples.codeplex.com/ pobieram bazę testową: AdventureWorks2008R2_SR1.exe Aby free text search działał trzeba utworzyć full text katalog i free text index. Można mieć tylko jeden fee text index na tabelę lub widok. Full text katalog zawiera fee text index. Z tego poziomu można utworzyć nowy full text catalog lub użyć wcześniej przygotowanego . Aby uruchomić [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2812</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL 2008 (F1)</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2808</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2808#comments</comments>
		<pubDate>Thu, 03 Mar 2011 17:47:50 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2808</guid>
		<description><![CDATA[BI Business Intelligence, w jego skład wchodzą: SSIS (SQL Server Integration Services &#8211; for import and export) SSRS (SQL Server Reporting Services &#8211; dane z SSIS lub bazy i prezentacja np w sposób graficzny) SSAS (SQL Server Analytical Services (OLAP) ) T-SQL &#8211; Transact SQL Stored procedure &#8211; skompilowany kod przechowywany w bazie, wywoływany po [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2808</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL 2008 installation (F1)</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2751</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2751#comments</comments>
		<pubDate>Wed, 02 Mar 2011 14:39:10 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2751</guid>
		<description><![CDATA[SQL Server 2008 Enterprise &#8211; pełna funkcjonalność, działa tylko na serwerach Developer &#8211; pełna funkcjonalność, działa na serwerach i stacjach roboczych &#8211; nie wolno używać do produkcji Evaluation &#8211; pełna funkcjonalność, do demonstracji W tą wersją wchodzą funkcjonalności: Klastry do 16 nodów, mirroring, mirroring, BI &#8211; business inteligence Standard edition (pozwala na 2 node clustering) [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2751</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MsSQL 2008 R2 installation.</title>
		<link>http://www.jaceksen.pl/wordpress/?p=2673</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=2673#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:27:43 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Bazy danych]]></category>
		<category><![CDATA[MsSQL]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=2673</guid>
		<description><![CDATA[SQL Server supports multiple instances of SQL Server on a single server or processor, but only one instance can be the default instance. All others must be named instances. A computer can run multiple instances of SQL Server concurrently, and each instance runs independently of other instances. Failover cluster instances only — Specify the SQL Server failover [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=2673</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
