Posts
Sort by recent activity
Can SQL Compare work with a disconnected network?
Can SQL Compare work with a disconnected network?I'm looking at requirement for daily (nightly) synchronisation between two databases.The complication is there is no direct connection between them,...
Can SQL Data Compare work with a disconnected network?
Can SQL Data Compare work with a disconnected network?I'm looking at requirement for daily (nightly) synchronisation between two databases.The complication is there is no direct connection between ...
DROP TABLE IF EXISTS dbo.MyTable flagged as invalid
I'm getting an error from SQL Prompt when I try and format my SQL, yet the SQL runs Ok ...
The error is from the statement ...DROP TABLE IF EXISTS dbo.MyTable
This is with SQL Prompt v7.2.0.260
Formatting / wrapping text configuration not honoured
The formatting option for wrapping text doesn't seem to be working with CTE's ...
I've got one like so ...WITH [DAN_Decision_v4_data] ( [ID], [Decision_ID], [Clie...
Formatting of CREATE VIEW fails
The formatting of a CREATE VIEW statement seems to be failing with SP4
e.g. my original SQL with SP3.9 was like so ...
CREATE VIEW HBenPersonNewCreate
AS
SELECT HBen.* ,
HBenChkSum.State...
Disabled after installation
Tried installing v4 over my existing v3.9 installation
Start SSMS up, but the SQL Prompt menu is grayed out :-(
I have got an existing call in with Support that my SQL Prompt 3.9 has been intermi...