How can we help you today? How can we help you today?
AndrewRMClarke
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...
2 followers 2 comments 0 votes
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...
2 followers 2 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
0 followers 0 comments 0 votes
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 ...
4 followers 6 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
1 follower 1 comment 0 votes
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 ...
1 follower 1 comment 0 votes
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...
1 follower 1 comment 0 votes
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...
3 followers 9 comments 0 votes