Viewing 15 posts - 4,261 through 4,275 (of 4,477 total)
This has a pretty good outline of steps you can try to follow.
https://www.mssqltips.com/sqlservertip/2710/steps-to-clean-up
Sue
September 30, 2016 at 11:25 am
Take a look at the following article - Managing Database Data Usage With Custom Space Alerts
http://www.sqlservercentral.com/articles/alerts/89885/
Sue
September 29, 2016 at 4:21 pm
psred (9/29/2016)
September 29, 2016 at 3:58 pm
nautiyal.jalaj (9/29/2016)
Thank you so much sue_H for your reply. I had created another sql job for transnational log backup in every 3 hours. It gave me the same error.
You need...
September 29, 2016 at 3:47 pm
Job schedules are associated with Jobs themselves, not job steps. So it sounds like what you want is different jobs for each of the packages.
Sue
September 29, 2016 at 3:33 pm
nautiyal.jalaj (9/29/2016)
I am new to database. I created a sql job which takes backup of database once in a week. But its been failing. I receive below mentioned...
September 29, 2016 at 3:25 pm
I wouldn't make shrinking databases a part of regular maintenance. It causes fragmentation and can waste resources. It's generally not a recommended practice.
Sue
September 29, 2016 at 12:53 pm
There is a known issue when restoring to standby. You might want to check the CU for 2014 in the KB article to see if you have that in place....
September 28, 2016 at 2:05 pm
mw112009 (9/28/2016)
I know how to do the XL Query stuff.
Unfortunately that still leaves us having to do further scanning to get the name of the table etc.
I have pasted a...
September 28, 2016 at 1:54 pm
coreyjbaum (9/28/2016)
September 28, 2016 at 12:39 pm
mw112009 (9/28/2016)
Select top 100 * FROM ReportServer.dbo.Catalog
I like to know whether it is possible to write a SQL statement that will return
1. Report name, 2. sp_name (...
September 28, 2016 at 12:30 pm
SQL Galaxy (9/28/2016)
Pl. provide suitable links, URLS. I tried as following setup but not available in 64 bit...
September 28, 2016 at 10:46 am
Ray K (9/27/2016)
September 27, 2016 at 1:26 pm
Luis Cazares (9/26/2016)
Sue_H (9/26/2016)
It's Oracle so it doesn't matter 🙂 See the original post, Oracle.Sue
I don't see any reference to Oracle and this is a SQL Server site.
Must...
September 26, 2016 at 5:35 pm
It's Oracle so it doesn't matter 🙂 See the original post, Oracle.
Sue
September 26, 2016 at 3:29 pm
Viewing 15 posts - 4,261 through 4,275 (of 4,477 total)