Viewing 15 posts - 3,931 through 3,945 (of 13,877 total)
October 25, 2018 at 8:05 am
I can summarise the above as: "I have some data spread across multiple tables. I've written a cursor which can combine the data, but it's slow and does not work...
October 25, 2018 at 5:14 am
Lynn Pettis - Wednesday, October 24, 2018 3:27 PMIt was never an initiator (and I prefer beginninator).
Wouldn't the opposite of a...
October 24, 2018 at 4:12 pm
Here's something more readable – with > 5000 points, you should know how to use IF tags. Perhaps you would also include desired results, based on your sample data?
October 23, 2018 at 6:52 am
I have a table which is an output of full outer join:
October 22, 2018 at 5:28 pm
;with myTable (StartDate ,EndDate) AS
That semicolon 'initiator' is there just to wind us up, right? 🙂
October 22, 2018 at 4:58 pm
October 22, 2018 at 1:43 pm
As you are using SSIS, you should not need to use linked servers to do this.
The direct pull of data from the remote server to the local...
October 22, 2018 at 11:27 am
My apologies ... I read your initial post on my phone and missed the important details.
October 22, 2018 at 10:37 am
What is your question?
October 22, 2018 at 9:55 am
October 22, 2018 at 8:53 am
October 22, 2018 at 8:15 am
how to find which table\column\datatype has this issue .
Look at the query which is generating the error.
Look at the columns whose target is an INT.
Of...
October 22, 2018 at 7:07 am
This is the same number, formatted as Scientific (left) and General (right).
October 22, 2018 at 5:54 am
Viewing 15 posts - 3,931 through 3,945 (of 13,877 total)