Viewing 15 posts - 1,081 through 1,095 (of 4,745 total)
They won't be set.
I don't have a script to reverse engineer them as I don't change that many of them (you should not need to), I use a script if...
---------------------------------------------------------------------
April 5, 2012 at 9:58 am
I stand corrected, I had forgotten about forwarding pointers. what about internal fragmentation though?
where I have added a clustered index to a heap I have achieved a reduction in pages...
---------------------------------------------------------------------
April 5, 2012 at 9:05 am
GSquared (4/5/2012)
Joy Smith San (4/5/2012)
If you look at it in the regard that a heap is index type of 0, then you could make the...
---------------------------------------------------------------------
April 5, 2012 at 8:00 am
the ops got you there Jason! Retract your statement or I link to it on the thread 🙂
nope you cannot defragment it like its an index. the heap is the...
---------------------------------------------------------------------
April 5, 2012 at 3:42 am
unless you have got a LOT of jobs, SSIS, linked servers and other objects whose definitions are held in the system databases it is best not to backup and restore...
---------------------------------------------------------------------
April 4, 2012 at 4:43 pm
a heap table can also be fragmented, so thats not 'index' fragmentation
---------------------------------------------------------------------
April 4, 2012 at 3:47 pm
check the state_desc column in master.sys.databases = 'online'
---------------------------------------------------------------------
April 4, 2012 at 3:39 pm
sqlzealot-81 (4/3/2012)
baabhu (4/3/2012)
Shrinking is not a good practice. Even it is for a transaction log also.Could you please elaborate the points for not doing the shrink on log files...
http://www.sqlservercentral.com/articles/Administration/64582/
---------------------------------------------------------------------
April 3, 2012 at 5:30 am
are you saying the log continues to grow even though you are running log backups?
If so what is the value of log_reuse_wait_desc in master.sys.databases
---------------------------------------------------------------------
April 3, 2012 at 5:21 am
strange, it is for me. You are after the publisher right?
---------------------------------------------------------------------
April 2, 2012 at 10:47 am
Is the Copy Database Wizard and fixing user accounts the only things we need to do?
don't use the copy database wizard, its too slow, complicated and unreliable.
Use detach\attach or...
---------------------------------------------------------------------
April 2, 2012 at 10:43 am
is_published is_subscribed is_merge_published is_distributor from master.sys.databases will be = 1
---------------------------------------------------------------------
April 2, 2012 at 10:34 am
I'd be looking to add either files or filegroups to the database first and moving data accordingly.
---------------------------------------------------------------------
April 2, 2012 at 9:23 am
is there other data on this drive other than the database then?
Is the log file on the same drive and if so what size is it? a shrink of...
---------------------------------------------------------------------
April 1, 2012 at 4:04 am
it would fail, as in it wont even attempt to start the restore, thus preserving your database. Set up a test database, back it up and then try and restore...
---------------------------------------------------------------------
March 31, 2012 at 5:41 pm
Viewing 15 posts - 1,081 through 1,095 (of 4,745 total)