Posts by Diego Garcia • 59 points
4 posts
-
-2
votes1
answer1079
viewsQ: select max(id) of each* record
opa personal, I have a query with this data of the image, I wanted to give a select only in max(id) of each numberExterno to save in another table@…
-
5
votes2
answers67
viewsQ: Difference in performance when Duplicate a table
There is significant difference in performance between these two examples? SELECT * INTO [IP].BA_exemplo.dbo.TabelaB FROM BA_Temp..TabelaA and SELECT A,B,C,D... -- (todos os campos da tabela…
-
-1
votes2
answers43
viewsA: verify that Radiobutton with Repeatdirection, generated in Datagrid are checked
I was able to solve by counting the numbers of lines and buttons selected, and comparing the 2 :D int rowCount = dgRegistros.Items.Count; int countRadio = 0; RadioButtonList radioaux; foreach…
-
1
votes2
answers43
viewsQ: verify that Radiobutton with Repeatdirection, generated in Datagrid are checked
I have a Radionbutton with Repeatdirection which is generated on my Datagrid, yes and no button. <asp:TemplateColumn HeaderText ="Reevio" ItemStyle-Wrap="false" ItemStyle-Font-Size="8"…