Viewing 12 posts - 1 through 13 (of 13 total)
no...
The Primary Field Shows...
177460285 |
this query:
ACCESSPANE.PRIMARYIP,
CAST(ROUND( (cast(cast(dbo.ACCESSPANE.PRIMARYIP as binary(4)) as bigint) / 16777216 ), 0, 1) AS varchar(4)) + '.'...
November 11, 2018 at 12:38 pm
Excel has Power Query
July 12, 2018 at 12:58 pm
Yes i can see the DATA fine when i do it thru query window.....its when i import it into EXCEL Power Query I am getting <Binary data> not the full...
July 12, 2018 at 12:15 pm
This is what i have in View...
But the ID isnt Binary data...its a bunch of 0x004 blah blah....I need the 0x004 there for this Query..
SELECT TOP...
July 12, 2018 at 12:02 pm
July 12, 2018 at 11:19 am
July 12, 2018 at 11:18 am
Here is the View Query...
SELECT TOP (100) PERCENT dbo.CLEAR.ID, dbo.CLEAR.DESCRP, dbo.CLEAR_AUX.OWNER, dbo.CLEAR_AUX.EMAIL
FROM dbo.CLEAR INNER JOIN
dbo.CLEAR_AUX ON dbo.CLEAR.ID = dbo.CLEAR_AUX.ID
WHERE (NOT (dbo.CLEAR.DESCRP LIKE N'%----%'))
ORDER BY...
July 12, 2018 at 10:53 am
I created the Query with view...How do i convert the ID in VIEW?
July 12, 2018 at 10:51 am
how is it done in SQL?
July 12, 2018 at 10:50 am
The Query Is from SQL, an im Running that Query thru EXCEL Power Query. When i put that query into Excel Power Query it Returns
<Binary data> as ID
July 12, 2018 at 10:30 am
Viewing 12 posts - 1 through 13 (of 13 total)