Posts
Sort by recent activity
Enhancement Request: Remember Window size, please (and more)
The initial window size, I'm using MDI, not tabbed, is about 1.5 inches by 1 inch on a 1920/1200 monitor. Not very usable...
If you'd include a "size new window like last time" (you know what I me...
6.3 always asks to upgrade cache, & wipes all server History
Running 6.3.0.48 on Windows 7 against SS2008 SP1 under WS2008 and SS2008 under WS2003 and SS2000 under WS2003.
Each time I fire up the UI, I get the request to upgrade the cache, which I do.
When t...
Windows 7 - Exception conn to old Repository on ntwk svr
Version 1.3.0.58
Machine is a fresh install of Windows 7 Ultimate over what was XP-Pro, using my original domain account et al, having used "Windows Easy Transfer" to port settings and all from XP ...
Simple INNER JOIN candidates bereft of FK
Code is simple:
SELECT *
FROM dbo.IndividualOrganization io
INNER JOIN dbo.Individual ind
ON ind.IndividualID = io.IndividualID
AND ind.IsActive = 1
...
6.2 UI Crash and other pains
Looks like the UI Exception reported for 6.1 didn't make it...(http://www.red-gate.com/messageboard/viewtopic.php?t=9301) 6.2 crashes, which makes it a tool I am reluctant to go into. Right now, ...
4.0.2.27 Shortcomings
First Issue:
I have a 500-line UDF that returns a table and needed to augment it. SQLPrompt doesn't handle the following at all:
1. No suggestions for adding a WHEN condition to a CASE within the ...
Superseded Posting - ignore
Installed V4 4.0.2.27
Aliases are becoming an issue as more databases and features are added, especially with third-party databases and custom add-on's being developed for business units that use t...
"Unable to open the database file" UI Exception - 6.1
Upgraded UI and all servers on previous day to 6.1 release then closed out.
Opened UI and created a restore script - copy-pasted to SSMS and executed in a custom script. While the restore is execu...
Table script omits constraints etc on hover
I'm hoping this is what is covered by the "Features not supported as yet" point saying "Scripted objects ...", but as a table is partially scripted in the beta upon hover-over in the VS script, as ...
ALIASES - Port from v3.9 to v4?
I have a MASSIVE list of Aliases - do tell how one can port them into v4...
Thanks!
Follow-up:
Looked at the v3 EngineOptions.xml and the list is in "correct XML" as in:
<UserDefinedAliases>
...