
946
Downloads
702
Downloads of v 4.0.52
1/20/2015
Last update
dbForge Studio for SQL Server is a powerful IDE for SQL Server management, administration, development, data reporting and analysis. The tool will help SQL developers to manage databases, speed up routine tasks, as well, as to make complex database changes.
dbForge Studio for SQL Server comes in four editions: Express, Standard, Data, and Professional.
Express is a free edition that provides basic functionality for database development. It includes database Object Editor, security configuration tools, advanced Data Editor, and Export/Import from CSV and ODBC. Also this edition has basic support for SQL Coding Assistance and limited Query Builder features.
See more at: http://www.devart.com/dbforge/sql/studio/editions.html#sthash.W9ainSCn.dpuf
dbForge Studio for SQL Server — среда разработки для БД SQL Server, создания отчетов по данным, их анализа, и основных задач администрирования. Данный инструмент ускоряет выполнение повседневных задач и позволяет вносить сложные изменения в БД.
To install dbForge Studio for SQL Server, run the following command from the command line or from PowerShell:
C:\> choco install dbforge-sql
To upgrade dbForge Studio for SQL Server, run the following command from the command line or from PowerShell:
C:\> choco upgrade dbforge-sql
Files
Hide- tools\chocolateyUninstall.ps1
Show
$package = 'dbforge-sql' try { $unpath = "${Env:ProgramFiles}\Devart\dbForge Studio for SQL Server\Uninstall\unins000.exe" Uninstall-ChocolateyPackage "$package" 'EXE' '/SILENT' "$unpath" Write-ChocolateySuccess $package } catch { Write-ChocolateyFailure $package "$($_.Exception.Message)" throw }
- tools\chocolateyInstall.ps1
Show
$packageName = 'dbforge-sql' $installerType = 'EXE' $urlru = 'http://www.devart.com/dbforge/sql/studio/dbforgesqlru.exe' $urleng = 'http://www.devart.com/dbforge/sql/studio/dbforgesqlfree.exe' $silentArgs = '/verysilent' $validExitCodes = @(0) $locale = (Get-Culture).LCID if ($locale -eq 1049) { Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$urlru" -validExitCodes $validExitCodes } else { Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$urleng" -validExitCodes $validExitCodes }
Virus Scan Results
- dbforge-sql.4.0.52.nupkg (9261f9b97109) - ## / 56 - Log in or click on link to see number of positives
- dbforgesqlfree.exe (0084e406e89e) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Devart
Tags
Release Notes
4.0.52 12-Dec-14
- Issue with editing FLOAT data type is fixed (T119295)
- Error when server Default Backup Path is unavailable is fixed (T119286)
- Issue with using multiline filters in Database Explorer is fixed (T119271)
- Issue with scroll arrow is fixed (T119146)
- Issue with search functionality is fixed (T119092)
- Issue with stored procedure that contains compile errors (T118943)
- Errors when creating a snapshot are fixed (T117992, T118124)
- Issue with selecting a big number of columns is fixed (T118918)
- Issue with SQL Server 2000 schemes is fixed (T118835)
- User reported NRE is fixed (T118715)
- Issues with Data Viwer and HEX view are fixed (T118625, T119221, T119509, T119511)
- Issue with updating the statistics is fixed (T118480)
- Issue with CSV export is fixed (T118369)
- Issue with exporting to SQL with 'Open the result file after export' option on (T118896)
- Some issues with useless implicit code completion blocks are fixed (T118333)
- Issue with 'Check for object existence' option for default constraint (T118197)
- Column filter issues are fixed (T117972, T118400)
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
dbForge Studio for SQL Server 4.0.52 | 702 | Tuesday, January 20, 2015 | approved |
dbForge Studio for SQL Server 4.0.35 | 244 | Tuesday, December 2, 2014 | approved |
Discussion for the dbForge Studio for SQL Server Package
Ground rules:
- This discussion is only about dbForge Studio for SQL Server and the dbForge Studio for SQL Server package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or dbForge Studio for SQL Server, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.