Posts by Raphael Nobre • 13 points
3 posts
- 
		0 votes1 answer178 viewsQ: Force a Sqldatareader resultI have the following method: public ClassCardapio MontaCardapioEdit(string periodo, int tipo) { ClassCardapio cardapio = new ClassCardapio(_stringconexao); _conexao.Open(); var sql = $"SELECT " +… 
- 
		0 votes0 answers376 viewsQ: How to save on a relative path?I have the following method: private string SubirImagem(string imagemupload, string sequencia, string clifor) { HttpPostedFile imagem = Request.Files[imagemupload]; string nomeimagem = ""; if… 
- 
		0 votes1 answer51 viewsQ: Maintenance plan SQL Server 2014I created a master plan in the bank of the company in which I work, the same is dealing with the following options: Check Database Integrity Shrink Database Reorganize Index Rebuild Index Update…