Viewing 15 posts - 421 through 435 (of 872 total)
Does the account running SQL have access to the remote drive?
September 4, 2008 at 2:33 pm
koln (9/4/2008)
thanks Adam...about SP2...do I need to be concerned with that for users that only have 2005 Client tools (not database) on their machines ?
Nope. Not that I've ever experienced...
September 4, 2008 at 2:15 pm
Can't say I've had to try this so I don't really know ... tried to search a bit for ya, and I found your same post on four different sites....
September 4, 2008 at 2:14 pm
None of these are necessary, but can't hurt and help to ensure all is well ...
DBCC CHECKDB (DBName)
Rebuild Indexes (don't know much about FTI, sorry) - this should also update...
September 4, 2008 at 2:04 pm
Well ... you never need an additional log file, but multiple data files can yield performance boosts depending on implementation. Regardless, you do not want to go deleting them without...
September 4, 2008 at 2:02 pm
You can also use WMI counters per server and log locally or push to another server ... similar concept as above, and probably easier.
Check out [sys].[dm_os_performance_counters]
September 4, 2008 at 1:00 pm
In a nutshell, this is how I do it ...
I have an admin database on all my servers, but I have one central admin database "a database that controls them...
September 4, 2008 at 12:57 pm
Fixed the problem. sys.dm_db_index_usage_stats doesn't get populated with the index information until the index is accessed in some fashion. Changed from an inner join to a left outer join.
Re uploaded...
September 4, 2008 at 12:25 pm
MANU, you are right ... this does not appear to work with the adventureworks database. Very very odd as I do not see a problem with any other database I've...
September 4, 2008 at 10:38 am
hmmm, that is very odd ... for every database I've run it for, I have the correct amount of returns ... I have not used the adventureworks database, but I'll...
September 4, 2008 at 9:44 am
MANU (9/3/2008)
When I modified one index and included one more column in it under person.addresstype table your SP returned only one rowEXEC [IndexInfo] 'adventureworks'
See attached.
MJ
Well, that's still only one...
September 3, 2008 at 10:52 pm
Is the linked server setup using integrated or SQL authentication? Regardless, does the account have access to said objects?
September 3, 2008 at 3:26 pm
Dinu E Anastasiu (9/3/2008)
What's interesting is that the update has been downloaded recently by Automatic Updates :angry:.
Of course I would like to install SSIS SP2 but...
September 3, 2008 at 3:23 pm
Anything worthwhile in the error log (sp_readderrorlog)?
September 3, 2008 at 12:35 pm
Viewing 15 posts - 421 through 435 (of 872 total)