Viewing 12 posts - 241 through 252 (of 252 total)
Barry, my apologies for not providing more details. I meant to have a more general question, since I feel this is more of an XML issue than a SQL...
May 25, 2012 at 7:48 am
My job at present is very feast-or-famine; I've worked for a month or two coding furiously, then had nothing new to do in the way of coding for a similarly...
May 23, 2012 at 2:19 pm
Actually, it's somewhat exposed to the outside world. It's cloud-hosted, and several other clients are on the same server instance as us. If we choose to upload data...
May 10, 2012 at 10:53 am
Ah, I understand now, Perry. The application is certainly a Windows-based application, then. There is no text validation present that I can discern, though; all special characters that...
May 10, 2012 at 7:54 am
I'm not sure what the distinction is there, Perry; I'm assuming Windows form would mean something coded in a language such as Java, C#, C++, etc.? Either way, I...
May 9, 2012 at 7:57 pm
Thanks, Gail, both for correcting my misunderstanding on spotting SQL injections and for verifying my concerns about the new problems I found. Our business will probably veer away from...
May 9, 2012 at 2:57 pm
Hrm. Upon looking further into their coding, I've stumbled upon this:
SET NOCOUNT ON;
DECLARE @whereClause2 nvarchar(1000)
SET @whereClause2 = @whereClause
set @whereClause2 = ISNULL(@whereClause2,'')
declare @sql...
May 9, 2012 at 1:32 pm
Thank you for the replies.
Lynn, the software vendor does not give us the option to set up the application in our own environment. It's a cloud-hosted SQL server with...
May 9, 2012 at 12:41 pm
Not sure when the thread starter will be back to the thread, but it seems that the link is messed up somehow; it points to Flickr, but appends SSC's URL...
April 18, 2012 at 1:04 pm
Hrm. Seems like the previous solution may or may not have worked. I'm still getting reports of connection timeouts, but the majority users aren't saving the details of...
February 2, 2012 at 7:24 am
Excellent suggestion, Stephanie. Your comment reminded me to check the ODBC administration settings, and I discovered that connection pooling was on for SQL Server, as I'd thought; however, it...
February 1, 2012 at 12:42 pm
Hm. I'd considered that possibility previously; searches I've done suggested that a look at the NIC card and the general networking setup could be necessary also. Would these...
February 1, 2012 at 10:47 am
Viewing 12 posts - 241 through 252 (of 252 total)