Hi, If I do either of these, is there a way of differentiating between sql server and Sql Azure? Cheers Sean.
From: [email protected] [mailto:[email protected]] On Behalf Of DaveW Sent: 21 April 2013 08:42 To: [email protected] Subject: [nhusers] Re: determine which sql server version I'm running on I think you just need to open a SqlConnection using your connection string and then check the ServerVersion property. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at http://groups.google.com/group/nhusers?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
