Viewing 15 posts - 1,456 through 1,470 (of 6,486 total)
Lynn Pettis (3/8/2010)
Matt Miller (#4) (3/8/2010)
Michael Valentine Jones (3/8/2010)
Matt Miller (#4) (3/8/2010)
..I've actually received calls from previous employers demanding I drive into work WHILE the state has a state of...
March 8, 2010 at 10:47 pm
Michael Valentine Jones (3/8/2010)
Matt Miller (#4) (3/8/2010)
..I've actually received calls from previous employers demanding I drive into work WHILE the state has a state of emergency in place...
"previous employers" ...
March 8, 2010 at 3:44 pm
KevinC. (3/8/2010)
To answer Steve's question, I think anyone, if unable to drive and not on call, should be allowed to not come in....
March 8, 2010 at 11:49 am
Gary Varga (3/8/2010)
March 8, 2010 at 10:36 am
Alvin Ramard (3/8/2010)
CirquedeSQLeil (3/8/2010)
I just realized the true term for what the Thread should be called.MCP (Master Control Program).
When it comes to the thread, MCP could stand for: Multiple Crappy...
March 8, 2010 at 10:29 am
Lynn Pettis (3/3/2010)
greg-877697 (3/3/2010)
March 5, 2010 at 11:06 am
aaron.reese (3/3/2010)
All of the business rules about how data gets validated and entered into the table is held in the SPs.
Any user interface gets...
March 3, 2010 at 2:47 pm
keep in mind that lutz' version will keep the identity on the deed_id column. Given the usage you're describing it shouldn't make a diffierence, but this means the...
March 3, 2010 at 1:58 pm
Stats get used during execution plan building and validation, so bad stats usually = bad exec plan.
If for example it underestimated how many records might be affected, some of your...
March 3, 2010 at 11:28 am
Since you're using a temp table - you will want to add a clustered index in order to make the running totals work.
You should start by reading Jeff's article on...
March 3, 2010 at 10:54 am
Depending on how you have your Access set up - Access can be pretty brutal on IO, so at very least see if you can use separate drives/LUN's, so you...
March 3, 2010 at 8:17 am
Elliott W (3/2/2010)
A whole resultset?CEWII
Yes - you could store it as XML and pass that in, or like you mentioned - pass it to a for each loop (using the...
March 2, 2010 at 10:21 pm
Once you do that - configure the foreach loop to pull data from an ADO enumeration, then point to the variable you pre-loaded. index 0 = column 1 of...
March 2, 2010 at 10:18 pm
You could try simply capturing the output from your first stored proc to an SSIS variable, and pass it to the second stored proc as a parameter.....
March 2, 2010 at 7:26 pm
Les Cardwell (3/2/2010)
In context, it was in reponse to Steve's posit...
...In the paper world, when someone generates a duplicate PO number it may or may not get corrected, and may...
March 2, 2010 at 3:55 pm
Viewing 15 posts - 1,456 through 1,470 (of 6,486 total)