<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>SQL Server Magazine</title> 
<description></description> 
<link>http://sqlforums.windowsitpro.com/web/forum/default.aspx?forumid=10</link> 
<generator>FuseTalk.Net (http://www.fusetalk.com)</generator> 

<item>
<title>new sql server instance or use existing?</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93621</link> 
<pubDate>2009-11-18 03:23 PM -07.00</pubDate> 
<description>backup exec won't remove your database. it'll just stop taking backups if removed. so you should be good &amp;lt;img src="i/expressions/face-icon-small-smile.gif" border="0"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;-- Russell -- &amp;lt;br&amp;gt;------------------------------------------ &amp;lt;br&amp;gt;&amp;lt;b&amp;gt;SQL Server Magazine Forum Pro&amp;lt;/b&amp;gt;</description> 
<dc:creator>bmorency
			
</dc:creator> 
</item>

<item>
<title>new sql server instance or use existing?</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93621</link> 
<pubDate>2009-11-18 01:44 PM -07.00</pubDate> 
<description>ok thanks for the tip.  My main concern with using the same instance was that if backup exec was removed for some reason I didn't want it to remove the entire DB with my contact data.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;As for backup I will make backup exec backup the .bak files.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Thanks&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;</description> 
<dc:creator>bmorency
			
</dc:creator> 
</item>

<item>
<title>new sql server instance or use existing?</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93621</link> 
<pubDate>2009-11-18 01:25 PM -07.00</pubDate> 
<description>I'd create a new db on the same instance.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;As for backups, you should be using native backup to the file system and let symantec tape of the .bak files&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;-- Russell --&amp;lt;br&amp;gt;------------------------------------------&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;SQL Server Magazine Forum Pro&amp;lt;/b&amp;gt;</description> 
<dc:creator>bmorency
			
</dc:creator> 
</item>

<item>
<title>new sql server instance or use existing?</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93621</link> 
<pubDate>2009-11-18 12:45 PM -07.00</pubDate> 
<description>HI, &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I have sql server 2005 installed on our sbs 2008 server. I want to install the database for outlook business contact manager on the server but I am not sure if I should create a new instance or not. I have about 1gig or RAM that is either being used as cache or free.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;But my concern is that I have two instances that were created by symantec backup exec and if I install another instance it will use up a lot more RAM.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;So my question is should I create another instance for the contact manager DB or use the existing one? I am also worried that if something happens to symantec backup exec the data for the contact manager might also be affected.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Any tips?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Thanks&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;</description> 
<dc:creator>bmorency
			
</dc:creator> 
</item>

<item>
<title>database</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93553</link> 
<pubDate>2009-11-05 07:11 AM -07.00</pubDate> 
<description>Have a look &amp;lt;a target=_blank class=ftalternatingbarlinklarge href="http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx"&amp;gt;here&amp;lt;/a&amp;gt; for information on getting certified. Start with your MCTS.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;-- Russell --&amp;lt;br&amp;gt;------------------------------------------&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;SQL Server Magazine Forum Pro&amp;lt;/b&amp;gt;</description> 
<dc:creator>christien.jazz
			
</dc:creator> 
</item>

<item>
<title>database</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93553</link> 
<pubDate>2009-11-05 01:21 AM -07.00</pubDate> 
<description>i m doin engineering from india. looking for future in database ...nd which course i should study first nd am also looking to certification course in database...so which certification should i give nd from which organisation.thanks</description> 
<dc:creator>christien.jazz
			
</dc:creator> 
</item>

<item>
<title>User Name Best Practices</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=92742</link> 
<pubDate>2009-10-07 08:08 AM -07.00</pubDate> 
<description>Use Pascal Casing ( or Hungarian Naming after Charles Simonyi)  like:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;SalesOrderHeader, SalesOrderDetail, Product, ProductPhoto, ProductDocument&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you inherit a table with spaces in name, you will be married to [table name] (square brackets) for ever!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Underscore (_) still around in some system table names, kind of old-fashioned.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Kalman Toth, SQL Server 2008 Training&amp;lt;br&amp;gt;&amp;lt;a target=_blank class=ftalternatingbarlinklarge href="http://www.sqlusa.com"&amp;gt;http://www.sqlusa.com&amp;lt;/a&amp;gt;</description> 
<dc:creator>tombloom
			
</dc:creator> 
</item>

<item>
<title>SQL Server 2008 Replication Advice</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93317</link> 
<pubDate>2009-09-25 08:48 AM -07.00</pubDate> 
<description>All of the mentioned approaches will work it is really a question of what suites your requirements more. You really need to write down (not here &amp;lt;img src="i/expressions/face-icon-small-smile.gif" border="0"&amp;gt; ) what all your requirements are for all aspects of the enviorment. Things such as how stale can the data be, what limitations do you have, how available all the parts need to be, how long canany given piece be off line and what will the impact be etc. etc.  Then list the pros &amp; cons of each of the approaches and see which fits your requirments best.  Don't count SSIS out before hand just based on the amount of work to be done. That is what SSIS is designed for and I can assure you there are lots of companies doing extremely heavy massaging of data with SSIS every day. But at the same time there may be a slightly more simple approach that suites your needs as well. But the only way to know is to list every possible issue / requirement and go from there.</description> 
<dc:creator>moflaherty
			
</dc:creator> 
</item>

<item>
<title>SQL Server 2008 Replication Advice</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93317</link> 
<pubDate>2009-09-25 08:06 AM -07.00</pubDate> 
<description>There is a fair amount of conversion and massaging of data that we felt it merited it's own server that is in isolation. The change tracking has some performance overhead as well (based on our testing.) [I know replication does too.] It seemed easier for us to bring the data from three locations into one server, especially because two of the sites are remote on a slow connection. (The plan is to dial up the update interval from once a day to something more often at the two locations and measure the performance.) We also felt that propogating the data into the server does create another potential backup location (though not the driving factor here.) I am ok considering running change tracking at three locations, though I was all excited about managing the code and processing from a single, detached location when I started.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We can run the SSIS conversion package on our staging server say every 15m; it does not have to be real time. So I would assume the connection issue could be managed. I was just curious if you or anyone out here had experience with log shipping vs. other Microsoft approaches for syncing remote databases; it sounds like we have a few options with SQL Server and I didn't want to waste the time testing every possible approach if there was a consensus on what works best. If our scenario is not typical, or I can't adequately define the problem out here, we can certainly try everything. Just trying to save some time.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Thanks!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;</description> 
<dc:creator>moflaherty
			
</dc:creator> 
</item>

<item>
<title>SQL Server 2008 Replication Advice</title> 
<link>http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=66&amp;threadid=93317</link> 
<pubDate>2009-09-24 01:46 PM -07.00</pubDate> 
<description>It doesn't have to be a live user as any connection in the db needs to be killed before you can restore the next log.  This sounds a little too complicated to get right on a forum post as there are lots of details that need to be considered to determien the correct strategy for your needs. I don't understand why you have a staging server in the first place. Why not use change tracking on each of the primary dbs and use SSIS to grab the data, convert it on the fly and update the target databases all in one shot?</description> 
<dc:creator>moflaherty
			
</dc:creator> 
</item>

</channel>
</rss>