<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL Server Management Studio Error 916</title>
	<atom:link href="http://sqldbpool.com/2012/09/10/sql-server-management-studio-error-916/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqldbpool.com/2012/09/10/sql-server-management-studio-error-916/</link>
	<description></description>
	<lastBuildDate>Sun, 28 Apr 2013 13:14:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jugal Shah</title>
		<link>http://sqldbpool.com/2012/09/10/sql-server-management-studio-error-916/#comment-6965</link>
		<dc:creator><![CDATA[Jugal Shah]]></dc:creator>
		<pubDate>Sun, 28 Apr 2013 13:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqldbpool.com/?p=1956#comment-6965</guid>
		<description><![CDATA[Please check the permission of the account you are using to connect SQL Server. Make sure MODEL database is configured properly.]]></description>
		<content:encoded><![CDATA[<p>Please check the permission of the account you are using to connect SQL Server. Make sure MODEL database is configured properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://sqldbpool.com/2012/09/10/sql-server-management-studio-error-916/#comment-6953</link>
		<dc:creator><![CDATA[Luigi]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 19:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqldbpool.com/?p=1956#comment-6953</guid>
		<description><![CDATA[Hi Jugal.
My scenario is:

PC1 (local): Windows 7 x64, SQL Server Management Studio 2012, one instance of SQL Express 2012, named &#039;AUTOPID&#039; accessible via &#039;(local)\AUTOPID&#039;.

PC2 (name:VSDS20): Windows server 2008 R2, one instance of SQL Express 2012, named AUTOPID, with &#039;Windows authentication mode&#039; and accessible via &#039;VSDS20\AUTOPID&#039;.

From PC1 I am able to connect to VSDS20\AUTOPID (PC2) using Windows authentication mode with the username valid on PC1 (luigi.ballotta). Once connected I see the node named &#039;database&#039; under &#039;VSDS20\AUTOPID (SQL Server 11.0.2100 - VSD\luigi.ballotta)&#039;.
So right click on it and select New database. The form for creating the database 
is opened and enter the database name &#039;testdb&#039;, click OK and then an error window comes out 
with this message: 
CREATE DATABASE permission denied in database &#039;master&#039;. (Microsoft SQL Server, error: 262).

If I try to perform a database connection another error comes out: The server principal &quot;VSD
\luigi.ballotta&quot; is not able to access the database &quot;model&quot; under the current security 
context. (Microsoft SQL Server, error: 916).

Same behavior running SQL Server Management Studio as administrator or not in PC1.

I do not have any idea to solve this problem. Some tips?

P.S.: if I try to perform the same actions in local PC1, all works fine.

Thanks in davance.

Luigi]]></description>
		<content:encoded><![CDATA[<p>Hi Jugal.<br />
My scenario is:</p>
<p>PC1 (local): Windows 7 x64, SQL Server Management Studio 2012, one instance of SQL Express 2012, named &#8216;AUTOPID&#8217; accessible via &#8216;(local)\AUTOPID&#8217;.</p>
<p>PC2 (name:VSDS20): Windows server 2008 R2, one instance of SQL Express 2012, named AUTOPID, with &#8216;Windows authentication mode&#8217; and accessible via &#8216;VSDS20\AUTOPID&#8217;.</p>
<p>From PC1 I am able to connect to VSDS20\AUTOPID (PC2) using Windows authentication mode with the username valid on PC1 (luigi.ballotta). Once connected I see the node named &#8216;database&#8217; under &#8216;VSDS20\AUTOPID (SQL Server 11.0.2100 &#8211; VSD\luigi.ballotta)&#8217;.<br />
So right click on it and select New database. The form for creating the database<br />
is opened and enter the database name &#8216;testdb&#8217;, click OK and then an error window comes out<br />
with this message:<br />
CREATE DATABASE permission denied in database &#8216;master&#8217;. (Microsoft SQL Server, error: 262).</p>
<p>If I try to perform a database connection another error comes out: The server principal &#8220;VSD<br />
\luigi.ballotta&#8221; is not able to access the database &#8220;model&#8221; under the current security<br />
context. (Microsoft SQL Server, error: 916).</p>
<p>Same behavior running SQL Server Management Studio as administrator or not in PC1.</p>
<p>I do not have any idea to solve this problem. Some tips?</p>
<p>P.S.: if I try to perform the same actions in local PC1, all works fine.</p>
<p>Thanks in davance.</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://sqldbpool.com/2012/09/10/sql-server-management-studio-error-916/#comment-6950</link>
		<dc:creator><![CDATA[Luigi]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 13:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqldbpool.com/?p=1956#comment-6950</guid>
		<description><![CDATA[Hi Jugal.
My scenario is:

PC1 (local): Windows 7 x64, SQL Server Management Studio 2012, one instance of SQL Express 2012, named &#039;AUTOPID&#039; accessible via &#039;(local)\AUTOPID&#039;.

PC2 (name:VSDS20): Windows server 2008 R2, one instance of SQL Express 2012, named AUTOPID, with &#039;Windows authentication mode&#039; and accessible via &#039;VSDS20\AUTOPID&#039;.

From PC1 I am able to connect to VSDS20\AUTOPID (on PC2) using Windows authentication mode with the username valid on PC1 (luigi.ballotta). Once connected I see the node named &#039;database&#039; under &#039;VSDS20\AUTOPID (SQL Server 11.0.2100 - VSD\luigi.ballotta)&#039;.
So right click on it and select New database. The form for creating the database 
is opened and enter the database name &#039;testdb&#039;, click OK and then an error window comes out 
with this message: 
CREATE DATABASE permission denied in database &#039;master&#039;. (Microsoft SQL Server, error: 262).

If I try to perform a database connection another error comes out: The server principal &quot;VSD
\luigi.ballotta&quot; is not able to access the database &quot;model&quot; under the current security 
context. (Microsoft SQL Server, error: 916).

Same behavior running SQL Server Management Studio as administrator or not in PC1.

I do not have any idea to solve this problem. Some tips?

P.S.: if I try to perform the same actions in local PC1, all works fine.

Thanks in davance.

Luigi]]></description>
		<content:encoded><![CDATA[<p>Hi Jugal.<br />
My scenario is:</p>
<p>PC1 (local): Windows 7 x64, SQL Server Management Studio 2012, one instance of SQL Express 2012, named &#8216;AUTOPID&#8217; accessible via &#8216;(local)\AUTOPID&#8217;.</p>
<p>PC2 (name:VSDS20): Windows server 2008 R2, one instance of SQL Express 2012, named AUTOPID, with &#8216;Windows authentication mode&#8217; and accessible via &#8216;VSDS20\AUTOPID&#8217;.</p>
<p>From PC1 I am able to connect to VSDS20\AUTOPID (on PC2) using Windows authentication mode with the username valid on PC1 (luigi.ballotta). Once connected I see the node named &#8216;database&#8217; under &#8216;VSDS20\AUTOPID (SQL Server 11.0.2100 &#8211; VSD\luigi.ballotta)&#8217;.<br />
So right click on it and select New database. The form for creating the database<br />
is opened and enter the database name &#8216;testdb&#8217;, click OK and then an error window comes out<br />
with this message:<br />
CREATE DATABASE permission denied in database &#8216;master&#8217;. (Microsoft SQL Server, error: 262).</p>
<p>If I try to perform a database connection another error comes out: The server principal &#8220;VSD<br />
\luigi.ballotta&#8221; is not able to access the database &#8220;model&#8221; under the current security<br />
context. (Microsoft SQL Server, error: 916).</p>
<p>Same behavior running SQL Server Management Studio as administrator or not in PC1.</p>
<p>I do not have any idea to solve this problem. Some tips?</p>
<p>P.S.: if I try to perform the same actions in local PC1, all works fine.</p>
<p>Thanks in davance.</p>
<p>Luigi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
