I will, next time I'm there. Thanks.
and for you:
https://thenextweb.com/dd/2011/12/12/finally-sarcasm-has-a-voice-in-print-with-its-own-font/#.tnw_cFF6YY30
thought you would get a kick out of this
here is a picture of the error and the screen. Notice the 'Online Upload' button at the mid-right of the screen cap.http://files.engineering.com/getfile.aspx?folder=f6d8a9c4-43a4-4dec-8059-dd9bb5f45081&file=2017-08-12_11-13-37.png
attached is the windows explorer screen capture showing filename and file locationhttp://files.engineering.com/getfile.aspx?folder=9abdcc68-14ed-41e3-930e-70ff03983d1f&file=pic.doc
Yes.
Here is code copied from the application computer.
Private Sub Command107_Click()
'Added by Greg Martin 08042017
On Error GoTo Err_Command107_Click
Dim strTextLine As String
Dim aryMyData() As String
Dim strSQL As String
Dim directory As String
Dim FileName As String
Dim i As Integer...
Connection string below works on Windows Server 2008 and SQLServer 2008 version 10. Upgraded both to WS 2012 and SQL server 2012 v 11 and this is broken. Had IIS installed, copied over ASP code...I think its the connection string. Does anything standout?
strAnaCsvConnectionString =...
also, not sure why it would crash over a big log file.
over all size is 6.3gb
data size is under 200mb. Its a transactional database used mainly for static referencing. There is some logging, but most of that is handled on another DB
don't know how to tell growth rate. Can say its taken...
I have a sql server 2008 database called Mish. It has crashed twice in the last 2 months and recovered both times fine. It said as of yesterday when looked at size in db properties, that it was 6.3GB in size and only had 10MB worth of storage left. First question is how is the size selected...
I have a sql server 2008 database called Mish. It has crashed twice in the last 2 months and recovered both times fine. It said as of yesterday when looked at size in db properties, that it was 6.3GB in size and only had 10MB worth of storage left. First question is how is the size selected...
i am using the directory.getfiles feature. I have 169 files i am sifting through to grab filenames that match user input. My array is folderFiles that is setup for 200 slots. No matter what i do, when i run this line of code:
folderFiles = System.IO.Directory.GetFiles(folderPath)
I get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.