Viewing 15 posts - 1,921 through 1,935 (of 9,643 total)
Canazei65 (12/14/2011)
Re "is Parameters!P_Period a multi value parameter?" - the answer...
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 14, 2011 at 2:53 pm
You could also do multiple data flows that each write to a specific sheet in the excel file.
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 14, 2011 at 2:41 pm
You can start by using the IsNumeric() function on the varchar column to see if there are values that are not recognized as numeric. As the link says, 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
December 14, 2011 at 2:27 pm
1. What is the recomendation for analysys server configuration to put temp directory and back up derectory to which drive?
I don't know the answer to this one because 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
December 14, 2011 at 2:16 pm
You can just do a convert(INT, datetime_value) and it returns the # of days from 1900-01-01. Of course it also does rounding do when you get to around noon...
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 14, 2011 at 2:08 pm
Ondrej Liptak-260768 (12/9/2011)
Hope it helps! 🙂
Cheers, Ondrej
part of function is here:
...
IF SUSER_SNAME() in ('DSDEV\M..L','DSDEV\P...Z','BossUser','e...e','BossUserTest','DS\AP_...SUPP','DS\X...X')
or is_member('DS\AP_...E')=1
SET @WorkLoad='DBOXwg'
else if SUSER_SNAME()...
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 9, 2011 at 8:53 am
Brandie Tarvin (12/8/2011)
It's hardly any...
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 8, 2011 at 2:02 pm
I also know Tim Ford and recognize one other name. Mark Johnson, believe (I don't have the site up now, but looked earlier.).
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 6, 2011 at 1:08 pm
You can combine them, but you will get a warning for each connection that doesn't exist in the package. I prefer to use SQL Server Configurations and store them...
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 2, 2011 at 11:16 am
GSquared (12/1/2011)
GilaMonster (12/1/2011)
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 1, 2011 at 9:57 am
Gus, Congrats on 21 years. I have a few before I hit that.
I think you need to take more vacations or at least time off.
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 1, 2011 at 9:56 am
I agree that thinking time is important. Too often I don't take enough time to think things through completely before I start working. This almost always leads 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
November 29, 2011 at 7:03 am
So I had to post this job description I got via email today for a SQL Server DBA position:
Qualified candidates will possess programming skills, such as skill in the use...
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 28, 2011 at 2:31 pm
It's Thanksgiving Day here in the U.S., so Happy Thanksgiving to everyone who celebrates, and if you don't happy Thanksgiving to you anyway:-P.
I'm very thankful for the friendships that 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
November 24, 2011 at 9:53 am
Didn't get a response from Michelle yet, but someone did say that it may just be because she hadn't gotten around to coding in the rebuild. I know that...
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 23, 2011 at 2:07 pm
Viewing 15 posts - 1,921 through 1,935 (of 9,643 total)