Viewing 15 posts - 3,646 through 3,660 (of 26,490 total)
You should start looking at the collation of character columns within the database looking for conflicts. From the one error message you posted it looks like there is a...
June 10, 2016 at 9:01 am
erics44 (6/10/2016)
all dev has been done on Prod recently, ive just started here and I want to do my dev on UAT (no dev...
June 10, 2016 at 8:37 am
erics44 (6/10/2016)
I am trying to update a much out of date UAT database from the current production.
There are however lots of collation issues.
the database collation is the same, the tables...
June 10, 2016 at 8:29 am
Jacob Wilkins (6/10/2016)
They're for query with UDF and query with inline equivalent.
It's expected that...
June 10, 2016 at 8:17 am
Sean Lange (6/9/2016)
June 9, 2016 at 12:30 pm
Lynn Pettis (6/9/2016)
< different rant >Repeating what you posted and providing NO explanation does not help with clarity.
< /different rant >
Looks like Sean does have the crystal ball today.
June 9, 2016 at 12:26 pm
SilverBack (6/9/2016)
So @StartD needs to be a column A in a Table and @EndD needs to be Column B in the...
June 9, 2016 at 12:00 pm
SilverBack (6/9/2016)
no idea if it possible? I...
June 9, 2016 at 11:45 am
mcfarlandparkway (6/9/2016)
These variables...
June 9, 2016 at 11:43 am
< different rant >
Repeating what you posted and providing NO explanation does not help with clarity.
< /different rant >
June 9, 2016 at 11:13 am
SilverBack (6/9/2016)
with is highly encrypted and...
June 9, 2016 at 11:11 am
< rant >
Geez people. Try answering the question we ask instead of just expecting us to answer your question with no effort on your part.
< /rant >
June 9, 2016 at 11:10 am
mcfarlandparkway (6/9/2016)
I understand,...
June 9, 2016 at 11:06 am
SilverBack (6/9/2016)
Select
ek.effdate As StartD
ek.effdate As EndD
Where
ek.effdate between @StartD and @EndD
But I need something to work along the lines of...
June 9, 2016 at 11:04 am
mcfarlandparkway (6/9/2016)
I need to know what is the logic that is going on each statement.
SET @Pay = (SELECT MAX(Id)...
June 9, 2016 at 10:53 am
Viewing 15 posts - 3,646 through 3,660 (of 26,490 total)