Where can I download the Sybase ASE 12.5 installer? - sybase

I need to test a project working on this version of sybase. I have searched for the installer on the sap website but it seems that it is no longer available for download in the developer version.
Where can I find it?

Related

sybase odbc driver for windows

We need to access SAP ASE (Sybase) data from a SQL Server 2016 hosted on Windows. Could not able to find Sybase ODBC driver download link from an SAP site. All i see is from third party vendors with trial version. How and where can i get that? Thanks.
Not sure what SAP link you're referring to, but if you go to this SAP download link and search the page for Adaptive Server Enterprise you'll find several links for the ASE SDK.
NOTE: The ASE SDK contains several drivers including the SAP ASE ODBC Driver.
Click on the appropriate link, provide the obligatory 'registration' details and you're provided with a copy of the ASE SDK package.
While the page does mention trial downloads, I've never found the ASE SDK to be limited by any licensing requirements.

Install SQL Server Analysis Services w/ SQL Server 2019 Developer

I want to install an instance of SQL Sever Analysis Services locally for development use. The Documentation indicates that this can be done with the installation exe, but I can't find that option when I run the developer exe from the installation site.
This page indicates that it should be available.
I figured it out.
Download the installer
Select custom installation
Choose the 1st link to add features to an existing installation and follow the link.

SQL Server 2017 Express offline installer [duplicate]

I am not able to install using the online installer. Can anyone point me to where I can find the offline installer? I tried searching with Google gut with no luck.
This is similar but not an offline installer.
How to install localdb separately?
This is the error I encounter repeatedly using the online installer
(probably due to the firewall):
Go to this page:
https://www.microsoft.com/en-us/sql-server/sql-server-editions-express
Click the download link to download and launch the 5 MB installer.
In the Installer, select "Download Media"
Direct URL: https://download.microsoft.com/download/9/0/7/907AD35F-9F9C-43A5-9789-52470555DB90/ENU/SqlLocalDB.msi
Direct URL for SQL Server 2017 LocalDb: https://download.microsoft.com/download/E/F/2/EF23C21D-7860-4F05-88CE-39AA114B014B/SqlLocalDB.msi
**UPD 2019-03: Current LocalDB version has a bug which can be fixed by installing the latest Cumulative Update (CU)
for those who seek 32 bit edition localDB for download, here it is:
http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x86/SqlLocaLDB.MSI
For SQL Server 2022 LocalDB (en-US) the URL is: https://download.microsoft.com/download/3/8/d/38de7036-2433-4207-8eae-06e247e17b25/SqlLocalDB.msi
If you want other languages, my technique for finding the URLs is here:
https://blog.dotsmart.net/2022/11/24/sql-server-2022-localdb-download/

SSDT 2013 new database Project missing

This might be a trivial error in my setup but I cannot seem to find where I went wrong in stalling SSDT 2013 with SQl Server and having the open to create a new database template
please see image
what I expect to be in the list in a sql template with the option to create a new database project
could someone tell me what i'm missing ?
Thanks in advance
For database projects you'll need to install a version of Visual Studio that supports it - in your case it looks like you ran the standalone SSDT-BI installer which installs SSIS, SSAS and SSRS templates. This doesn't include database project templates. What you need is to install one of the VS versions with support - there are 2 Express versions (Express for Web and Express for Windows Desktop) and 3 paid versions (Premium, Pro, Ultimate). Here is a quote from the SSDT blog post explaining this:
Visual Studio 2013 - VS 2013 now has SQL Server tooling built in and shipped as part of the core product. Database Projects, SQL tools (such as schema compare & data compare), and the online experiences through SSOX are all included with the RTM version. We have full project and SSOX support in VS Express for Web and Express for Windows Desktop, so we have discontinued our stand-alone integrated shell offering. We have a component update feed that will use VS Update to push notification to users. To manually check for updates, go to the Tools > Extensions and Updates... menu to open the dialog. We will continue to post announcements on our blog and forum that a release is available and what is included in that update.
What version of Visual Studio 2013 are you using? You need to have either the Ultimate, Premium or Pro version for SSDT (Link).
If you do have the right version of Visual Studio then you may need to re-run the installer and opt in to SQL Server Data Tools during setup.
I had this issue and resolved it several years ago. I needed to reinstall SSMS with Data Tools. Unfortunately I am encountering the same issue now, but luckily I had documented the issue at the time. I am finding that because there are newer versions of both VS and SSMS, it is hard to find the proper downloads.
From my documentation (3 years ago) None of the attempts to correct the Visual Studio install directly (SSDTBI_x86_ENU download from Microsoft) were successful, but once we did a complete reinstall of SQL Server 2014 which included the Data Tools, the needed template was available in the Add New Project dialog, and the previously incompatible projects found in GitHub******Report.sln were now compatible.

Full text search feature not available from installation wizard

I have sql server 2008 R2 Express installed, but it seems the full text search feature hasn't been installed. So after reading up on it in dozens of forums I concluded that it can be added by running the installer again and just adding the feature to the already existing installation. So I downloaded the installation executable called SQL Server 2008 R2 Express 64 bit W/Tools from this link: http://www.microsoft.com/sqlserver/en/us/editions/express.aspx
The file name is SQLEXPRWT_x64_ENU.exe. When I run it, it correctly starts up the installation software. I then click on "New Installation or add features to an existing installation" which starts the wizard. However when I get to the features section it doesn't offer the Full-text-search feature as so many forums are suggesting it should. Could someone please clarify for me how I can get this feature added? It says on the Microsoft website that SQL server express "Offers reporting capabilities, full-text search, and spatial support", so I know it's not a version issue.
Thank you in advance for any help.
You need the version with the so called advanced services for fulltext search with express.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=25174

Resources