Viewing 15 posts - 271 through 285 (of 455 total)
1. Create daily/hourly job that will record log total and used size to some table.
2. For several days, constantly run server-side trace which will capture processes with duration > xx...
April 2, 2014 at 9:21 am
"Estimated Subtree cost" at the leftmost icon
April 2, 2014 at 9:03 am
1. When you just started shrinking check whether shrinking is blocked
2. Check for heavy processes running on your server. If you have multiple instances, check of all of them.
3. Check...
March 28, 2014 at 2:15 pm
Kurt W. Zimmerman (3/26/2014)
GilaMonster (3/26/2014)
Edit: Native backups? What's the backup command?...
March 26, 2014 at 11:04 am
It is possible only if you will add ColumnA to the clustered index.
March 26, 2014 at 9:03 am
In order to find the reason, run RESTORE FILELISTONLY from the same source which you use for actual restore. It will show all file sizes in bytes
March 26, 2014 at 8:08 am
That was rather simplified example. In reality I have a table with 150 mln records, and it is partitioned by integer column (it is some ID and clustered primary key)...
March 25, 2014 at 7:39 am
Do they have similar function for run_duration ?
March 24, 2014 at 3:56 pm
You can place a condition inside of your T*SQL code : RAISERROR(...).
March 21, 2014 at 11:45 am
No, server is the same. Databases are different. It is not related to DR.
I backed up a file from a database A and want to restore it to database B...
March 20, 2014 at 1:26 pm
That powerfull rule engine is SCOM - System Center Operations Manager.
March 20, 2014 at 12:51 pm
I don't have Outlook in my home MS Office set. Any other methods to archive ?
Thanks
March 17, 2014 at 10:17 am
Thanks, Jeff and SQLRNNR.
That's interesting solution. But the problem is that at work they block access to yahoo mail. I have officially licensed MS Office 2007 or 2010 at home,...
March 13, 2014 at 2:20 pm
Code is very large. In the result set, column list is tabbed to the right some 700 character positions. After running for a bout 2 min, it returned 20k+ rows...
March 12, 2014 at 2:58 pm
Can you elaborate more about manageability ?
About performance: all your partitions placed in the same filegroup. If you have 1-1 between FG and files, you can't achive performance gain because...
March 12, 2014 at 1:27 pm
Viewing 15 posts - 271 through 285 (of 455 total)