Viewing 15 posts - 1 through 15 (of 15 total)
I've been trying to get to their site but it keeps coming up unavailable. Are any of you having that same issue??
January 18, 2006 at 9:44 am
If you're looking for a way to retrieve everything around your where clause that would be rather difficult since there's no way to know where it would end. You could...
November 7, 2005 at 5:31 pm
As you can probably tell by the lack of responses, there is no mechanism at least that I'm aware of available for retrieving readable sql server passwords, probably a good...
October 28, 2005 at 9:47 pm
Yeah, the attachments will always show up as files unless your email system has some way to have them show automatically.
Basically if you want something to show up in...
October 28, 2005 at 9:35 pm
I have pulled an exerpt from the sp code. Add the lines in blue to your code in the stored procedure
***********************************************
create procedure usp_send_cdosysmail
@from varchar(500) ,
@to varchar(500) ,
@subject varchar(500),
@body varchar(4000)...
October 28, 2005 at 4:03 pm
We don't have auto close set on any of our databases so not that
Yeah, the inserts are processed by the service serially. The timeout...
October 28, 2005 at 3:04 pm
Rudy,
Could you elaborate on that? When an index splits, my understanding is that it only creates 1 additonal page at a time and only moves some of the rows from...
October 28, 2005 at 2:30 pm
Brenda,
I did a little research, because i typically don't have outputs greater than 8000 characters which does seem to be a limit for the body variable.
I can attach existing...
October 28, 2005 at 1:47 pm
Brenda,
I use that sp to send html formatted email documents from SQL Server but I don't send them as attached files they come in as html based emails. If that's what...
October 28, 2005 at 12:08 pm
Kory,
I just wanted to add some info about the other part of your response. The primary key field is an incremented id field and none of our indexes are concerned about...
October 28, 2005 at 11:34 am
Kory, we aren't getting any errors being thrown at least none that are being noticed or captured that I am aware of.
The table is about 350,000 rows
Here's the ddl for the table...
October 28, 2005 at 10:21 am
Kory's method should give you what you need. In addition, you could use the diagramming functionality to provide some of this same information in a graphical format which could assist in...
October 28, 2005 at 9:55 am
Lowell,
Thanks for the feedback
We do have a couple of indexes on the table and indexes are being rebuilt on a weekly basis and I thought that they might somehow play...
October 28, 2005 at 8:59 am
Viewing 15 posts - 1 through 15 (of 15 total)