Viewing 15 posts - 3,121 through 3,135 (of 7,498 total)
I don't know the 3790 build.
Please post the full result of
Select @@version
February 24, 2010 at 12:03 am
Mh-397891 (2/23/2010)
FYI, Per this article: This says to set both Min and Max memory to the same value:
The article is dated April 2003. (sql2000)
The NONO is about 64-bit.
Experiences with 64-bit...
February 23, 2010 at 11:57 pm
Superflokky (2/23/2010)
I want to point out that my test environment hasn't changed that much. The only thing I've changed (on the MySQL server side)...
February 23, 2010 at 11:58 am
You should also check your mail server, because it may withhold your mail because of e.g. spam settings, ...
Regarding your SP2 question:
SP2 has many cumulative hotfixes (as does SP3), so...
February 23, 2010 at 11:56 am
These is one big NONO with your configuration:
Minimum server memory(in MB): 102400
Maximum server memory(in MB): 102400
Don't set the same value for min and max server memory ! It confuses sqlserver...
February 23, 2010 at 11:50 am
That's exactly what I like about linked servers or OpenQuery stuff :sick::sick:
So, that's why always advise to try to avoid them in the first place.
- Check for differences in the...
February 23, 2010 at 11:42 am
Apparently you have been bitten by your own messing around with logical names !
If you start fooling around with systems info or settings, don't be surprised you may not...
February 23, 2010 at 4:01 am
I always use these scripts to diagnose DBMail issues ...
use msdb
go
/* is dbmail config activated ? */
Select *
from sys.configurations
where [name] = 'Database Mail XPs'
go
exec sysmail_help_queue_sp -- @queue_type = 'Mail'
go
select...
February 23, 2010 at 2:14 am
Greg Snidow (2/22/2010)
February 23, 2010 at 2:08 am
I would advise you to read Jeffs great article :
"The "Numbers" or "Tally" Table: What it is and how it replaces a loop."
February 22, 2010 at 1:55 pm
I'm not quit with you on your statement .. :ermm:
Why do you want to detach the database ?
What's the point of detaching your dbs ?
February 22, 2010 at 1:51 pm
Is SQLServer Errorlog showing any extra info regardnig dbmail ?
If not, post your dbmail ddl
February 22, 2010 at 1:39 pm
You've been pointed to the solution 😎
But, what's the reason you want to detach all databases without actually stopping the SQL instance ?
February 22, 2010 at 1:37 pm
BOL states:
ComputerNamePhysicalNetBIOS
NetBIOS name of the local computer on which the instance of SQL Server is currently running.
For a clustered instance of SQL Server on a failover cluster,...
February 22, 2010 at 12:37 pm
as you know usage of xp_cmdshell is to be avoided.
We don't use xp_cmdshell out of sysadmin context, but I believe you can grant it by altering settings for sqlagent.
SQLAgent properties...
February 22, 2010 at 12:28 pm
Viewing 15 posts - 3,121 through 3,135 (of 7,498 total)