You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os.system('sqlcmd -E -Q "Bulk Insert Hospital.dbo.Patient_Summary From \''+os.getcwd()+'\\'+'converted_data.csv\' With (MaxErrors=1,DataFileType=\'char\',FirstRow=2,RowTerminator=\'0x0a\',FieldTerminator=\',\')"')
os.system('sqlcmd -E -Q "Alter Table Hospital.dbo.Patient_Summary Alter Column proceduresCount TinyInt Not Null"')