Posts by gabriellima • 47 points
4 posts
-
0
votes1
answer111
viewsQ: SQL Server 2017 - SELECT with Duplicate Metadata
I made a select using metadata, but the result of my selection brought me something like 'Cross Join'. Even using GROUP BY and DISTINCT returns with duplicate values. I would like an help to return…
-
0
votes1
answer422
viewsQ: SQL Server 2017 - Recover column description/comment in table in database - Metadata
I am trying to generate a data dictionary of my database in SQL Server 2017, and would like to recover the description/comment of the 'Description' field contained in the column definitions of each…
-
0
votes1
answer326
viewsQ: How to change the Datepicker format dynamically?
I wonder if there is any way to change the format of datepicker dynamically, using radio Buttons, but the way I’m trying is not working ... HTML <input id="periodo" name="periodo" type="text"…
-
4
votes1
answer261
viewsQ: Auto Input Fill in another browser tab via script
Is there any script that sends my input value to the page input I open ? As the example below shows, I need to send the value "12345" to the input of the XYZ page as soon as I click the link to open…