Viewing 5 posts - 1,996 through 2,000 (of 2,000 total)
hmm,
i'v been playing with this and i've managed to send emails on my own installation of SQL server 2000.
I'm starting to think that there might be something in my...
June 28, 2004 at 7:28 am
depends on the table design, but as a rule i've always found that
(number of bytes per row)*10*(qty rows) gives a reasonable interpretation of what you might get.
it also depends...
June 28, 2004 at 7:09 am
yes, the exact syntax of the command is below
xp_sendmail @recipients='SQLSERVER@QUANTIX-UK.COM',@message='Backup sucessfull for database CE 90',@subject='Database backup'
i tried this in query analyser and retyped the whole line by hand to make...
June 25, 2004 at 8:17 am
Boost priority should only be used when the server is being used for multiple purposes (such as a web server and SQL server)
The boost priority will only affect the...
June 15, 2004 at 3:18 am
OK, have you tried also forcing the connection language settings in your ADO connection string ? this will overide your default language settings.
although i do agree, working in the...
June 15, 2004 at 3:06 am
Viewing 5 posts - 1,996 through 2,000 (of 2,000 total)