<%3Fxml version="1.0" encoding="UTF-8"%3F> Buy discount cialis online » Canadian Pharmacy Online :: Licensed Canadian Online Pharmacy http://www.techrawr.com Sat, 26 Feb 2011 18:28:02 +0000 en hourly 1 http://wordpress.org/?v=3.3.1 Buy discount cialis online » Canadian Pharmacy Online :: Licensed Canadian Online Pharmacy http://www.techrawr.com/2011/02/26/use-windows-authentication-for-ssms-as-domain-user-from-non-domain-account/ http://www.techrawr.com/2011/02/26/use-windows-authentication-for-ssms-as-domain-user-from-non-domain-account/#comments Sat, 26 Feb 2011 18:28:02 +0000 Matt http://www.techrawr.com/?p=164 For those that work with Active Directory environments, but (for whatever reason) prefer to keep their computer off the domain (consultants — that’s probably you!), you DO have the option to run SQL Server Management Studio using Windows Authentication from your non-domain user account. I only recently discovered this, and I can’t believe it took me this long to find it.

SQL Server Management Studio 2008:
runas.exe /netonly /user:MYDOMAIN\myuser "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"

SQL Server Management Studio 2005 Express:
runas.exe /netonly /user:MYDOMAIN\myuser "C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\ssmsee.exe"

You get the idea :)

Now when you run Management Studio, you can select ‘Windows Authentication’ to login to your target SQL Server using your domain credentials. No need to use RDP to remote to your SQL Server or running it in a Domain-enabled Virtual Machine!

]]>
http://www.techrawr.com/2011/02/26/use-windows-authentication-for-ssms-as-domain-user-from-non-domain-account/feed/ 1
Buy discount cialis online » Canadian Pharmacy Online :: Licensed Canadian Online Pharmacy http://www.techrawr.com/2010/03/22/how-to-install-sql-server-management-studio-2005-on-vista-64-bit/ http://www.techrawr.com/2010/03/22/how-to-install-sql-server-management-studio-2005-on-vista-64-bit/#comments Mon, 22 Mar 2010 09:55:52 +0000 Matt http://www.techrawr.com/?p=137 If you have tried to install the 64-bit version of SQL Server Management Studio on Vista 64-bit, then you have probably run into the following error:

Product: Microsoft SQL Server Management Studio Express — The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 29506.

The problem is that User Access Controls (UAC) interferes with the installation process and causes it to fail. In order to get around the UAC issue, follow these few simple steps:

  1. Save the SQL Server Management Studio MSI file to, say, “C:\temp”
  2. Go to Start > All Programs > Accessories
  3. Right-click on “Command Prompt”, and click “Run as Administrator”
  4. Once you open the command prompt, browse to “C:\temp”
  5. Run the MSI file by typing in the name of the file and hitting Enter

The installation will run using the administrator privileges inherited by the command prompt.

You should now be free of any error code 29506. Good luck!

]]>
http://www.techrawr.com/2010/03/22/how-to-install-sql-server-management-studio-2005-on-vista-64-bit/feed/ 2