Viewing 15 posts - 226 through 240 (of 244 total)
WhiteLotus (1/20/2015)
I have an issue in my production with long running query .. After analysing the index , I decided to add 1 non clustered index with 16 include...
January 20, 2015 at 9:39 pm
robin.pryor (1/16/2015)
January 19, 2015 at 1:07 pm
Information about databases names and their options can be found in the sys.databases view.
select name from sys.databases.
From within a database context you can return data about the database objects from...
January 19, 2015 at 12:49 pm
pvanhouse,
you need to do your shrink database with a notruncate option followed by truncateonly. The first option will move data at the end of the data file to unused,...
January 14, 2015 at 11:17 pm
kramaswamy,
I would urge you to go to http://www.sqlskills.com and search "transaction logs" Anything you read there will help you but there are two specific articles by Kimberly...
January 14, 2015 at 11:03 pm
Dastagiri16,
This is a database level setting and can be controlled at the level of an individual query as well. I do not believe there are any instance wide settings...
January 14, 2015 at 10:58 pm
Ramana3327,
I would strongly encourage you to read Kimberly Tripp's articles on transaction log management. If you are going to be shrinking log files, it would be a good idea...
January 14, 2015 at 10:47 pm
Aaitish,
I agree with previous person. If you look online for SHRINK Database and sp_MSForeachDB you should be able to put together a script that will loop through your database...
January 14, 2015 at 10:36 pm
Peter2012,
I did a little research and came across a link to a Microsoft Support article that discusses how this error gets triggered. That led me to identify the two...
January 14, 2015 at 10:21 pm
A repair operation got me going again.
August 13, 2014 at 9:25 pm
We used backup exec and chose to back up with NTFS permissions. The other files we copied were from a machine also on SP1. Should we try replacing...
August 13, 2014 at 4:39 pm
Windows is on the other drive array and was not touched.
August 13, 2014 at 4:18 pm
Well the DB engine does not start so I don't know if the accounts and permissions restored. IT was the drive that had the ,mdf and .ldf files on...
August 13, 2014 at 3:34 pm
Even though I set this up previously, the Log Reader Agent account was not set up in the Distribution database at all. That was my issue.
April 22, 2014 at 1:57 pm
If your current job needs some SQL reporting done that is just not happening, then perhaps you can volunteer to create SQL reports to fill a business need you see....
April 9, 2014 at 7:30 pm
Viewing 15 posts - 226 through 240 (of 244 total)