Viewing 15 posts - 151 through 165 (of 9,644 total)
macdca (3/14/2016)
ScheduledActivity.ScheduledStartTime = CONVERT(datetime, '14/03/2016',110) gives me no values returned and that same out of range error
AS long as your Language setting is one where the default date format is...
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
March 14, 2016 at 8:33 am
What reporting platform are you using? You should parameterize the query and I'm sure whatever reporting platform you are using supports parameters.
The reason your query using ScheduledActivity.ScheduledStartTime = CONVERT(datetime,...
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
March 14, 2016 at 8:19 am
Duplicate post. Please put replies on this thread, http://www.sqlservercentral.com/Forums/Topic1769091-2799-1.aspx
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
March 14, 2016 at 8:05 am
I know you may not have control over this, but datetimes should be stored using a datetime data type, it makes things much easier. If your column is 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
March 14, 2016 at 8:03 am
Neo Aurora (3/14/2016)
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
March 14, 2016 at 7:42 am
tskelley (3/14/2016)
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
March 14, 2016 at 7:40 am
Without more information all we'd be doing is throwing stuff at the problem and seeing what sticks. Please read the first 2 articles linked in my signature and post...
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
March 4, 2016 at 11:06 am
There isn't enough information to provide what is going to be the right answer but are here are a couple of options:
/* This eliminates rows where advisor_id is null in...
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
March 4, 2016 at 9:39 am
Roust_m (3/3/2016)
I have 3 production servers replicating data to a DR server. I am not planning to use the DR server for anything other than DR.
I did some reading...
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
March 4, 2016 at 9:34 am
I'd also recommend reading this [/url], since I wrote it.
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
March 4, 2016 at 9:29 am
ripas (3/4/2016)
I want to transfer advisors from student_div_master to advisor_stud_table but because of null values I get an error.
advisor_stud_table has primary key. Is there any other way to copy some...
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
March 4, 2016 at 9:22 am
TomThomson (2/27/2016)
Jack Corbett (2/27/2016)
Ed Wagner (2/27/2016)
Having recently been on the interviewing end of dealing with recruiters I can say that modifying a resume is a common practice. ...
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 29, 2016 at 8:06 am
Is one result set returning 2 columns and the other only returning 1 column? That would explain the error.
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 27, 2016 at 8:55 pm
I think your EST needs to be configured like this:
Notice I have 2 results being returned.
And then your For Each Loop need to be configured like this:
Then you don't even...
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 27, 2016 at 5:29 pm
Steve,
Like Hugo I'm not sure I understand what you are trying to accomplish. So let me provide an example of what I think you want to do. 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 27, 2016 at 4:23 pm
Viewing 15 posts - 151 through 165 (of 9,644 total)