Viewing 15 posts - 6,931 through 6,945 (of 9,643 total)
Toolman,
Have you posted this script in the script library? I think this would be helpful to many people.
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
November 19, 2008 at 12:59 pm
jay holovacs (11/19/2008)
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
November 19, 2008 at 12:10 pm
I actually think it is amazing that we cannot vote on-line. I pay all my bills on-line, I submit my tax return on-line, and can even do my taxes...
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
November 19, 2008 at 8:41 am
Unfortunately hiding objects in SSRS does not remove them when you are printing so you get the blank page.
If the lists are so similar couldn't you use conditional logic within...
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
November 18, 2008 at 3:26 pm
Garadin (11/18/2008)
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
November 18, 2008 at 2:42 pm
Your problem is in the bolded section.
UPDATE @EntityDateTimes
SET EventID=(SELECT TOP 1 EventID ...
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
November 18, 2008 at 2:08 pm
Odds are with all my posts I'm not going to remember all the requirements based on the OP. Now that you mention it I do recall, but I still...
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
November 18, 2008 at 12:49 pm
What is your source? Most products have a conversion like SQL Server's NULLIF or you can use CASE of IIF depending on the source to do at as part...
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
November 18, 2008 at 12:24 pm
Check out CASE in BOL (Books On Line).
THe basic idea is you do something like this (Uses AdventureWorks2000 as it is what I have available at the moment):
[font="Courier New"]DECLARE @a...
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
November 18, 2008 at 12:10 pm
I agree. Many times my posts include a quote from BOL that answers the question word for word. It does seem that people will post here without using...
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
November 18, 2008 at 11:43 am
I don't know if they are getting worse, just more basic. I think a lot of it is because so many third party apps use SQL Server Express or...
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
November 18, 2008 at 8:32 am
You would be looking for MERGE replication. Check it out in BOL. If you do go with merge replication you may be able to save some $'s by...
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
November 18, 2008 at 7:58 am
Can an Album belong to more than one Gallery? Can an image be in multiple albums?
For each YES you need a "glue" table, for each NO you can do...
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
November 18, 2008 at 7:10 am
Are you getting any errors when you are trying to connect remotely using a SQL Server login?
I don't know of any way to limit SQL Server logins basd on remote...
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
November 18, 2008 at 7:01 am
Can you check the security on the ReportServer virtual directory in IIS? I think I had this happen, but it was years ago, 2001-2002, and I don't recall what...
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
November 18, 2008 at 6:51 am
Viewing 15 posts - 6,931 through 6,945 (of 9,643 total)