Viewing 15 posts - 346 through 360 (of 458 total)
Brandie Tarvin (11/28/2012)
November 28, 2012 at 12:47 pm
Bhuvnesh (11/28/2012)
WHat if we use SSIS to do this stuff more robust more tracable .. more comfortable to handle heavy volume data. i will welcome suggest on this suggest 🙂
I...
November 28, 2012 at 10:11 am
Lowell (11/28/2012)
search the code and see if there is a {MyConnection}.Close, where {MyConnection} is the variable name for your Connection...it might be being closed when you don't expect it to...
Nope....
November 28, 2012 at 10:04 am
bleroy (11/28/2012)
November 28, 2012 at 9:46 am
bleroy (11/28/2012)
Not knowing what OS we are talking about, I will assume that the machine runs with Windows Server 2003+.
My apologies - Alzheimer's working overtime today. It's Windows Server Standard,...
November 28, 2012 at 8:13 am
Brandie Tarvin (11/28/2012)
Do you have Auto_Close enabled on your SQL Server properties?
I do not. I'm looking at it right now. AutoCreate and AutoUpdate Statistics are both true, AutoClose, AutoShrink and...
November 28, 2012 at 7:33 am
bleroy (11/28/2012)
Do you have access to the machine hosting the SQL Server DB? if so, can you check on there for the windows log, and sql serror logs?
See if there...
November 28, 2012 at 7:15 am
GSquared (11/27/2012)
pdanes (11/27/2012)
November 27, 2012 at 4:09 pm
There doesn't seem to be any clear consensus on all this, so I guess I'll have to build a bunch of test cases and see what comes of it. Still...
November 27, 2012 at 9:34 am
sjimmo (11/27/2012)
November 27, 2012 at 9:27 am
DiverKas (11/26/2012)
But wouldn't this always compare all variables, though? In the syntax with OR, the query engine can see that a variable is empty, thereby satisfying one side of the...
November 26, 2012 at 10:50 am
Luis Cazares (11/23/2012)
WHERE Oink.[System] like @System + '%'
ANDOink.Stratigrafie like @Stratigrafie + '%'
ANDOink.Ulozeni like @Ulozeni + '%'
AND Oink.DrEvid like @DrEvid + '%'
Or you...
November 24, 2012 at 6:36 am
Luis Cazares (11/23/2012)
The first is to change the empty string for a '%', that way you get rid of the ORs. You need to do...
November 23, 2012 at 1:57 pm
Gazareth (11/23/2012)
Best bet would be to test for each...
November 23, 2012 at 1:49 pm
Okay, it's running. I'm not quite sure exactly what finally did the trick - I played with modifying the access privileges, as one of the articles suggested, and I restarted...
October 30, 2012 at 10:32 am
Viewing 15 posts - 346 through 360 (of 458 total)