Posts
Sort by recent activity
Feature Request - Command Logging
Would love a feature to log all commands run.
Logs could be saved to files like c:\...\LogDirectory\[ServerName]\[DatabaseName]\[YYYY-MM-DD].log
Entries would be timestamped.
Thanks!
case sensitive column names
Expanding the * on the following query gives:
SELECT
cc.Id ,
Sequence ,
cp.Id ,
sequence
FROM Central.Table1 cc
JOIN Central.Table2 cp ON cc.Id = cp.Id
Which returns:
Ambiguous column name 'Sequenc...