Viewing 15 posts - 3,616 through 3,630 (of 7,168 total)
I have it installed on my XP workstation and I think it came with the Admin Tools Pack. I installed it so I could easily look up AD group members...
July 10, 2012 at 10:12 am
Booo 😛
You could explore the possibility of using the command line tool dsquery which is available on XP. I have used it before, but never for automation. However with...
July 10, 2012 at 10:00 am
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...
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...
July 10, 2012 at 9:04 am
I agree 100%. Those numbers are nothing more than a fair starting point for most systems.
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...
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
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...
July 10, 2012 at 1:53 am
Jeffrey Williams 3188 (7/8/2012)
GilaMonster (7/8/2012)
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...
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...
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 =...
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...
July 9, 2012 at 10:46 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.
July 9, 2012 at 4:26 pm
Viewing 15 posts - 3,616 through 3,630 (of 7,168 total)