Viewing 15 posts - 31 through 45 (of 985 total)
Is backup compression enabled on the SQL 2016 server?
July 29, 2019 at 9:47 am
What is the error that the application reports?
May 15, 2019 at 8:06 am
You do have to wonder if someone is maybe a little out of their depth trying to use SQL Server, when they post photos (not screenshots) of computer's...
May 3, 2019 at 10:38 am
Yes, but if you do the following:
You can't then toggle the menu off, as the menu on/off button has disappeared...
April 26, 2019 at 8:01 am
You could label them as follows:
SELECT 'GCDF_DB', [Actives] FROM [GCDF_DB].[dbo].[vTotalActives] as "Actives GCDF"
UNION ALL
SELECT 'ACS_DB', [Actives] FROM [ACS_DB].[dbo].[vTotalActives] as "Actives ACS"
...etc
...etc
April 25, 2019 at 3:44 pm
Please note that database diagrams are deprecated, and are not accessible in SSMS 18.
April 23, 2019 at 12:46 pm
Do the error logs indicate which script was causing the error? Because those scripts are all available to run in the SQLServer\MSSQL\Install folder.
"But!" I hear you cry, "I can't even...
April 3, 2019 at 8:38 am
What else is running on the server? Is it dedicated to SQL Server, or are there other processes there such as SSRS, SSAS, your application, AV, endpoint protection, somebody logged...
March 25, 2019 at 10:22 am
February 26, 2019 at 4:13 am
TomThomson - Monday, February 18, 2019 1:54 AMI'm very sorry to hear that Lynn. You have my deepest sympathy.
I misread that...
February 18, 2019 at 10:01 am
Use the MAXDOP query hint? That can go above the configured value as well as below...
https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-query?view=sql-server-2017
January 23, 2019 at 3:21 am
January 21, 2019 at 8:35 am
January 16, 2019 at 5:31 am
January 14, 2019 at 10:05 am
Fingers crossed this all goes smoothly! Let me know if I can help with testing
December 27, 2018 at 4:36 am
Viewing 15 posts - 31 through 45 (of 985 total)