Skip to main content
6 events
when toggle format what by license comment
Feb 11, 2021 at 2:57 vote accept techstack
Feb 11, 2021 at 0:54 comment added T.S. then select only part of the data "SELECT * FROM [dbo].[notifyMe]" --> "SELECT *col1, col2, ... FROM [dbo].[notifyMe]"
Feb 10, 2021 at 20:06 answer added Caius Jard timeline score: 0
Feb 10, 2021 at 19:54 comment added Steve That code should work. Try to clear the solution and rebuild everything. If the error persist use the debugger to check what happens in that code. Side note, your variable names are very confusing.
Feb 10, 2021 at 19:52 comment added Hursey Why not just query only the fields you required rather than Select * from NotifyMe. Select Id, CustomerName.... From NotifyMe
Feb 10, 2021 at 19:43 history asked techstack CC BY-SA 4.0