Using Sql Server with Smart Assembly
memeDeveloper
Posts: 21
Hi,
I am trying to use SQL server with Smart Assembly. In Tools>Options I am specifying the DatabaseName\InstanceName but I am getting "Could not connect to the SQL Server" error message. I am using Windows authentication and I able to see the DatabaseName\InstanceName in SQL Management Studio. Still I am not able to connect to it. Is there any other setting that should be done manually ?
Thanks
I am trying to use SQL server with Smart Assembly. In Tools>Options I am specifying the DatabaseName\InstanceName but I am getting "Could not connect to the SQL Server" error message. I am using Windows authentication and I able to see the DatabaseName\InstanceName in SQL Management Studio. Still I am not able to connect to it. Is there any other setting that should be done manually ?
Thanks
Comments
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Thanks
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Yes, it should have automatically created the tables.. some tables you should see are dbo.Builds, dbo.ExceptionReports, and dbo.FeatureReports amongst others.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
The string you enter in Options is essentially the same as what you enter in SSMS for "Server name" to connect to your SQL server.
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?
I am doing what you are saying but still I am getting the same error. The name I used is the one that what I enter in SSMS for "Server name" to connect to the SQL server (which is also the computer name). Then I give the instance name. Still I am getting that error.
Just to clarify--when using a SQL database to store reports, you'll need to enter in your computerName\SQLserverInstance into Options>ReportsDatabaseOptions in SmartAssembly. This string is the same as what you enter to connect to your SQL server in SSMS. You won't need to worry about creating your own database or tables in the SQL server. SmartAssembly will automatically do this!
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?