Viewing 15 posts - 6,271 through 6,285 (of 9,643 total)
Grant Fritchey (1/14/2009)
I see you suggested turning the safeties off to my bestest friend. Holy cow! Triggers calling unsafe CLR code. That ought to be entertaining. Some consultant somewhere...
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
January 14, 2009 at 1:25 pm
GilaMonster (1/14/2009)
Grant Fritchey (1/14/2009)
Evidently I'm only providing problems, not solutions.*twitch* I'm losing my temper here....
Seems to be the week for folks like that. I don't think you were bad...
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
January 14, 2009 at 9:57 am
It sounds like you should look into Service Broker for what you want. Making something happen outside the database from a trigger is usually a baaaad idea. Now...
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
January 14, 2009 at 9:06 am
I believe you will need to use the default trace to query that data. Something like this:
Select
T.path,
TE.*,
F.*
From
sys.traces T Cross Apply
::fn_trace_gettable(T.path, T.max_files) as F Left Join
sys.trace_events TE On
F.EventClass = TE.trace_event_id
Where
F.loginname...
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
January 14, 2009 at 9:03 am
Irish Flyer (1/14/2009)
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
January 14, 2009 at 8:47 am
forneed (1/14/2009)
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
January 14, 2009 at 6:13 am
bsrlong,
The point I was trying to make with my post replying to yours is that a forum is only as good as it contributors, and when you post a criticism...
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
January 13, 2009 at 7:24 pm
Steve,
Sorry I was not clear, especially with my typos.
What I was wondering is what the link to the pdf is in the report?
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
January 13, 2009 at 1:45 pm
GSquared (1/13/2009)
Michael Earl (1/13/2009)
[font="Comic Sans MS"]Multi datasets is one of the powerful tools in Reporting Services. The answer is in knowing the product, not...
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
January 13, 2009 at 12:27 pm
Check out the post by bsrlong in this thread.
I replied and attempted to politely tweak him.
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
January 13, 2009 at 12:10 pm
bsrlong (1/13/2009)
do not us...
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
January 13, 2009 at 12:05 pm
Do you mean SQL Express? To my knowledge Compact edition only has a a single file .sdf.
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
January 13, 2009 at 10:35 am
What service pack level is SQL Server 2005 on? It may be you need to apply a service pack to upgrade the tools.
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
January 13, 2009 at 10:32 am
What version of SQL Server are you using? You really need to post in an appropriate forum.
For SQL Server 2008 permissions vary by DBCC command, some require sysadmin, some...
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
January 13, 2009 at 10:29 am
abouver (1/13/2009)
Exception message: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.
I apologize,...
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
January 13, 2009 at 10:24 am
Viewing 15 posts - 6,271 through 6,285 (of 9,643 total)