DotNetShoutout - Stories tagged with sql 2011
2
Shouts

SQL-Articles » Steps to configure SQL server Availability Groups in DENALI

posted by sqlarticlessqlarticles 670 days, 1 hour, 32 minutes ago
Thursday, August 18, 2011 6:04:19 PM GMT
In this blog post I will drive you through configurations steps required (with GUI screens) to successfully implement SQL server’s new high availability option called “ALWAYSON” aka HADR . If you haven’t read more about Always ON or Availability groups in SQL server code named “Denali” version, here are some articles that I would recommend you read before using this blog post to configure SQL server’s new and cool feature........ (more)
category: Data | clicked: 1 | comment | | source: sql-articles.com
tags: high availability, always on, hadr, SQL, denali, sqlarticles, sql 2011
2
Shouts

Default FileStream filegroup is not available in database 'DatabaseName'

published 690 days, 2 hours, 27 minutes ago posted by eralpereralper 691 days, 8 hours, 57 minutes ago
Friday, July 29, 2011 5:09:28 PM GMT Thursday, July 28, 2011 10:39:44 AM GMT
With SQL Server 2011, a new table type FileTable is introduced for SQL Server developers and administrators. To create FileTable is easy but has some prerequisites. Before completing these prerequisites if t-sql developers try to create FileTable using CREATE TABLE command, the following SQL Engine error might happen Msg 1969, Level 16, State 1, Line 1 Default FILESTREAM filegroup is not available in database 'DatabaseName' (more)
category: Data | clicked: 14 | comment | | source: www.kodyaz.com
tags: SQL Server, denali, SQLServer, FILESTREAM, sql 2011, SQL Server 2011
3
Shouts

New SSMS GUI Changes in SQL Server 2011 (Denali) «Vidhya Sagar – Blog

posted by sqlarticlessqlarticles 804 days, 6 hours, 34 minutes ago
Wednesday, April 06, 2011 1:02:26 PM GMT
I’m just writing this article to provide you the new changes to SSMS GUI available in SQL Server 2011 aka Denali. This article is not more into techie however it will just visualize you the changes made to SSMS GUI in .SQL 2011 I’ll update this article whenever I see a new change in SSMS GUI..... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: denali, sqlarticles, sql 2011, ssms 2011
2
Shouts

Adding Startup parameter made easy in Denali «Vidhya Sagar – Blog

published 883 days, 9 hours, 45 minutes ago posted by sqlarticlessqlarticles 886 days, 4 hours, 11 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Friday, January 14, 2011 3:25:28 PM GMT
You folks might have already know that a new version of SQL Server is on the way to market. Right now beta version of SQL Denali (aka SQL Server 2011) is released. In this version addition of startup parameter is made easy and effort less. In previous version we will be adding it in a text box separating each entry with semi colon(;) .  There is a chance that we might miss that semi colon and it will result in SQL server startup failure. To over come ... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: denali, startup parameters, sql 2011, SQL Server 2011