Ответов: 0
Автор Kurt Jimenez
Строка car_id = txtcarid.getText();
пст = кон.prepareStatement("выберите Car_ID,Cust_ID,Rental_Due,функция datediff(getdate(),то Rental_Due) как Days_Elapse от Сагкегла где Car_ID =? ");
pst.setString(1, car_id);
РС = пст.метод executequer...
Читать ответы
Ответов: 0
Автор terzasek
Now I am considering options to store the documents on the server
I'll have PDF documents mostly around 1 Million or so,those will store into a SQL Server table
I am aware that I will reach the 8TB, I'm not sure about limit .mdf size of SQL Server Enterprise edition.
After the PDF files are...
Читать ответы
Ответов: 0
Автор terzasek
Now I am considering options to store the documents on the server
I'll have PDF documents mostly around 1 Million or so,those will store into a SQL Server table
I am aware that I will reach the 8TB, I'm not sure about limit .mdf size of SQL Server Enterprise edition.
After the PDF files are...
Читать ответы