Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Windows 2008 SQL 2005 problem

Author  Topic 

rjcurro
Starting Member

4 Posts

Posted - 2010-04-14 : 11:42:33
I'm testing our product on a Windows 2008 operating system and I'm running into a bunch of problems. We have a .Net program that creates the database and loads the tables but it won't run on the 2008 machine. I was able to debug the code and found it was failing on an:

EXEC sp_addlogin @loginame='meduser', @passwd='xxxxxxx', @deflanguage ='us_english'


Has anyone else had problems running sql on Windows 2008?

RJ

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-04-14 : 12:10:34
Are you able to run that piece of code in Management Studio?

What error are you getting?

We have many SQL Server 2005 installations on Windows 2008 in production and don't have any issues.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-04-14 : 13:39:03
Server password policy requires a more robust password that you are actually passing?
Go to Top of Page
   

- Advertisement -