Viewing 15 posts - 3,046 through 3,060 (of 9,644 total)
I think this is what you need:
SELECT
dbo.PURCHASE_ORDER.VENDOR_ID,
dbo.VENDOR.NAME,
dbo.PURCHASE_ORDER.ID,
dbo.PURC_ORDER_LINE.LINE_NO,
...
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
May 18, 2010 at 9:02 pm
Is autoshrink enabled or is their a job that is shrinking the database?
The primary key clustered index based on an identity column should not fragment.
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
May 18, 2010 at 8:55 pm
jcrawf02 (5/14/2010)
Chris Morris-439714 (5/14/2010)
Paul White NZ (5/14/2010)
CirquedeSQLeil (5/13/2010)
Thanks Gianluca. I particularly like how Paul handled this...
You would have loved my first draft reply 😉
Celko is undoubtedly a reasonably bright...
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
May 14, 2010 at 12:51 pm
Chris Morris-439714 (5/14/2010)
Paul White NZ (5/14/2010)
CirquedeSQLeil (5/13/2010)
Thanks Gianluca. I particularly like how Paul handled this...
You would have loved my first draft reply 😉
Celko is undoubtedly a reasonably bright individual,...
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
May 14, 2010 at 12:49 pm
cengland0 (5/6/2010)
Jack Corbett (5/5/2010)
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
May 6, 2010 at 9:24 am
Steve Jones - Editor (5/6/2010)
Lynn Pettis 1533
CirquedeSQLeil ...
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
May 6, 2010 at 9:20 am
Is anyone else experiencing this problem?
Once you are connected what database are you connected to? Is it a user database or a system database (master, msdb, tempdb, model)? ...
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
May 6, 2010 at 6:04 am
I got it wrong because I didn't read the script. I read the text where it says you created a non-clustered index on LastName and the query used EmailAddress....
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
May 5, 2010 at 7:12 pm
Have you tried using the IP Address to connect? Perhaps you are having DNS issues.
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
May 5, 2010 at 7:22 am
Stringzz (5/1/2010)
So here is my error detail...
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
May 1, 2010 at 1:44 pm
Okay, what determines what subgroup an item belongs in? There has to be something in the data that identifies it or else you can't report on it.
What's your query...
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
April 30, 2010 at 6:08 pm
Your table/tablix would have 2 groups, the Group (grouped on the group column) and then a second group under the first group (grouped on the subgroup column). You can...
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
April 30, 2010 at 8:45 am
What's the database you are connecting to? Is it set to autoclose?
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
April 30, 2010 at 8:32 am
I believe that xp_cmdshell is taking you out of the current security context which is causing your problem. I'm not even sure why you are using xp_cmdshell here.
Since this...
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
April 30, 2010 at 8:16 am
CirquedeSQLeil (4/28/2010)
Tom.Thomson (4/28/2010)
CirquedeSQLeil (4/28/2010)
Thus, don't ever log out and your visit will stay low (so long as the cookie doesn't expire).
That's right.
And you got in fast there Jason, before I...
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
April 28, 2010 at 9:04 pm
Viewing 15 posts - 3,046 through 3,060 (of 9,644 total)