HeyI got a problem, i need to fill a table with data - however I need a bunch of paramters which I can get to work - but the problem is I also want to choose 0 parameters or a "fake" parameter, that will then do another query, becuase the one with paramters will use a sql query with "where in (@partners)" and the other will just select all.And I cant just select all the avaiable paramters as some of the rows from the dataset havent set the idHow can I fix this? Thanks
↧