Viewing 15 posts - 6,136 through 6,150 (of 9,643 total)
I don't think there is a way to do this.
February 2, 2009 at 10:04 am
Can you provide some example code? It sounds like you need to send an HTML formatted email and build the sp.
February 2, 2009 at 10:03 am
Can you provide some detail as what the job is doing?
February 2, 2009 at 10:00 am
I'll second what GSquared has said. Not a problem with the SQL Server itself, but somewhere on the network. Could be DNS or even, and I've seen this...
February 2, 2009 at 9:58 am
Mine was gonna be pretty much the same. It's my own fault for not buckling down and getting it done. There is still plenty to cover in Profiler...
February 2, 2009 at 9:49 am
I don't think there is a simple way to do this using T-SQL as a Report Server is a whole different beast. I think the easiest way would be...
February 2, 2009 at 9:41 am
Nice article. Although you just reduced the # articles in the series on profiler I am working on by 1.
February 2, 2009 at 9:29 am
You should try both, evaluate execution plans, and performance and choose the one that performs best. In my experience Jeff's solutions usually out-perform others.
The only way to become a...
January 31, 2009 at 7:36 am
Can you provide some more details? Are you trying to store a document (word, pdf, etc...)? If you are attempting to store a document you need to use...
January 31, 2009 at 7:31 am
Configure Reporting Services you must. Use the Reporting Services Configuration Manager to do this, you will.
May the force be with you.
January 31, 2009 at 7:24 am
You can find some information based on Query Plans in sys.dm_exec_query_stats. Check out this link: http://msdn.microsoft.com/en-us/library/ms189741.aspx.
You can also use a server-side trace to track usage.
January 31, 2009 at 7:21 am
It would be easier to provide a proper answer if you posted what you need to accomplish, code, and sample data like suggested in the articles in my signature. ...
January 31, 2009 at 6:58 am
Grant Fritchey (1/29/2009)
Jack Corbett (1/29/2009)
My question is,...
January 30, 2009 at 5:20 am
All right, I've been essentially offline for 3 days and there are close to 100 posts on this thread AND IT has become self-aware!
My question is, was The Thread the...
January 29, 2009 at 5:57 pm
Steve,
Excellent! This is actually a better solution than what I had recommended. I did not suggest this because many times the person creating reports does not have the...
January 23, 2009 at 7:46 pm
Viewing 15 posts - 6,136 through 6,150 (of 9,643 total)