Viewing 15 posts - 331 through 345 (of 468 total)
ah sorry- misread that... all x86 (OS and SQL Server)
September 8, 2010 at 9:33 am
permon SQL Server Memory Manager: total memory...
September 8, 2010 at 9:24 am
I agree with Steve- I would do it by logging on to the sql server as the agent service account, then from start>run enter "\\server_name\Priya" just like in your...
September 7, 2010 at 7:17 am
Sushant-
the error message you are seeing "
Msg 64, Level 20, State 0, Line 0
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 -...
September 7, 2010 at 6:04 am
Hmm, think it's tricky to do it that way... What kind of account is the SQL Agent running as? Is it a domain user?
September 6, 2010 at 4:05 pm
for the record, I said that in the first reply to this post... (bak, not .bak)
September 6, 2010 at 10:19 am
Maybe you have the checkbox to "Create subdirectory for each database" checked in your backups, but dont have the "check subdirectories" checkbox checked for the cleanup task?
Test this way: ...
September 6, 2010 at 9:27 am
Yep- I've done the exact same thing on other situations- and that would be ideal- but I don't think there is enough room on the server for that.
September 4, 2010 at 12:46 pm
I bet there is some query I can run against sys.allocation_units to tell me what's near the end of the file (?)
September 3, 2010 at 12:04 pm
So my question then is this: lets say 90% of objects have been moved to another file group. and 1 object is the last in the datafile. ...
September 3, 2010 at 11:56 am
what version of SQL Sever?
Can you perform "Select serverproperty('productlevel')
September 3, 2010 at 11:43 am
using GUI with "released unused space" finishes in seconds and makes no change. Maybe this is equivalent to "with truncateonly"... which also has no result. I think there...
September 3, 2010 at 11:33 am
never tried shrinking file through the gui.... I usually do "dbcc shrinkfile (filename, targetsize). Maybe I'm just not being patient enough.
September 3, 2010 at 11:29 am
After a successful copy, the .bak file should be the exact same size.
September 3, 2010 at 11:26 am
Viewing 15 posts - 331 through 345 (of 468 total)