Viewing 15 posts - 3,616 through 3,630 (of 7,164 total)
schleep (7/10/2012)
@opc.three: thanks. I can't wait for the time when we move on from XP :-), and I can begin using those AD cmdlets.
Bummer. I am in the same boat...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 9:47 am
Barkingdog (7/10/2012)
Is the order (DBCC spaceusage, UPDATE STATISTICS) in which they are run of importance?BD
Nothing for spaceusage...
Run DBCC UPDATEUSAGE then everything Gail said, in that order:
GilaMonster (7/8/2012)
Run...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 9:04 am
I agree 100%. Those numbers are nothing more than a fair starting point for most systems.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 8:59 am
clayman (7/10/2012)
baabhu (7/10/2012)
1) Fragmentation less than 30%. Reorg.
2) Fragmentation greater than 30% Rebuild.
3) If the table has got less than 8 pages don't take...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 6:34 am
Duplicate post (please do not do that). Direct all replies here: http://www.sqlservercentral.com/Forums/Topic1325182-360-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 1:55 am
For clarity sql01\sql01 is a named instance, not a default instance.
You cannot rename a named instance, and similarly you cannot make a named instance the default instance, or change a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 1:53 am
Jeffrey Williams 3188 (7/8/2012)
GilaMonster (7/8/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 1:01 am
Here is a good one that I use it on a lot of instances. It only rebuilds or reorgs indexes as needed, based on fragmentation levels you control. The defaults...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 12:57 am
I had a little time and got the Cherry City MySQL OLE DB driver (v 5.60.82) working in BIDS 2005, i.e. I can load data from a flat file into...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 12:46 am
Run this on your secondary instance, replacing the DB name with your own, and refer to the file_retention_period column in the results.
USE master;
EXEC sys.sp_help_log_shipping_secondary_database
@secondary_database =...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 10, 2012 at 12:45 am
Sorry, my last post was submitted prematurely...
I am not aware of any way to implant a macro into a csv file. Into a xls or xlsx file sure, but not...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 9, 2012 at 10:46 pm
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 9, 2012 at 10:30 pm
Just so you can rule it out, adding (or dropping) an index will not modify data in your table in any way shape or form.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 9, 2012 at 4:26 pm
I am not sure if this is what you're asking, but it sounds like you would like to add a VBA Macro to each csv file that will fire when...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 9, 2012 at 4:11 pm
That's true. It is known as a uniqueifier. Whether you provide the uniqueness or whether SQL Server must help, a clustered index entry must uniquely identify a row. So, if...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
July 9, 2012 at 3:53 pm
Viewing 15 posts - 3,616 through 3,630 (of 7,164 total)