Viewing 15 posts - 16 through 30 (of 180 total)
Thanks it is useful to list some of the stuff, could you please assist with syntax with which I can pull all SQL and Windows User Accounts,
Thanks,
Bubby
February 29, 2016 at 8:31 am
Thanks a Lot, it helped to understand, much appreciated,
December 18, 2015 at 12:20 pm
The drive is getting almost max due to that, How to troubleshoot please? can I be assisted with some queries please
December 18, 2015 at 7:48 am
I am not exporting the data, I am trying to run the query and want to save the results as csv files with headers, the data is huge
December 29, 2014 at 11:41 am
How long will be the run?
November 19, 2014 at 10:57 am
Thanks,
I would I see if my SQL is optimized,
July 16, 2014 at 10:10 am
Issue: XYZ database (log) size was growing very fast, after any maintenance task was carried such as indexing or shrink log file,
Problem: The Size would grow out of control
Resolution: Following...
March 3, 2014 at 11:19 am
can I get a syntax to check the data file size and log file size please,
March 3, 2014 at 10:05 am
NOTHING
CHECKPOINT
LOG_BACKUP
NOTHING
REPLICATION
NOTHING
CHECKPOINT
NOTHING
NOTHING
REPLICATION
REPLICATION
This is the result I get, when I try this,
SELECT name
FROM sys.database_files
WHERE type_desc = 'LOG'
DBCC SHRINKFILE ('XYZ_Log', 1000)
DBCC SHRINKFILE(XYZ_Log)
size keep on growing
March 3, 2014 at 9:45 am
How to do that? I have no replication set up, I do not see any Local Publications,
March 3, 2014 at 9:32 am
Viewing 15 posts - 16 through 30 (of 180 total)