Viewing 15 posts - 316 through 330 (of 5,394 total)
If it's a named instance, you'll need to open UPD port 1434.
As an alternative, you can connect to the server by specifying only the server name with no instance and...
August 26, 2015 at 5:17 am
The metadata could not be determined because statement 'EXEC sp_xml_preparedocument @docHandle OUTPUT, @xmlDocument' in procedure 'aspRoleFCUD' invokes an extended stored procedure.
This is a well known issue. In SQL Server 2012...
August 26, 2015 at 1:42 am
You probably get a different plan in SSMS compared to the application.
See this article for more info:
August 26, 2015 at 1:38 am
To connect to a local SQL Server instance you can use one of these syntaxes:
(local)\MY_SQL_INSTANCENAME
.\MY_SQL_INSTANCENAME
August 26, 2015 at 1:19 am
Usually, from the local machine you use "shared memory" as trasport protocol for your SQL Server connections. Can you check if this is enabled in the SQL Server configuration manager?
Is...
August 25, 2015 at 2:29 pm
Which issues? No sensible advice can be given if you don't provide enough details
August 25, 2015 at 6:57 am
Enter your email in the box on the right.
August 25, 2015 at 6:54 am
There must be at least one sysadmin user able to grant permissions to you or any other user to perform the actions you need.
Normally, when you install SQL Server, you...
August 25, 2015 at 4:21 am
Luis Cazares (8/24/2015)
August 24, 2015 at 8:38 am
Hi all!
Long time no see... I've been away from the forums lately and I have 650 unread posts on The Thread (which I won't even try to catch up...
August 24, 2015 at 8:19 am
You need to set up something to capture the information at regular intervals and compare to previous snapshots. That something could vary between a custom SQLAgent job to a custom...
August 24, 2015 at 7:40 am
There's no way around it: some features don't work correctly or are completely missing with older versions of SSMS.
Talk with your desktop support team and let them know how...
August 24, 2015 at 7:25 am
Glad I could help. The trick here is SET NOCOUNT on to suppress the "x rows affected" messages and -h -1 to suppress column headers.
July 27, 2015 at 2:11 am
Viewing 15 posts - 316 through 330 (of 5,394 total)