Viewing 15 posts - 3,271 through 3,285 (of 9,643 total)
What is the problem you are having? You do not provide an error message or a question really so I don't know what to help with.
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
February 22, 2010 at 7:22 am
I'm going to guess that Dave's solution will work, but, in my opinion, the best way to solve problems like this long-term is to create a calendar table that defines...
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
February 22, 2010 at 7:19 am
I'm not really sure what you mean. Could you post table definitions and an example of what you want? Or a diagram of what you want to 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
February 22, 2010 at 7:11 am
I don't think you can do what you want in SQL Server Agent, at least not easily.
Assuming the files are all in the same directory you'd be better off 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
February 22, 2010 at 7:09 am
If you are saying that the user has access via an Active Directory group then you can't drop the user from the database, the user would need to be removed...
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
February 22, 2010 at 6:55 am
You could do this a couple of ways both of which will require that you setup a SQL Server Agent Job to schedule the execution the process:
1. Use SSIS...
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
February 22, 2010 at 6:50 am
Sounds like you should read this article[/url]. While you say the account running the procedure is in sysadmin, the error certainly indicates that it does not.
As Barry has said,...
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
February 22, 2010 at 6:46 am
Based on the very limited data presented it seems that you could use:
Row_Number() Over(Partition By Group Order By Group Desc, Year, Month, Day)
I did the Order BY Group DESC because...
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
February 22, 2010 at 6:42 am
All this MVP talk. What I like is that no one mentioned thinks that they deserve it. To me that is one of the key qualifications. If...
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
February 21, 2010 at 3:32 pm
CirquedeSQLeil (2/19/2010)
Grant Fritchey (2/19/2010)
Jack Corbett (2/19/2010)
CirquedeSQLeil (2/18/2010)
When will we see books from Jack, Lynn and Gus?
I've considered it, but I've also talked to people who have done it (Grant being...
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
February 19, 2010 at 2:18 pm
CirquedeSQLeil (2/18/2010)
When will we see books from Jack, Lynn and Gus?
I've considered it, but I've also talked to people who have done it (Grant being one) and I don't think...
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
February 19, 2010 at 7:45 am
Grant Fritchey (2/18/2010)
Roy Ernest (2/18/2010)
I have also heard rumors like whom you know also counts in the decision making.
I have heard the same thing, but since the only people 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
February 18, 2010 at 7:56 pm
Lynn Pettis (2/18/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
February 18, 2010 at 1:45 pm
Alvin Ramard (2/18/2010)
Lynn Pettis (2/18/2010)
Grant Fritchey (2/18/2010)
Roy Ernest (2/18/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
February 18, 2010 at 1:39 pm
Paul White (2/18/2010)
Grant Fritchey (2/18/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
February 18, 2010 at 9:40 am
Viewing 15 posts - 3,271 through 3,285 (of 9,643 total)