Who is online?  98 guests and 0 members
home  »  blogs  »  Did You Know Did You Know: October 2011

SQLServerGeeks.com Blogs

Blogs RSS Feed

Did You Know Did You Know :October 2011 postings

Did You Know Did You Know

SQL Server: Execute Package Task - ExecuteOutOfProcess

2/21/2012 5:16:27 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [1766]

Many times we use “Execute Package Task” to execute a child package from a parent/wrapper package and we use “Parent Package Variables” as means of configuration for child package. Do you know that we have to keep “ExecuteOutOfProcess” to “False” in order to use parent variables in child package? If we set “ExecuteOutOfProcess” to “True” than parent variables are not visible in child package and configured child’s vari...

Read More

Did You Know Did You Know

SQL Server: The file growth setting is incorrect after you restore a database from SQL Server 2000 in SQL Server 2005

2/21/2012 5:17:50 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [851]

This is documented in Microsoft KB article 958004. When you restore a database from 2000 version of SQL Server to ver 2005 (specific builds being SQL Server 2005 build 2191 or later builds of SQL Server 2005 Service Pack 1, SQL Server 2005 Service Pack 2 or later builds), you find inconsistent file growth settings. Read more on this here: http://support.microsoft.com/kb/958004 @SQLServerGeeks

Read More

Did You Know Did You Know

SQL Server 2008 R2 & SQL Server 2008 side by side

10/21/2011 11:44:17 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [1221]

Many of you know that SQL Server 2008 R2 can be installed side-by-side with SQL Server 2008. SQL Server 2008 R2 is a minor release. Since both the versions share the same major version, R2 installation will automatically upgrade the shared components between the two versions. In case you are planning to install R2 along with 2008, you should check out this link: http://msdn.microsoft.com/en-us/library/ee210714.aspx

Read More

Did You Know Did You Know

SQL Server Denali CTP3 Demo VHD

10/24/2011 6:41:17 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [1327]

Want to try out Denali (SQL Server 2012) without installing it? A HyperV image of SQL Server Denali CTP3 in action, including fully configured services and integration with SharePoint 2010 and Office 2010 is available at http://www.microsoft.com/download/en/details.aspx?id=27740 The following software is configured on the virtual machine: SQL Server "Denali" CTP3 SharePoint 2010 Office 2010 Enjoy ! @SQLServerGeeks http://www.FaceBook.com/SQLServerGeeks

Read More

Did You Know Did You Know

SQL Server service can listen on multiple ports

10/7/2011 5:00:45 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [1280]

The default instance, by default, listens on port 1433. SQL Server can listen on multiple ports on the same IP address. For this you can list the ports separated by commas. For example: 1433,1533,1633. (Note: There is a limitation of 2047 characters.) You can do this from Configuration Manager. To configure SQL Server to listen on multiple ports, the Listen All parameter must also be set to No, on the Protocols Tab of the TCP/IP Properties dialog box.

Read More

Did You Know Did You Know

DATABASEPROPERTYEX function in SQL Server

10/1/2011 4:22:37 AM by Did You Know Did You Know  -  Comments: 0  -  Views: [1132]

Did you know that apart from system catalogs, you can also use System Functions like DATABASEPROPERTYEX to extract metadata about a database. For example to find out whether AutoShrink is ON or OFF, you can use the function this way: SELECT DATABASEPROPERTYEX ('AdventureWorks','IsAutoShrink') The function takes in the name of the database and the property name: another example; to find out the status of the database, you can use the function this way: SELECT DATABASEPROPERTYEX ('AdventureWorks',...

Read More

Page 1 of 1 (6 items)

Email Subscriptions

   Get the Most Recent Blogs in your inbox