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.
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 |
|
Kristen
Test
22859 Posts |
Posted - 2010-04-14 : 13:39:03
|
Server password policy requires a more robust password that you are actually passing? |
 |
|
|
|
|