Viewing 15 posts - 16 through 30 (of 1,220 total)
Firstly, there probably is a logic error with the code you included. The first SELECT statement would return records for many orders. The scalar variable you are...
January 11, 2017 at 8:15 pm
What app are you looking for ?
you normally develop SSIS packages with SQL Server Data Tools - the SQL 2016 Setup.exe has a link to the current version....
December 7, 2016 at 8:18 pm
I am not across the detail of upgrading from SSRS 2008R2 to SSRS2014 but make sure that you have a backup of the SSRS encryption key. Without this, the...
November 22, 2016 at 8:46 pm
I think that in the SQL 2000 version of SSRS, you have 2 web sites that are managed by IIS. These sites are used by people either running...
November 16, 2016 at 8:41 pm
To test it, try connecting to "servername, portnumber".
October 10, 2016 at 9:07 pm
Your problem is probably related to you attempting to connect to an instance called "MSSQLSERVER". Yes this instance name does look like the name of the default instance (e.g....
September 11, 2016 at 10:23 pm
Sorry but I have no experience with Forms Authentication. GO back to the default settings and confirm whether you can get to SQL Server. You should at least be...
September 9, 2016 at 8:58 am
Have you checked whether remote connections are enabled ?
Can you connect to the instance when logged on to the server ?
September 6, 2016 at 11:07 pm
SQL Browser normally runs as Local Service. If you can't connect to your SQL Server instance, I think that there is something else that is the cause of the...
September 6, 2016 at 10:36 pm
Is there is reason that you need to be using CTP3? SQL Server 2016 Develop Edition is available and is free (and fully supported by MS)
September 4, 2016 at 10:49 pm
Yes - 2 installations as you state.
Microsoft sample database are separate downloads from http://msftdbprodsamples.codeplex.com/
To develop, you need to install the latest version of SQL Server Data Tools (SSDT)....
August 10, 2016 at 11:09 pm
If you need to use both SSAS Tabular and SSAS Multi dimensional, you will need to install 2 separate instances of SSAS (one for each). So, yes, you will...
August 9, 2016 at 10:39 pm
If you check what the application is doing, you will probably find that a sproc is being called to do the update. This will cause @@nestlevel to be set...
June 16, 2016 at 10:08 pm
I am thinking that the change that is being done (datatype change from SMALLINT to INT) is really a metadata change and SQL Server should be able to do that...
May 30, 2016 at 10:42 pm
The listener is really a way for clients to find the instance where the databases in the availability group are currently available. The listener itself is not an instance...
May 29, 2016 at 10:25 pm
Viewing 15 posts - 16 through 30 (of 1,220 total)