No announcements
Found 3788249 threads
-
2 Votes
Upload file asynchronously (FTP)
reqFTP.UseBinary = true; // Notify the server about the size of the uploaded file reqFTP.ContentLength = fileInf.Length; ...Answered | 5 Replies | 14396 Views | Created by Banjo348 - Thursday, June 25, 2009 4:07 PM | Last reply by Lenny S - Thursday, June 25, 2009 10:28 PM -
0 Votes
Uploading a file with ajax
This process sends recorded HTTP requests to web server.Answered | 5 Replies | 3879 Views | Created by m_shynoda - Thursday, February 12, 2009 8:51 PM | Last reply by Bill.Wang - Thursday, February 19, 2009 5:23 AM -
1 Votes
asp.net + multiple file upload to database
Hi, We are using asp.net 2.0 with c#. 2.0 have a file upload control which uploads only 1 file at a time.Answered | 1 Replies | 1208 Views | Created by Spunny - Tuesday, February 11, 2014 8:34 PM | Last reply by Eyal Solnik - Wednesday, February 12, 2014 1:39 AM -
4 Votes
Upload multiple files in Asp.net
Some persons mean upload to their client from the server and others mean upload from the client to the server.Answered | 6 Replies | 17529 Views | Created by Ramesh Velusamy - Sunday, April 8, 2012 4:03 AM | Last reply by Michael Samteladze - Wednesday, April 11, 2012 8:09 AM -
0 Votes
Upload Excel File to Database
If you wanted to export data from SQL Server to Excel, and have all kinds of different stuff in excel, I'd say you are fine.Answered | 4 Replies | 889 Views | Created by atmart - Wednesday, March 11, 2015 7:32 PM | Last reply by ryguy72 - Friday, March 13, 2015 2:16 PM -
1 Votes
mvc image upload ajax
A good ...Answered | 4 Replies | 1929 Views | Created by ahmed naguib14 - Sunday, October 26, 2014 7:25 PM | Last reply by Deric Ferreira - Monday, October 27, 2014 6:21 PM -
0 Votes
multiple log files of sql server Database
Can you explain why do you need mulptiple LOG files http://technet.microsoft.com/en-us/magazine/2009.02.logging.aspx Best Regards, Uri Dimant ...Answered | 4 Replies | 11409 Views | Created by Ajay.G - Friday, October 1, 2010 5:38 AM | Last reply by Ajay.G - Tuesday, October 5, 2010 10:31 AM -
0 Votes
Database, file upload permission.
Are you uploading the photos to the web server virtual directory or sql database ?Answered | 1 Replies | 2202 Views | Created by Başar Şen - Saturday, May 4, 2013 9:14 AM | Last reply by Ch. Rajen Singh - Saturday, May 4, 2013 3:34 PM -
2 Votes
Upload files to database
Generally we recommend you store the file on a blob store (or file server) somewhere and only store a link in the database.Answered | 6 Replies | 2489 Views | Created by Ákoss - Friday, March 1, 2013 12:29 PM | Last reply by Glenn Condron - Wednesday, March 6, 2013 5:02 PM -
2 Votes
Uploading CSV file into Azure SQL Database
use the "SQL Server Import and Export Wizard", which is a desktop app probably already in your machine when you install SQL Server management ...Answered | 4 Replies | 1731 Views | Created by Jahilburn - Tuesday, August 18, 2015 7:58 PM | Last reply by YanZhangADS - Wednesday, December 2, 2015 1:42 PM -
2 Votes
Upload and setup SQL Server Database On Domain
I uploaded all files along with database inside the file manger in HTTP folder.... when I was using Microsof Access databse then simply I gave ...Answered | 5 Replies | 3027 Views | Created by SyedAzy - Tuesday, August 20, 2013 10:55 PM | Last reply by Dan Guzman - Sunday, August 25, 2013 3:37 PM -
3 Votes
Remove "Upload Multiple Files" from upload page
I am using this to hide the single file upload menu item. working perfectly.Answered | 18 Replies | 22036 Views | Created by SPGuy - Wednesday, March 24, 2010 12:48 PM | Last reply by Matt1967 - Tuesday, February 15, 2011 3:24 PM -
1 Votes
SQL Server 2008 R2 Enterprise for Asynchronous syncing
check this link, Is this what you are looking ...Answered | 6 Replies | 7881 Views | Created by lcerni - Wednesday, February 29, 2012 1:37 PM | Last reply by Vijyend - Wednesday, March 21, 2012 5:37 AM -
0 Votes
Uploading multiple files from SQL to FTP
Hi thanks all, I have done it without using SSIS..Answered | 6 Replies | 5814 Views | Created by Nidhi_G - Tuesday, July 19, 2011 9:57 AM | Last reply by Nidhi_G - Thursday, July 21, 2011 5:40 AM -
0 Votes
Does SQL Server writes data in .mdf file asynchronously?
The actual data is written to the data files asynchronously in order to maximize performance and reduce recovery time.Answered | 4 Replies | 933 Views | Created by Asif_DBA - Tuesday, April 11, 2017 4:00 AM | Last reply by SQLNeophyte - Monday, April 17, 2017 11:11 AM -
1 Votes
Uploading pdf files from a Folder to SQL Server
http://www.aspsnippets.com/Articles/Save-and-Retrieve-Files-from-SQL-Server-Database-using-ASP.Net.aspx http://www.c ...Answered | 5 Replies | 11637 Views | Created by David_7 - Friday, October 25, 2013 11:31 AM | Last reply by ryguy72 - Tuesday, October 29, 2013 3:56 PM -
0 Votes
Upload CSV file to multiple tables
check this out http://plexussql.blogspot.com/2010/06/looping-through-csv-files-using-ssis.html it's a CSV file to a single table.Answered | 2 Replies | 4684 Views | Created by Amaka - Friday, July 16, 2010 2:22 AM | Last reply by Nik - Shahriar Nikkhah - Friday, July 16, 2010 3:37 AM -
0 Votes
Unable to upload multiple files
6) You should now see the Upload Document page; under the input browse field there should be a link for 'Upload Multiple FilesAnswered | 8 Replies | 31085 Views | Created by CU later - Tuesday, July 10, 2007 6:56 PM | Last reply by VnABC - Monday, August 11, 2014 11:32 PM -
1 Votes
Automating the SQL backup for multiple databases on multiple SQL servers
YOu have three choices when automating backups of multiple servers; You can write a t-sql script that that issues queries across linked servers.Answered | 1 Replies | 8037 Views | Created by NJRCI - Tuesday, May 18, 2010 3:02 PM | Last reply by SQLCraftsman - Tuesday, May 18, 2010 4:13 PM -
0 Votes
How to execute sql queries asynchronously using thread?
.:) i guess it will be a better idea to optimize the queries rather than going for asynchronous execution..Answered | 2 Replies | 3814 Views | Created by Searching_For_Solace - Friday, July 9, 2010 12:18 PM | Last reply by Searching_For_Solace - Thursday, July 15, 2010 10:48 AM - Items 1 to 20 of 3788249 Next ›
No announcements