|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 05, 2013 12:34 AM
Points: 2,
Visits: 2
|
|
Hello,
I have an annoying problem with a sql 2012. The SQL runs in a windows 2008 R2 server.
I have a .net software that does a select in a view. the view is an inner join between table articles and table image (a table where I store images in image filed). If the image table is empty the query runs fine, but if I insert an image I have this error: "The specified network name is no longer available". I have this error from SSME also, but only if I'm in VPN (in LAN the query return results in 2 secs).
I have a WIN 7 with the same DB in the same network and all runs correctly.
So, I tryed to disable windows firewall but the problem was not solved.
there is some other configurations in windows 2008/sql 2012 that could cause the error? and why I have the problem only if I have the images in the table?
thanks
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 2:20 PM
Points: 4,
Visits: 7
|
|
Is SQL 2008 compatible with Windows Server 2012? I already asked this in the Windows Server 2012 Forum and they asked me to post it here.
bloated stomach
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 9:45 PM
Points: 2,471,
Visits: 2,065
|
|
To find out what versions of Windows are supported, have a look at
http://msdn.microsoft.com/en-us/library/ms143506.aspx (for SQL 2012)
http://msdn.microsoft.com/en-us/library/ms143506(v=sql.100).aspx (for SQL 2008)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, February 05, 2013 12:34 AM
Points: 2,
Visits: 2
|
|
I have windows 2008 & SQL 2012
|
|
|
|