Viewing 15 posts - 34,966 through 34,980 (of 39,723 total)
You need to configure SQLMail to do the reading. These stored procedures only work with the MAPI interface in a client like Outlook.
You could also do some processing of mail...
April 26, 2004 at 10:21 am
Never seen anything like this and that's a strange one. Course, I don't like my computer beeping at me.![]()
April 25, 2004 at 5:02 pm
A good idea, but I'm not sure I agree. Unless there is some pick and choose and a subscription model. Upgrading our DBs is a major challenge, both in time...
April 25, 2004 at 10:21 am
I've got a slightly different perspective on the SANs. I work in a large data center, managing DB2, Oracle and SQL across local and SAN storage. Some things I've seen...
April 25, 2004 at 10:18 am
I have to search it down, but I had a routine to do this for the backup files and track the sizes. Could easily be modified for the log dumps....
April 25, 2004 at 10:07 am
You need the ODBC drivers from the Linux side to access the SQL Server. Not sure since I haen't done this, but it should work if the DB2 Federated links...
April 25, 2004 at 10:05 am
sp_who2 from a query window will get this as well (and it's quicker).
April 25, 2004 at 10:03 am
You ought to be able to use Access as well to link tables from the MSDE. I know I've done this with SQL Server databases and it should be the...
April 25, 2004 at 10:02 am
Great tip. I didn't know this, but it could be a great help in any custom procedures that you need to pass a parameter in on.
April 23, 2004 at 2:05 pm
You can backup to a remote drive using a UNC path, like backup database to disk = '\\webserver\share\folder\file.bak', however the backup procedure isnt' very tolerant of delays.
Instead I'd write the...
April 23, 2004 at 2:03 pm
It's hard to make a good recommendation from a very limited description. If these are small dbs, I'm not sure the recovery time and all app availability matters. If we're...
April 23, 2004 at 1:59 pm
Not seen things like this specficially, but the Siebel app we used to run on v7 had performance issues. Strange things between the app and db servers, never really tied...
April 15, 2004 at 1:23 pm
Has it ever worked? I suspect your installation has issues. If you can, I rerun the setup. Be sure you backup your databses, script logins, etc. first.
April 15, 2004 at 1:21 pm
Have you checked the proxy account checkbox for security in SQL Server Agent properties? I believe if you haven't done this, only sysadmins can run xp_cmdshell successfully.
April 15, 2004 at 1:18 pm
Also, run the queries in Query Anayzer with the execution plan (CTRL-K) set. This can help pinpoint how the query is running and any hot spots.
Brian Kelley has a...
April 15, 2004 at 9:32 am
Viewing 15 posts - 34,966 through 34,980 (of 39,723 total)