Viewing 15 posts - 1 through 15 (of 317 total)
As a suggestion, set the Compatibility level to SQL 2014 to see if the performance returns to pre-upgrade levels. If so, note the significant changes between 2014 and 2019 and...
November 18, 2024 at 2:04 pm
Your supplied screen shot shows SQL Server 11.0.2218.0 (which is SQL Server 2012) is what you are connected.
September 29, 2023 at 3:06 pm
Question to some of the panel, would setting the DEADLOCK_PRIORITY be an option?
June 23, 2023 at 2:59 pm
Is the action, coming from the application server, a query that can be ran manually ON the actual SQL server? This will let you see how quickly SQL is returning...
August 3, 2022 at 1:54 pm
This was the most timely post. Just this past weekend, my cell phone took a "forty foot free fall face plant" from the upstairs deck to the paved patio below. ...
August 6, 2020 at 1:39 pm
I second Jeffrey's suggestion, with the addition of compressing the backup after you've created it. The end user would probably appreciate this time and space saving extra step.
January 3, 2014 at 7:02 am
Mark Nash wrote a great "How to" right here on SSC
http://www.sqlservercentral.com/articles/Monitoring/monitoringdriveanddatabasefreespace/1415/
December 30, 2013 at 7:00 am
I did not think you needed a license for a Developer environment
September 23, 2013 at 7:29 am
Script it, much cleaner:
Use Master
Alter Database [DATABASE_NAME_HERE]
SET SINGLE_USER With ROLLBACK IMMEDIATE
RESTORE DATABASE [DATABASE_NAME_HERE] FROM DISK 'X:\backup\DATABASEBACKUPFILE.bak'
WITH REPLACE
GO
August 30, 2013 at 8:13 am
There is an orphaned key in the registry, which one is impossible for anyone on this site to guess. Your best bet is to download a registry cleanup tool.
August 5, 2013 at 8:11 am
I was able, finally, to get the client's IT to install SS 2008 R2 Express,
SQL Server 2008 R2 Express is NOT the same thing as SQL Server 2008 R2...
June 25, 2013 at 8:35 am
Are there any Trace Flags enabled in SQL Server startup parameters? If I recall correctly, there is one that suppresses logging.
June 19, 2013 at 7:45 am
Have you tried creating a virtual Server 2000/2003 environment on your Windows 7 box that you could install SQL 2000 SP4 on? Just a suggestion.
May 13, 2013 at 8:06 am
Viewing 15 posts - 1 through 15 (of 317 total)