SQL Server Citation
http://www.sql-server-citation.com/
However, there are times when we need to find out records matching a criteria from all the tables of a SQL Database and today I will explain you a simple way to retrieve those records. So, coming to the point, how do we do Risk Assessment for Database systems, especially SQL Server ? I myself have never come to situation where I have created or used Risk Assessment Register for SQL Server
http://beyondrelational.com/modules/24/syndicated/614/Posts/17819/database-maintenance-plan-error-the-connection-string-format-is-not-valid.aspx
Yesterday I also found that Microsoft Release services has released the first instalment of Cumulative Update package1 for SQL Server 2008 R2 SP2 (remember recent release of 2008R2SP2). Coming back to the error when I dig down to those maintenance plans I found that they have created 1 plan for each database, that means there are 28 plans to check and that was not an easy job to do so
http://blogs.msdn.com/b/sqlcat/archive/2013/09/16/top-10-sql-server-integration-services-best-practices.aspx
Measure the speed of the source system by creating a very simple package reading data from your source with the a destination of "Row Count": Execute the package from the command line (DTEXEC) and measure the time it took for it to complete its task. If concurrency is causing locking or blocking issues, consider partitioning the source and having your packages read from different partitions to more evenly distribute the load
http://www.microsoft.com/en-us/server-cloud/
Discover what Cortana Analytics can do for your data Bring your data to life and spot trends with Microsoft Power BI Power BI transforms your company's data into rich visuals so you can focus on what matters to you
http://www.sqlskills.com/blogs/kimberly/indexes-in-sql-server-20052008-best-practices-part-1/
If you want to test this out (and check it on various versions of SQL Server), use this script to setup a test database, a test table and then use dynamic string execution to loop through (until it errors) with creating nonclustered indexes and statistics: IndexMax.sql (853.00 bytes)
http://www.symantec.com/connect/articles/creating-maintenance-plan-sep-database-sql-server-2008
These activities aim at increase the performance of SQL Server 2008 and improve functioning and health of the database of Symantec Endpoint Protection Manager. In this task we will simply perform a full backup of the databases in a .Bak file extension for each database: 7 - Cleanup Database Backup: This task will be a customized routine to clean old backups on the server
http://www.brentozar.com/archive/2008/03/sql-server-2005-setup-checklist-part-2-after-the-install/
Second, the minimum and maximum memory amounts are important, especially since we gave the SQL Server account the permission to lock its pages in memory. John writes: I also like to go to model and change the recovery model from FULL since we use SIMPLE a lot, even in production and also change the datafile autogrowth setting from 1 MB
http://sqlblog.com/blogs/aaron_bertrand/archive/2009/08/14/is-sql-server-2008-supported-on-windows-7-windows-server-2008-r2.aspx
He has been blogging here at sqlblog.com since 2006, focusing on manageability, performance, and new features; has been a Microsoft MVP since 1997; tweets as @AaronBertrand; and speaks frequently at user group meetings and SQL Saturday events. Every time i press on the sql 2008 folder it gives an error message that i need to .Net 3.5 installed to proceed further...I have the .Net3.5 installed on my System which i saw by going to CONTROL PANEL and then click on PROGRAMS and then TURN WINDOW FEATURES ON OR OFF but still have the same problem ...Pls put me through on how to go about this..
http://www.microsoft.com/en-us/server-cloud/products/sql-server/
Back to top SQL Server 2014 in the news Gartner Read Gartner's Magic Quadrant for Advanced Analytics Platforms Read the story Gartner Read Gartner's Magic Quadrant for Business Intelligence and Analytics Platforms Read the story Gartner Read Gartner's Magic Quadrant for Data Warehouse and Data Management Solutions for Analytics 2015 Read the story TechRadar.pro Microsoft SQL Server 2014 review: The database heads into memory for Microsoft's latest release Read the review Back to top SQL Server blog SQL Server 2016 Upgrade Advisor Preview and CTP 2.2 now available 22 Jul 2015 10:00 AM by SQL Server Team Announcing Spark for Azure HDInsight public preview 10 Jul 2015 04:10 PM by T.K. Faster insights on any data Get to insights faster with a complete BI platform that speeds up how you access, analyze, clean and shape both internal and external data
http://blogs.technet.com/b/josebda/archive/2009/03/17/indexing-best-practices-for-sql-server-2008.aspx
Just the order of the keys Could this be happening because of the missing index message in query results? Multiple developers not in sync can be a common source if this kind of thing. It can help some joins Capture workloads and use the database tuning advisor (DTA) Add indexes to help with specific queries using joins, aggregations, etc
http://databasebestpractices.com/configure-database-mail-sql-server-2008-r2/
Home All Articles SQL Server Netezza Guest Writer About Us Privacy Policy Sitemap How to Configure Database Mail in SQL Server 2008 R2? by admin on August 21, 2011 In this article we will talk about configuration of Database mail feature in SQL Server 2008 R2
best practices - Max Memory settings on Multi-Instance SQL Server 2008 R2 Cluster - Database Administrators Stack Exchange
http://dba.stackexchange.com/questions/50433/max-memory-settings-on-multi-instance-sql-server-2008-r2-cluster
Will this cause any issues in the timeframe until we get the second node recovered? Do I need to lower the max memory setting on the 4 instances until the secondary node is recovered? Or is SQL Server smart enough to keep working (using page file if necessary). Note that this will cause other side effects such as clearing the plan cache (in the event when one of the instances didn't just restart or fail over, in which case the plan cache would be empty anyway), but these are arguably better than leaving both instances to assume they still have 12 GB of memory to play with - there will be a lot of thrashing if they're both heavily used
Generic best practices for SQL Server 2008 R2 - Server Fault
http://serverfault.com/questions/198591/generic-best-practices-for-sql-server-2008-r2
Determine if you'll need to install Analysis Services, Reporting Services, or Integration Services before doing the install and make sure you don't install anything you don't need. Keeping them away from the OS is to improve performance as well as make sure that if your databases end up filling the drives, it only causes a problem for SQL and not the entire server
http://databasebestpractices.com/edition-upgrade-sql-server-2008-r2-express-standard-edition/
How can I attached the data in to a new install SQL 2008 Standard? Thanks December 29, 2014 Reply Leave a Reply Cancel reply Name (required): Email (required): Website: Comment You may use basic HTML in your comments. Home All Articles SQL Server Netezza Guest Writer About Us Privacy Policy Sitemap Edition upgrade from SQL Server 2008 R2 Express to Standard Edition by admin on October 25, 2011 In this article we will take you through the detailed steps on how to do edition upgrade of SQL Server 2008 R2
Aaron Bertrand : SQL Server 2008 R2 Best Practices Analyzer
http://sqlblog.com/blogs/aaron_bertrand/archive/2010/08/25/sql-server-2008-r2-best-practices-analyzer.aspx
He has been blogging here at sqlblog.com since 2006, focusing on manageability, performance, and new features; has been a Microsoft MVP since 1997; tweets as @AaronBertrand; and speaks frequently at user group meetings and SQL Saturday events. Once I install it on one of the nodes of a 2008 R2 Cluster and run it, the product dropdown is empty, regardless of whether I run as administrator or not
SQL Server 2008 R2 backup plan not deleting files older than X days set in maintenance plan - Server Fault
http://serverfault.com/questions/285292/sql-server-2008-r2-backup-plan-not-deleting-files-older-than-x-days-set-in-maint
If I create a test maintenance plan to delete text files in a directory and run the generated T-SQL, the command completes successfully but the text file in the directory does not get removed. group has full access -- that is how I have on all "backup" locations (these permissions should be set up automatically if you set that folder as default backup destination during initial setup)
No comments:
Post a Comment