Activity overview
Latest activity by mjharper
That works fine now. Thanks. / comments
That works fine now. Thanks.
haha - that makes sense. I'll update the names to get around the problem for now. Thanks. / comments
haha - that makes sense. I'll update the names to get around the problem for now. Thanks.
Hi Dan,
Sent you a PM.
Thanks.
Matt / comments
Hi Dan,
Sent you a PM.
Thanks.
Matt
Uninstall/re-install didn't make any difference I'm afraid!
Thanks / comments
Uninstall/re-install didn't make any difference I'm afraid!
Thanks
This happens with all projects. Unfortunately I don't have a second machine to test on.
Regards,
Matt / comments
This happens with all projects. Unfortunately I don't have a second machine to test on.
Regards,
Matt
Saving project removes file extension
Hi
I'm running v1.2.8.601 which i believe is the latest release. If I open a project, change it and then save either by File --> save project or Ctrl+Shift+S then a new file is saved without any ex...
Hi
I'm using SSMS (13.0.300.44). A reboot of the machine seems to have sorted it out!
Thanks,
Matt / comments
Hi
I'm using SSMS (13.0.300.44). A reboot of the machine seems to have sorted it out!
Thanks,
Matt
Hi,
Just installed the 6.6 beta. There are no shortcuts now (such as ctrl+K+Y for formatting). Should that be there still?
cheers
Matt / comments
Hi,
Just installed the 6.6 beta. There are no shortcuts now (such as ctrl+K+Y for formatting). Should that be there still?
cheers
Matt
Hi
In the previous version of SQL Prompt if the column name appeared in more than one table in your query the popup would have the table alias to the right. So for example if I have the following code: CREATE TABLE #test
(
Fname VARCHAR(50),
Lname VARCHAR(50)
)
SELECT *
FROM #test t
INNER JOIN #test AS t2
ON t2.Fname = t.Fname
AND lnam
the popup will show LName twice - but with no alias to the right.
Hopefully that makes sense. Let me know if not!
Cheers
Matt / comments
Hi
In the previous version of SQL Prompt if the column name appeared in more than one table in your query the popup would have the table alias to the right. So for example if I have the following c...
Recommended setup for Red-Gate SQL Source Control
I have my databases in TFS using Red-Gates SQL Source Control – but I’m not convinced I’m using it in the best way.
My setup is that we have one “nearly†core database that gets replicated...