Comments
Sort by recent activity
I thing they changed the way SQL Prompt cache the database in SQL Prompt 4, it's now really faster than SQL Prompt 3 and they is no cache management anymore. / comments
I thing they changed the way SQL Prompt cache the database in SQL Prompt 4, it's now really faster than SQL Prompt 3 and they is no cache management anymore.
Hi,
That's correct
Thanks / comments
Hi,
That's correct
Thanks
I'm already doing it using a script, but this require me 2 steps it would be nice if incorporated into SQL Compare
the diagram is included in the system table dtproperties
here is the script i'm using for copying the Diagrams in [baseipdev] to [baseipprod]
DELETE FROM baseipprod..dtproperties
TRUNCATE TABLE baseipprod..dtproperties
SET IDENTITY_INSERT baseipprod..dtproperties ON
INSERT INTO baseipprod..dtproperties (id, objectid, property, value, uvalue, lvalue, version)
SELECT id, objectid, property, value, uvalue, lvalue, version
FROM baseipdev..dtproperties
SET IDENTITY_INSERT baseipprod..dtproperties OFF / comments
I'm already doing it using a script, but this require me 2 steps it would be nice if incorporated into SQL Compare
the diagram is included in the system table dtproperties
here is the script i'm us...
I tried using SQL Data Compare but I'm unable to copy a system table / comments
I tried using SQL Data Compare but I'm unable to copy a system table
I was looking exactly for this feature
I'm using SQL Compare to test a devellopement database and compare with the production version.
But If I rename a field and push the version in production all the values in the old column is lost
having a feature that allow mapping of field name when SQL Compare detect the added column and removed column
the same could be done for table renamed. / comments
I was looking exactly for this feature
I'm using SQL Compare to test a devellopement database and compare with the production version.
But If I rename a field and push the version in production all...
I've installed the new beta SQL Search 2.0.1.8 and now the SQL Search tab is visible.
I got a new computer at work, and when installed the beta on a fresh installation of SSMS, the SQL Search tab wasn't here, but the Tab History was (I'm using SQL Prompt). Since it was not working I installed the official version that is working.
When a new beta version 2.0.1.8 was available I installed it to see if the problem is corrected and It look like corrected, but maybe it worked because I installed the official SQL Search (1.0.0) before installing the new version.
So maybe you could try installing 2.0.1.8, if it's not working try installing the 1.0.0 and upgrade to 2.0.1.8 after. / comments
I've installed the new beta SQL Search 2.0.1.8 and now the SQL Search tab is visible.
I got a new computer at work, and when installed the beta on a fresh installation of SSMS, the SQL Search tab w...
Hi,
I was using the beta on my computer using Windows XP, it was working fine, i recently got a new computer using Windows 7 and It won't load on it. I tried the 2 last beta and the only one that work is version 1.1.9.57.
Integrated into SSMS, I'm using SQL Prompt, the Tab History was loading but not SQL Search (they are in the same toolbar)
I'm using SSMS 2008 R2 - 10.50.2500.0
Thanks / comments
Hi,
I was using the beta on my computer using Windows XP, it was working fine, i recently got a new computer using Windows 7 and It won't load on it. I tried the 2 last beta and the only one that w...
same problem here, I'm using SQL Search 1.1.10.484 and it doesn't load in SSMS 2008. / comments
same problem here, I'm using SQL Search 1.1.10.484 and it doesn't load in SSMS 2008.
the problems hasn't occured since I uninstalled SQL Compare / comments
the problems hasn't occured since I uninstalled SQL Compare
I'm sorry, but i'm unable to provide exact step, but this happend very often when SSMS is open from a long time.
It's often when doing Table Design.
The problems seem to be with SQL Search it crash right after pressing the SQL Search button in the toolbar, alos even if SQL Search tab is already open or not, it crash also.
After the crash there's a custom submit report, if I check Ignore error before submitted or not, everything work but the database combo box has no item selected (look like when (cmbDatabase.SelectedItem = Nothing). If I don't check the Ignore error SSMS is closed.
Also I've submited an error report the first time it occured, is these report contains enough information to identify the bug ?
If I'm able to reproduce the bug today, can I send an screenshot of it, if yes how can I send an image ?
Thanks / comments
I'm sorry, but i'm unable to provide exact step, but this happend very often when SSMS is open from a long time.
It's often when doing Table Design.
The problems seem to be with SQL Search it crash...