Viewing 15 posts - 9,301 through 9,315 (of 9,643 total)
Is the drill down a sub-report or a layer in the matrix?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 19, 2007 at 7:19 am
Mike Levan (12/18/2007)
select startDate from tblemp where startDate between '1/1/2006' and '12/31/2006'
i dont get that date range, why?
startdate is varchar(100), I Cant change that in the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 19, 2007 at 6:17 am
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 ...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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,
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 18, 2007 at 10:08 am
p1naga (12/18/2007)
i created a covering index for table T1,but still it...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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?...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
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...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 18, 2007 at 8:05 am
Viewing 15 posts - 9,301 through 9,315 (of 9,643 total)