Activity overview
Latest activity by dkekish
Get around error Invalid access to memory location.
I'm suddenly getting Invalid access to memory location. when trying to commit to my local git repository. Anyone have any ideas?
its worse if you have multiple case statements, then you end up with CASE WHEN s.COL1= '' THEN NULL ELSE s.Col1 END, CASE WHEN s.Col2= '' THEN NULL ELSE s.Col2 END, CASE WHEN s.Col3 = '' THEN NULL ELSE s.Col3 END / comments
its worse if you have multiple case statements, then you end up withCASE WHEN s.COL1= '' THEN NULL ELSE s.Col1 END, CA...
SQL Format on a merge statement with multiple case statements
Looking for a way to alter the format style to correctly layout what amounts to multiple case statements in a sql merge statement, for example:MERGE targetTable AS t USING sourceTable AS s O...
Git and Shared model
Can we please get the ability to push to a remote repository using Git for a Shared Development Model. It works just fine in a dedicated model, but the option appears to be removed for shared.
I solved it actually, turns out you need an origin/master branch in the remote repository before you can push to it. Once you have that, you can push/pull with no issues.
Hope that helps someone else
-Dave / comments
I solved it actually, turns out you need an origin/master branch in the remote repository before you can push to it. Once you have that, you can push/pull with no issues.
Hope that helps someone...
Missing Git Push Option?
Hi,
Just trying out the source control before we introduce it to the team, and while I can link to a local git repo cloned from a remote repository, I can't find a way to push the changes to the c...