Viewing 15 posts - 61 through 75 (of 430 total)
There is a table called #T1 in sys.tables. How can I drop it from tempdb?
name
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T__________________________________________________________________________________________________________________00000000250F
#T1_________________________________________________________________________________________________________________000000001E45
March 22, 2018 at 9:47 am
Each poa and diag has a number at the end. Take a peek at this section of code from the sp. The source data always has included, a DiagnosisUrnID that...
March 22, 2018 at 9:32 am
Sorry. I copied, pasted and ran your code. This error popped up.
I ran the query inside the CTE like this................
SELECT
col
March 22, 2018 at 9:16 am
Msg 245, Level 16, State 1, Line 4
Conversion failed when converting the nvarchar value 'poa' to data type int.
March 22, 2018 at 8:55 am
The sample data only includes the diags and poa. It does not include all the demographic data. I think I can piece things together, if I can get a solution...
March 22, 2018 at 7:51 am
I don't have an option to limit the number of diags. I pleaded that case a while ago.
So, with the help of you folks on a separate post,...
March 22, 2018 at 7:21 am
I got some more information from the owner of the table and was able to reduce the number of records and stick them in a temporary table. Then, join the temp...
March 1, 2018 at 4:07 am
I appologize for the confusion. I'm trying to get some financial data to tie out and I can't get out of this rat hole. The data is indexed on MRN,...
February 27, 2018 at 4:05 am
Pardon my ignorance but, how do I copy then paste the execution plan?
February 26, 2018 at 11:24 am
I know how to find the most recent records, see my query, but it's wicked slow because of the number of records. I would have to send a few million rows...
February 26, 2018 at 10:30 am
February 5, 2018 at 4:01 am
Viewing 15 posts - 61 through 75 (of 430 total)