Viewing 15 posts - 3,496 through 3,510 (of 9,643 total)
I'm going to second what bitbucket has requested. Without full table definitions it is nearly impossible to give accurate advice.
Based on the information you have provided 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 30, 2009 at 8:16 am
Are there any triggers?
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 30, 2009 at 8:10 am
The command looks right to me.
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 30, 2009 at 8:06 am
Pratap,
I get a conversion error when I run your code.
Scott,
Your code is faster. Nice.
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 29, 2009 at 2:12 pm
Lynn,
Sorry to hear about the accident and injury. Glad that they are not serious. Sounds like Kassondra should stay out of vehicles around holidays. Wasn't she in...
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 29, 2009 at 1:06 pm
GSquared (12/29/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
December 29, 2009 at 10:12 am
I don't know a way of doing this.
Are you using snapshots? If the report does not have to be real-time you could generate a snapshot and have...
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 29, 2009 at 9:25 am
What do you get if you run:
SELECT
*
FROM
sys.dm_exec_requests AS DER
WHERE
blocking_session_id <> 0
when you try to look at 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 29, 2009 at 9:15 am
This article[/url] gives an introduction to writing triggers.
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 29, 2009 at 9:07 am
I don't believe that this is possible in either version of SSRS. Why do you only want "ALL" displayed in the parameter drop-down?
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 29, 2009 at 8:45 am
Are you sure the report is referencing the correct column name?
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 29, 2009 at 8:18 am
Sounds like you first need a course in triggers. Here's an introductory article on triggers[/url] that may help.
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 29, 2009 at 7:54 am
Not that I know of.
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 28, 2009 at 10:49 am
You are going to need to convert to varchar and parse the parts. It will vary based on length. So before 10 am you'll have shorter lengths for...
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 28, 2009 at 10:07 am
dbo or db_owner do have CONTROL rights and CONTROL, in my understanding, is essentially granting db_owner. You'd do this:
GRANT CONTROL ON DATABASE::AdventureWorks TO username
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 28, 2009 at 9:41 am
Viewing 15 posts - 3,496 through 3,510 (of 9,643 total)