Posts
Sort by recent activity
Schema Builds produced when the schema is not used
Normally, one only needs a schema build script for a user when the schema is actually used. One can take the legitimate view that every database user should be mapped to an explicit schema. SQL Com...
Installation requirements for SQL Data Generator
In trying to do a custom Python script generator, I've got the error 'An error occurred. ImportError: No module named random - No installed python version was automatically detected; consider inst...
Putting values in a SQL Matrix.- it has a compound key
I create a table....
create table matrix (x int not null,y int not null,element numeric(18,2) not null PRIMARY KEY (x,y))
I want to populate it with values for a matrix of 15(x) by 15(y). This wou...
Call me a wimp if you like, but what about Embedded Help
What's wrong with some Embedded Help exactly like the stuff that the wonderful Heather has written about in http://www.simple-talk.com/dotnet/.net- ... l-be-used/
Don't try to tell me that reflecto...
Domain Model
I've given this a quick whirl.
My main worry is that the design of the product seems to assume that all the servers are in one domain, all are accessible within the domain, and that you can have a ...
Feature requests
I've just tried out 1.1. Very much improved, and is pretty handy. Nice for Ad-hoc work but I'd really need...
. compatible Command-line version
. Macros (SQLCMD- compatible -ssms subset would be n...
Aargh!
This brought down SSMS by dint of a system modal dialog box that wouldn't go away. Every time one tried to kill it it just popped back.
Error was.....
See the end of this message for details on inv...
Backing up SQL Server Express
It would be really nice to have an option that allows us to schedule backups on the Windows Scheduler rather than SQL Server Agent, and it would more easily allow SQL Backup to be used for backing ...
small bug, but I love the product now
Inside a comment block (either -- or /* */) -and in strings- SQL Prompt needs to stop doing things like putting in a second single-quote when you type in a single-quote.
I was writing a long comme...
creating a CHM
For some reason, I can no longer create a CHM help file. I have the latest version of the software but there are only two alternative output styles in the options dialog box. HTML with frames and H...