Viewing 15 posts - 61 through 75 (of 115 total)
SKYBVI (2/22/2011)
i have a prod database of around 340 gb .
it has a tempdb file size of 10 gb.
I ran this command:- ( in a job at night)
USE...
February 22, 2011 at 7:12 am
I dont understand the question. But looks like you have also a sql 2005 instance running if you have a 90 agent
February 22, 2011 at 7:05 am
GilaMonster (2/22/2011)
I'd start by looking at whatever job does your backups...
There are no jobs\maintance plans the OP stated, but i agree cant believe this. unless they work with Sqlcmd schedule...
February 22, 2011 at 6:01 am
Vertigo44 (2/22/2011)
Ok slow down... So I need to start a trace? How long should I let it run?
imho check first the default trace (which is always running) it is located...
February 22, 2011 at 5:45 am
grahamc (2/22/2011)
have you tried using the user name and password to logon and then access SQL? Has someone "removed/disabled" the AD account?
isnt the error then login for user '' failed...
February 22, 2011 at 5:42 am
it will enable xp_cmdshell
you will notice that if you run sp_configure again.
probably you re query will run then correct as now xp_cmdshell features are disabled
February 22, 2011 at 5:36 am
mhdmehraj (2/22/2011)
nameminimummaximumconfig_valuerun_valuexp_cmdshell0100
there is youre answer
its not enabled
sp_configure 'xp_cmdshell' , '1'
reconfigure
go
will enable it
February 22, 2011 at 5:26 am
Upgrade Advisor is available on the SQL Server 2005 product media and this Microsoft Web site: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1470e86b-7e05-4322-a677-95ab44f12d75&displaylang=en
quote from the SQL server Setup Help file 😀
February 22, 2011 at 5:21 am
TECHBABU (2/22/2011)
Also suggest querying the MSDB...
February 22, 2011 at 5:14 am
sp_configure 'show advanced options' , '1'
reconfigure
go
sp_configure
February 22, 2011 at 5:11 am
cant you logship or mirror the databases?
February 22, 2011 at 5:08 am
xp_cmdshell is enabled?
February 22, 2011 at 5:00 am
Viewing 15 posts - 61 through 75 (of 115 total)