Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)
I'm going to repeat what a couple of other people said. Let people you know know you are looking, even if you don't know them well.
Attend tech events/user groups....
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
July 16, 2009 at 6:53 am
jcrawf02 (7/15/2009)
Steve Jones - Editor (7/15/2009)
]
Grant Fritchey (7/15/2009)
--------------------------------------------------------------------------------
My Twitter account just got...
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
July 15, 2009 at 6:54 pm
Grant Fritchey (7/15/2009)
My Twitter account just got suspended for suspected abuse. I wasn't abusing anything. This stinks. According to the documentation, they can suspend it for up to 30 days.
Uh-oh,...
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
July 15, 2009 at 1:42 pm
First you create your datasets like Products, ProductType, ProductName. Then in the ProductType dataset you put a parameter in the SQL for your ProductID. and then the same...
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
July 15, 2009 at 9:53 am
I have to agree with Steve on this one. I think the rules change a bit when working on a shrink-wrapped or commercial product, but for in-house development you...
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
July 15, 2009 at 9:36 am
I believe you are correct. It is the sp_ that causes SQL Server to look in master first, but, imo, you really don't need to prefix stored procedures 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
July 15, 2009 at 9:15 am
You design reports using Business Intelligence Design Studio (BIDS) which is included in the SQL Server 2005/8 client tools install, or if you already have VS 2005 installed it adds...
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
July 15, 2009 at 9:10 am
Here's what you need:
with Dups
as (SELECT
...
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
July 15, 2009 at 9:00 am
Can you post table definitions, some sample data, and the expected/desired results from the sample data? The first article linked in my signature explains how to do this 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
July 15, 2009 at 8:55 am
Can you post some sample data? Please see the top article in my signature for how to post the sample data.
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
July 15, 2009 at 8:43 am
Oops, you are correct, I only verified the rows returned and the 1st 2 columns assuming I had the others correct. Boy, I wish 2000 had row_number().
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
July 15, 2009 at 8:05 am
Sorry, permissions for running Profiler/Trace are at the server level and cannot be assigned or revoked by database. Pre-2005 you would need to be sysadmin, post-2005 you can assign...
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
July 15, 2009 at 7:24 am
I would say that LeeM's suggestion is the only way to make it happen. Since the ID's can be in any order you need some kind of indexer to...
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
July 14, 2009 at 2:23 pm
Jan Van der Eecken (7/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
July 14, 2009 at 1:26 pm
The best way to do it is to allow a person to edit a record (a record may be more or less than a row in the database) 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
July 14, 2009 at 12:31 pm
Viewing 15 posts - 4,696 through 4,710 (of 9,643 total)