Viewing 15 posts - 1 through 15 (of 38 total)
Thanks, Sue. I'm afraid I'm just as confused. From the explanation of asymmetrical keys, I was expecting the destination server to send me a public key so that I could...
May 1, 2019 at 11:19 pm
No, not the quotes. I was using the wrong class, it needed to be SQLCeCnnection since I'm using CE and then my connection string syntax was way off for CE.
January 20, 2016 at 12:04 pm
Here's the article that finally explained it correctly: https://www.daniweb.com/programming/software-development/threads/340646/newb-connect-sql-server-compact-3-5-in-visual-studio-2010
January 15, 2016 at 7:07 pm
Thank you all so much for your informative replies! Jacob, you rock, caffeine or none! Really appreciate it 🙂
October 22, 2015 at 9:24 am
Michael, I'm using the AdventureWorks database and the following:
USE AdventureWorks
SELECT Name
FROM Production.Product p
WHERE EXISTS
(SELECT *
FROM Production.ProductSubcategory
...
October 21, 2015 at 2:43 pm
Thanks, Gail and Drew. Gail, the links don't directly discuss EXISTS vs join, but it looks like one can conclude what Drew is saying that there is really no difference...
October 21, 2015 at 2:39 pm
Thanks for the reply. Sounds perfectly reasonable, except that when I compare the 2 queries, one written with the EXISTS operator and a correlated subquery and the other as a...
October 21, 2015 at 2:06 pm
Thanks! Where is that Help option located, please?
August 10, 2015 at 10:40 pm
OK, that should work. Thanks! Kind of stupid for it to perform an unnecessary task, but c'est la vie, I suppose. Thanks, again.
September 24, 2013 at 2:49 pm
What do you mean? Compare them against what? What am I looking for?
Oh, I think you are suggesting that I compare the project flies for any differences between them. OK....
September 10, 2013 at 1:11 pm
Thanks for the reply, Yelena. The answer is 'yes' to all your questions. There is an active connection to the server in both cases. Both machines are imaged identically, so...
September 10, 2013 at 12:32 pm
Thanks for the reply.
August 17, 2012 at 12:15 pm
... do they each apply to different things, or are they options for the same thing, and if so, what's the criterion for selecting one over the other?... That type...
June 11, 2012 at 12:03 am
Viewing 15 posts - 1 through 15 (of 38 total)