<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SQLServerPedia</title>
	
	<link>http://sqlserverpedia.com/blog</link>
	<description />
	<pubDate>Mon, 17 Nov 2008 19:58:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/sqlserverpedia" type="application/rss+xml" /><item>
		<title>ORDER BY failings…</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/456358549/</link>
		<comments>http://sqlserverpedia.com/blog/programming/order-by-failings/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 19:58:37 +0000</pubDate>
		<dc:creator>Ari Weil</dc:creator>
		
		<category><![CDATA[Internals and Architecture]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[SQL Server 2005]]></category>

		<category><![CDATA[Transact-SQL (T-SQL)]]></category>

		<category><![CDATA[Tuning and Optimization]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=555</guid>
		<description><![CDATA[I had an interesting debate with a customer during a demo where I said that his assertion, &#8220;I don&#8217;t need to specify ORDER BY, I have a clustered index on that table&#8221; was problematic.  You see, defining a clustered index does tell SQL Server to store data in the order stipulated by the clustering [...]]]></description>
			<content:encoded><![CDATA[<p>I had an interesting debate with a customer during a demo where I said that his assertion, &#8220;I don&#8217;t need to specify ORDER BY, I have a clustered index on that table&#8221; was problematic.  You see, defining a clustered index does tell SQL Server to store data in the order stipulated by the clustering key, and many times running SELECTs against that data will return the data ordered as expected.  But there are some gotchas you should keep in mind:</p>
<ul>
<li>When SQL Server runs a query in parallel, each stream will complete it&#8217;s set of work and return its result which could cause your clustered-index-ordered data to appear out of order.</li>
<li>When another query is already scanning the data when your SELECT statement is run, the data will be read out of the order you&#8217;re expecting as your query will piggy-back on the other scan, then come back to the beginning to gather all the data requested.</li>
<li>If statistics are out-of-date on your clustered index, or SQL Server otherwise chooses to use a non-clustered index to scan the data, the order of the clustered index will not be reflected in the result set.</li>
</ul>
<p>But don&#8217;t take my word for it, <a href="http://blogs.msdn.com/conor_cunningham_msft/archive/2008/08/27/no-seatbelt-expecting-order-without-order-by.aspx">check out what Conor Cunningham has to say on the topic</a>, including some sample code to prove the point.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=AMgwN"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=AMgwN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=djSzn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=djSzn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=6eXtn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=6eXtn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/456358549" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/programming/order-by-failings/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/programming/order-by-failings/</feedburner:origLink></item>
		<item>
		<title>Congratulations to Tom LaRock and Douglas McDowell!</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/453301288/</link>
		<comments>http://sqlserverpedia.com/blog/administration/congratulations-to-tom-larock-and-douglas-mcdowell/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 19:54:38 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[pass]]></category>

		<category><![CDATA[pass2008]]></category>

		<category><![CDATA[passsummit]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=552</guid>
		<description><![CDATA[Two of the SQLServerPedia Editors, Tom LaRock and Douglas McDowell, have been nominated for elections on the PASS Board of Directors.
Congratulations, guys!
Readers - if you&#8217;re attending the PASS Summit in Seattle, stop by the voting kiosks to cast your vote for the Board of Directors.  This crew of professionals is responsible for coordinating volunteer [...]]]></description>
			<content:encoded><![CDATA[<p>Two of the <a href="http://sqlserverpedia.com/wiki/Editors">SQLServerPedia Editors</a>, <a href="http://sqlbatman.com">Tom LaRock</a> and Douglas McDowell, have been nominated for elections on the PASS Board of Directors.</p>
<p>Congratulations, guys!</p>
<p>Readers - if you&#8217;re attending the PASS Summit in Seattle, stop by the voting kiosks to cast your vote for the Board of Directors.  This crew of professionals is responsible for coordinating volunteer efforts, directing the community, and making a difference in how we do our jobs as SQL Server DBAs.  It really does impact you.</p>
<p>If you&#8217;re not attending the summit, keep your eyes posted in your email inbox for a voting survey too.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=5Sv9N"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=5Sv9N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=9DDun"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=9DDun" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=d72Bn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=d72Bn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/453301288" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/administration/congratulations-to-tom-larock-and-douglas-mcdowell/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/administration/congratulations-to-tom-larock-and-douglas-mcdowell/</feedburner:origLink></item>
		<item>
		<title>Welcome to the New SQLServerPedia Wiki!</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/443742379/</link>
		<comments>http://sqlserverpedia.com/blog/podcasts/welcome-to-the-new-sqlserverpedia-wiki/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:54:31 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=533</guid>
		<description><![CDATA[We&#8217;re relaunching SQLServerPedia.com with a new SQL Server tutorial wiki: a huge amount of articles with training, howtos, and tips.  In this podcast, I explain what we&#8217;re doing, why we&#8217;re doing it, and how you can get involved.
You can start playing with the wiki now by clicking on SQL Server Wiki at the top of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re relaunching SQLServerPedia.com with a new <a href="http://sqlserverpedia.com/wiki">SQL Server tutorial wiki</a>: a huge amount of articles with training, howtos, and tips.  In this podcast, I explain what we&#8217;re doing, why we&#8217;re doing it, and how you can get involved.</p>

<p>You can start playing with the wiki now by clicking on <a href="http://sqlserverpedia.com/wiki">SQL Server Wiki</a> at the top of the page.</p>
<p>If you have an MP3 player or a portable video player and you want to download our videos automatically, you can subscribe to our podcast feeds here:</p>
<ul>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">MP4 (Apple) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV">WMV (Microsoft) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">MP3 Audio-Only Feed</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Video=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">Zune One-Click Subscribe for Video</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Audio=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">Zune One-Click Subscribe for MP3</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=O1VWN"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=O1VWN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=sxnEn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=sxnEn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=lgvKn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=lgvKn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/443742379" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/podcasts/welcome-to-the-new-sqlserverpedia-wiki/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/podcasts/welcome-to-the-new-sqlserverpedia-wiki/</feedburner:origLink></item>
		<item>
		<title>Better Ways to Get Transaction Log Information</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/443578677/</link>
		<comments>http://sqlserverpedia.com/blog/programming/better-ways-to-get-transaction-log-information/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:43:37 +0000</pubDate>
		<dc:creator>KKline</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[transaction log]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=531</guid>
		<description><![CDATA[If you&#8217;ve been around a while, you tend to do things the way you first learned how to do them.  This can turn you into an &#8220;old timer&#8221; whose oblivious to new and better ways to do things that have appeared in the newer releases of the technology.
 
Take measuring log space, for example.  If I [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">If you&#8217;ve been around a while, you tend to do things the way you first learned how to do them.  This can turn you into an &#8220;old timer&#8221; whose oblivious to new and better ways to do things that have appeared in the newer releases of the technology.<span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Times New Roman';"></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Times New Roman';"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Take measuring log space, for example.  If I wanted to find out how much log space has been utilized, I would dash off a DBCC SQLPERF(LOGSPACE) statement.  But SQLPERF(LOGSPACE) only shows used/free space and not much more.  I might use DBCC LOGINFO to see how the active log &#8220;moved across the ldf file&#8221;, then examine the values columns such as &#8220;active&#8221; for more understanding.  Or I could go even more old-school, and look at the PerfMon counters or perhaps at the PerfMon counters exposed through the system table sysperfinfo.<span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Times New Roman';"></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;"> <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Times New Roman';"></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">However, I want to thank Tibor Karaszi and Gert Drapers for this great tip.  Simply use this query:<span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; mso-bidi-font-family: 'Times New Roman';"></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Courier New&quot;;"><span style="font-size: small;">SELECT SUM([Log Record Length]) </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Courier New&quot;;"><span style="font-size: small;">FROM ::fn_dblog(null, null) </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Courier New&quot;;"><span style="font-size: small;">WHERE&#8230;</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">The ::fn_dblog pseudotable provides a wonderful amount of information about the transaction log. Read more about this undocumented function at </span><a href="http://www.novicksoftware.com/udfOfWeek/Vol1/T-SQL-UDF-Volume-1-Number-27-fn_dblog.htm"><span style="color: blue;"><span style="font-size: small; font-family: Times New Roman;">http://www.novicksoftware.com/udfOfWeek/Vol1/T-SQL-UDF-Volume-1-Number-27-fn_dblog.htm</span></span></a><span style="font-size: small; font-family: Times New Roman;">, or google &#8216;::fn_dblog&#8217; for lots of other sources of information about it.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Thanks,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">-Kevin</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=XEpdN"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=XEpdN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=dCwDn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=dCwDn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=jVegn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=jVegn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/443578677" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/programming/better-ways-to-get-transaction-log-information/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/programming/better-ways-to-get-transaction-log-information/</feedburner:origLink></item>
		<item>
		<title>Want to get ahead? Say no.</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/442074119/</link>
		<comments>http://sqlserverpedia.com/blog/professional-development/want-to-get-ahead-say-no/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 13:08:39 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Professional Development]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=527</guid>
		<description><![CDATA[Last week I talked about getting ahead by finding yourself a junior DBA, and this week I want to cover another tactic: saying no.
If you&#8217;re a good worker, you&#8217;re going to get a reputation.  People are going to bring you work.  If you&#8217;re a nice person, you&#8217;re going to want to say yes.  It feels [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I talked about <a href="http://sqlserverpedia.com/blog/professional-development/want-a-promotion-find-yourself-a-junior-dba/">getting ahead by finding yourself a junior DBA</a>, and this week I want to cover another tactic: saying no.</p>
<p>If you&#8217;re a good worker, you&#8217;re going to get a reputation.  People are going to bring you work.  If you&#8217;re a nice person, you&#8217;re going to want to say yes.  It feels great to say yes, and it feels great to make people happy.  Problem is, the better you get at working (no matter what the job is), the more people are going to want to give you things to do.  It really does never end - and that&#8217;s great.  It&#8217;s job security.</p>
<p>Being a great employee means saying no.</p>
<p>A lot.</p>
<p>Great employees have to say no several times a day.  As I write this, it&#8217;s eight AM, and I&#8217;ve already said no twice.  It&#8217;s not that I like saying no - it sucks - but there&#8217;s a lot of work that needs to get done, and I can&#8217;t do all of it.</p>
<p>Saying no means that when something really cool comes along at a moment&#8217;s notice, you can say yes.  If you&#8217;ve booked yourself chock full of deadlines and you have to work 50 hours a week just to do your regular stuff, then you don&#8217;t get to work on the fun spontaneous stuff that comes up out of nowhere.</p>
<p>Here&#8217;s how to determine when to say yes and when to say no:</p>
<ul>
<li>Is it a project you&#8217;d be proud to put on your resume?</li>
<li>Is it a project your manager is going to be proud of?</li>
<li>If it doesn&#8217;t get done, is it going to reflect poorly on you - or on somebody else?  (Hint: the &#8220;stakeholder&#8221; is the person who stands to gain or lose by the task&#8217;s success.)</li>
<li>Can it be handed off to someone more junior than you?</li>
<li>Is there someone else who would kill to get their hands on this work?  (Hint: the person who WANTS to do the work is the person who will do the best job on it, sometimes even if they&#8217;re not the most qualified, because they&#8217;ll devote the most love and attention to it instead of racing to get it done.)</li>
<li>Exactly what have you got on your plate right now?  (If you can&#8217;t immediately point to a list of all your outstanding tasks, you need to say no until you CAN point to that list.  I suggest <a href="http://www.rememberthemilk.com">RememberTheMilk.com</a>.)</li>
<li>Does it play into your GTD 50k foot view?  (Does it map to something in your career plan?  More on that later&#8230;)</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=rVXEN"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=rVXEN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=I9OMn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=I9OMn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=XR9Bn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=XR9Bn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/442074119" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/professional-development/want-to-get-ahead-say-no/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/professional-development/want-to-get-ahead-say-no/</feedburner:origLink></item>
		<item>
		<title>What is the best way to copy over a 150GB *.bak file to another server then restore the *.bak file in a timely manner?</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/441461514/</link>
		<comments>http://sqlserverpedia.com/blog/backup-and-restore/what-is-the-best-way-to-copy-over-a-150gb-bak-file-to-another-server-then-restore-the-bak-file-in-a-timely-manner/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:55:32 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Backup and Restore]]></category>

		<category><![CDATA[.bak]]></category>

		<category><![CDATA[Backup]]></category>

		<category><![CDATA[backup and recovery]]></category>

		<category><![CDATA[compression]]></category>

		<category><![CDATA[database instance]]></category>

		<category><![CDATA[operating system]]></category>

		<category><![CDATA[restore]]></category>

		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=529</guid>
		<description><![CDATA[Here&#8217;s the question in its entirety, so you get to see all of the details:
I have two computers running sql server, sqlserver01 and sqlserver01. On sqlserver01 I backup the database locally to C:\SQLBackup\backupfile.bak (db size: 150GB) then I copy and paste the *.bak file to sqlserver02 via the network. It finishes copying but when I [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the question in its entirety, so you get to see all of the details:</p>
<p>I have two computers running sql server, sqlserver01 and sqlserver01. On sqlserver01 I backup the database locally to C:\SQLBackup\backupfile.bak (db size: 150GB) then I copy and paste the *.bak file to sqlserver02 via the network. It finishes copying but when I try to restore it on sqlserver02 it fails. I have used tools like Eseutil from exchange but no luck. It seems like the bak file corrupts on the transfer.</p>
<p>What is the best way to copy over a 150GB *.bak file to another server then restore the *.bak file in a timely manner?<br />
-end of question-<br />
OK, to answer this I&#8217;ll need to actually throw out some other questions about this scenario.</p>
<p>Since this is to be timely, I would argue that this situation would benefit greatly from a tool that gives offers compressed backups. Compression can reduce the 150GB backup file down to 15-30GB, greatly improving copy speed.</p>
<p>But that does not address the real issue here. In fact, there should be no problem copying the 150GB file across the network to another location. It may be time consuming copying the file, depending on network speed, but this should work fine.</p>
<p>One question I have is if this is occurring while performing a normal Windows COPY or are if something like FTP is being used. If FTP, make sure a binary transfer is being performed.</p>
<p>Specific error messages weren&#8217;t given, so I would wonder if any are received or if the two instances are running the same version of SQL Server. Verifying that you can restore the database to the same instance from where it was created would be good to find out.  You can restore it to a new database name to avoid overwriting your original.</p>
<p>The other option available, again depending on network speed, is to back up the database to the network rather than to the local drive. A compressed backup would be a lot faster here as well.</p>
<p>If you want to, please provide some additional details of the error and your environments - Operation System versions and SQL Server versions.</p>
<p>Thanks.</p>
<p>&#8211;<br />
David</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=a2JQN"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=a2JQN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=cnsKn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=cnsKn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=K34Cn"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=K34Cn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/441461514" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/backup-and-restore/what-is-the-best-way-to-copy-over-a-150gb-bak-file-to-another-server-then-restore-the-bak-file-in-a-timely-manner/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/backup-and-restore/what-is-the-best-way-to-copy-over-a-150gb-bak-file-to-another-server-then-restore-the-bak-file-in-a-timely-manner/</feedburner:origLink></item>
		<item>
		<title>Want a promotion? Find yourself a junior DBA</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/438019307/</link>
		<comments>http://sqlserverpedia.com/blog/professional-development/want-a-promotion-find-yourself-a-junior-dba/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 13:07:21 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Professional Development]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=525</guid>
		<description><![CDATA[If you want to get ahead in your career, and if you want to move up in the same company you&#8217;re at, somebody is going to have to do your job.  You can&#8217;t get promoted if you&#8217;re irreplaceable.  (And frankly, if you think you&#8217;re irreplaceable, your boss is probably already planning to replace you.)
Look around [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to get ahead in your career, and if you want to move up in the same company you&#8217;re at, somebody is going to have to do your job.  You can&#8217;t get promoted if you&#8217;re irreplaceable.  (And frankly, if you think you&#8217;re irreplaceable, your boss is probably already planning to replace you.)</p>
<p>Look around your office and find somebody who would love to have your job. If you&#8217;re a DBA, maybe it&#8217;s a developer who&#8217;s tired of learning new languages every 3-4 years and would like to stick with one (T-SQL) for a while.  Maybe it&#8217;s a network admin who&#8217;s tired of fixing desktops and servers and wants to make more money.  But either way, make sure it&#8217;s someone that you enjoy working with, because you&#8217;ll be training them for a while.</p>
<p>Approach them and start by saying, &#8220;Have you thought about becoming a DBA?  I&#8217;ve seen you in action, and I think you&#8217;d make a good DBA.  One of the toughest things about becoming a database administrator is getting your first job as a DBA, though, and I&#8217;d like to help you by getting you started with training.  One or two days a week, I&#8217;ll show you what I&#8217;m doing, and you can take over some of the basic tasks over time if you want.&#8221;</p>
<p>If they clap their hands and offer to wash your car, they&#8217;re your new junior DBA.  Even if YOU are a junior DBA, there&#8217;s somebody who wants this training, and they&#8217;ll be thankful for the opportunity.</p>
<p>If you&#8217;re paranoid and you&#8217;re worried that they&#8217;re going to steal your job, relax: we&#8217;re not going to give them the fun parts.  Give them the basic, day-to-day keep-the-lights-on tasks that you don&#8217;t particularly enjoy - things that won&#8217;t get you promoted.  Knowing how to check all of the backups isn&#8217;t going to make you famous, and every hour that you free up out of your schedule means an hour you can spend learning the latest &amp; greatest tools and tricks.</p>
<p>Training this person will mean extra time initially on your part, so focus on training them on things that will pay off for you.  You don&#8217;t want to train them on something that you only do once a month, because it won&#8217;t free up your schedule and it won&#8217;t be useful to them either.  Train them on things you do all the time, like:</p>
<ul>
<li>Interpreting sp_who and sp_who2 to find out who&#8217;s blocking queries</li>
<li>Reading query plans to improve a query</li>
<li>Indexing tables or removing unnecessary indexes</li>
<li>Backing up and restoring databases</li>
<li>Installing the client tools</li>
</ul>
<p>Or whatever else you find yourself doing more than once a week.</p>
<p>If this concept sounds crazy to you, ask yourself: how many times has your boss come up to you lately and said, &#8220;You&#8217;re doing a great job.  How would you like to take on this cool new tool we got in?&#8221;  Or is he handing you the crappy stuff that nobody wants?  If you&#8217;re getting the short end of the stick, or if you&#8217;re never getting to play with cool toys, it&#8217;s probably because your manager sees you as too overwhelmed with your current responsibilities - and only you can fix that.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=aCcoM"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=aCcoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=VTGRm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=VTGRm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=AQeJm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=AQeJm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/438019307" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/professional-development/want-a-promotion-find-yourself-a-junior-dba/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/professional-development/want-a-promotion-find-yourself-a-junior-dba/</feedburner:origLink></item>
		<item>
		<title>Windows 2008 R2 will be 64-bit only</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/435144235/</link>
		<comments>http://sqlserverpedia.com/blog/virtualization/windows-2008-r2-will-be-64-bit-only/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 21:28:54 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=521</guid>
		<description><![CDATA[From the horse&#8217;s mouth at at the Windows Server Division WebLog:
&#8220;First and foremost, 32-bit is done. History. Archives. Windows Server 2008 R2 is the first Windows OS platform to go 64-bit only, and frankly it was high time. Customers have been unable to purchase a 32-bit server CPU for over two years now, and the [...]]]></description>
			<content:encoded><![CDATA[<p>From the horse&#8217;s mouth at at the <a href="http://blogs.technet.com/windowsserver/archive/2008/10/28/announcing-windows-server-2008-r2.aspx">Windows Server Division WebLog</a>:</p>
<p style="padding-left: 30px;"><em><span style="font-size: small; font-family: Calibri;">&#8220;First and foremost, 32-bit is done. History. Archives. Windows Server 2008 R2 is the first Windows OS platform to go 64-bit only, and frankly it was high time. Customers have been unable to purchase a 32-bit server CPU for over two years now, and the advancements in CPU architectures really dictated that we squeeze as much performance out of customers’ hardware purchases as possible. The move to 64-bit is a first step.&#8221;</span></em></p>
<p>SQL Server database administrators everywhere are probably clapping with delight, but that clapping may slow down a little if you use virtual machines on your desktop computer for testing or development.  If you&#8217;d like to run Windows 2008 R2 as a virtual server guest, that means you need to be running a 64-bit host - which means your laptop or desktop will need to be running a 64-bit version of Windows.</p>
<p><strong>Update</strong>: fellow Questie David Gugick points out that you can still <a href="http://episteme.arstechnica.com/eve/forums/a/tpc/f/99609816/m/204003433931">run 64-bit guests on 32-bit host OS&#8217;s</a> as long as your underlying hardware is 64-bit compliant.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=2MbBM"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=2MbBM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=mZVQm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=mZVQm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=nN1wm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=nN1wm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/435144235" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/virtualization/windows-2008-r2-will-be-64-bit-only/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/virtualization/windows-2008-r2-will-be-64-bit-only/</feedburner:origLink></item>
		<item>
		<title>Using Microsoft Operations Manager with SQL Server</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/435053039/</link>
		<comments>http://sqlserverpedia.com/blog/administration/using-microsoft-operations-manager-with-sql-server/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 19:36:33 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[microsoft mom]]></category>

		<category><![CDATA[mom2005]]></category>

		<category><![CDATA[operations manager]]></category>

		<category><![CDATA[scom2007]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=519</guid>
		<description><![CDATA[Microsoft Operations Manager (formerly MOM, now SCOM) has gained some traction in Windows shops for monitoring servers.  I like it a lot for Windows, especially IIS and Sharepoint, but out of the box, it&#8217;s not that useful for DBAs.  The default set of SQL Server alerts throw a lot of false alarms on [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Operations Manager (formerly MOM, now SCOM) has gained some traction in Windows shops for monitoring servers.  I like it a lot for Windows, especially IIS and Sharepoint, but out of the box, it&#8217;s not that useful for DBAs.  The default set of SQL Server alerts throw a lot of false alarms on things I can&#8217;t change, and it ignores the things I really want to know.</p>
<p>I haven&#8217;t seen a good howto article that helps with SQL Server monitoring with MOM - until now.  Tom LaRock, who moonlights as <a href="http://sqlserverpedia.com/wiki/Editors#Tom_LaRock.2C_Monitoring_Editor">SQLServerPedia&#8217;s Monitoring Editor</a> when he&#8217;s not <a href="http://sqlbatman.com">fighting crime</a>, wrote an in-depth article for Simple Talk:</p>
<p><a href="http://www.simple-talk.com/content/article.aspx?article=590">Operations Manager: A Big Tinker Set</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=p3R3M"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=p3R3M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=ObgCm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=ObgCm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=0IS7m"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=0IS7m" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/435053039" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/administration/using-microsoft-operations-manager-with-sql-server/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/administration/using-microsoft-operations-manager-with-sql-server/</feedburner:origLink></item>
		<item>
		<title>Happy Birthday, Kevin Kline!</title>
		<link>http://feeds.feedburner.com/~r/sqlserverpedia/~3/434414237/</link>
		<comments>http://sqlserverpedia.com/blog/other/happy-birthday-kevin-kline/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 07:00:44 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=515</guid>
		<description><![CDATA[If you see Kevin Kline traveling through Europe today, wish him a happy birthday!
]]></description>
			<content:encoded><![CDATA[<p>If you see <a href="http://sqlblog.com/blogs/kevin_kline/">Kevin Kline</a> traveling through Europe today, wish him a happy birthday!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=VfDmM"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=VfDmM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=iuMZm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=iuMZm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/sqlserverpedia?a=apPtm"><img src="http://feeds.feedburner.com/~f/sqlserverpedia?i=apPtm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/sqlserverpedia/~4/434414237" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/other/happy-birthday-kevin-kline/feed/</wfw:commentRss>
		<feedburner:origLink>http://sqlserverpedia.com/blog/other/happy-birthday-kevin-kline/</feedburner:origLink></item>
	</channel>
</rss>
