Viewing 8 posts - 1 through 8 (of 8 total)
I've come up with this but need help on the conditions part.
UPDATE currentevents
SET Event_Description = (SELECT Event_Description
...
August 13, 2014 at 6:52 pm
Specifically assuming the PK's are correct do the joins and measures look correct?
May 5, 2014 at 7:20 pm
I'm going to post my Visual Studio project and if anyone can get the connection string to work and tell me how they did it I would appreciate it.
April 25, 2013 at 7:48 pm
Ok, here is my current connection string. I now throws the error:
Invalid value for key attachdbfilename
Connection string: (this is where the rest of my databases are located)
<connectionStrings>
...
April 25, 2013 at 6:29 pm
I like the first option you gave. What is the entire path in the "This User" above in the example you provided?
April 25, 2013 at 10:00 am
So let me understand. Where do I install my SQL Server during the installation? Or is it a problem with the VS project? Confused.
April 24, 2013 at 5:06 pm
Im going to post my connection string from my VS project. Can you tell me what the path should look like?
<connectionStrings>
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="AUSTENSSAMSUNG\SQLEXPRESS;Initial...
April 24, 2013 at 3:11 pm
Not sure how to go about doing that. Can someone walk me thru it? Thanks
April 24, 2013 at 2:36 pm
Viewing 8 posts - 1 through 8 (of 8 total)