Viewing 15 posts - 9,301 through 9,315 (of 9,641 total)
I don't see any errors for Database Mail in the log you have posted. Here is an example of output from msdb.dbo.sysmail_event_log with an error:
1 ...
December 18, 2007 at 10:16 am
Since it is dynamic sql why not do this:
ALTER Procedure dbo.showjobs
@dbname varchar(20),
@beginDate datetime,
...
December 18, 2007 at 10:08 am
p1naga (12/18/2007)
i created a covering index for table T1,but still it...
December 18, 2007 at 9:37 am
Could you post the code and the exact error?
It sounds like the object is not being created successfully.
December 18, 2007 at 9:32 am
How are you loading the data, bcp, bulk insert, sql? How long do you have to complete the load? How is the data used after the load?...
December 18, 2007 at 9:29 am
It sounds like you are returning too much detail to the report server and it is timing out aggregating and displaying the data. Have you tried reducing the details...
December 18, 2007 at 9:16 am
I would use one database to house candidate information. SQL Server is designed for concurrency.
If recruiters are not changing candidate data you could mirror the database or use transactional...
December 18, 2007 at 9:13 am
Can you manage the report server using SSMS? In SSMS you can connect to a report server and manage security from within SSMS.
December 18, 2007 at 8:53 am
No you do not need a setting in alias local host server.
If you right-click on Database mail and select View Database Mail Log you will see what is happening and...
December 18, 2007 at 8:43 am
Is the database set to autoclose or single user? If autoclose connecting to it should open it.
Here is a link where someone else had this problem:
http://sqlforums.windowsitpro.com/web/forum/messageview.aspx?catid=83&threadid=44601&enterthread=y
December 18, 2007 at 8:22 am
I don't think it is going to happen. Couldn't you display a link to the media file and through the application association have the file play? I am...
December 18, 2007 at 8:17 am
Maintenance Plans are run by SQL Server Agent. Have you set up the Mail Profile for SQL Server Agent? SQL Server Agent Properties -> Alert System
December 18, 2007 at 8:11 am
I am not sure what you mean by maintaining a database for environmental science, but I am of the opinion that regardless of the data being stored in the database...
December 18, 2007 at 8:05 am
The execution plan shows the steps SQL Server takes to resolve a query and return the results. The way to "change" and execution plan is to re-write the query...
December 18, 2007 at 7:58 am
I agree it's an interesting "concept", but in the real world; where I have to process MILLIONS of records in a routine, I don't see it working....
jacob sebastian (12/5/2007)
December 5, 2007 at 9:49 am
Viewing 15 posts - 9,301 through 9,315 (of 9,641 total)