Viewing 15 posts - 55,531 through 55,545 (of 59,078 total)
Heck... I know that... but now you have code to maintain in two places if the requirement for the schema of the temp table changes. Yeah, I know... it's a...
August 3, 2007 at 7:39 pm
Aw... I know what to do with this... Bankers Rounding! Helps the 15's even out ![]()
August 3, 2007 at 7:29 pm
Another analogy... ask the people that have suffered "brown lung" disease or sudden near death or Anaphylactic shock due to contact with the oils from certain woods what they...
August 3, 2007 at 7:27 pm
I'm confused... you post a SELECT and call it an UPDATE (I have the following update statement that joins to a view). You want to limit to "just those for postal...
August 3, 2007 at 6:30 pm
Ummm... Not quite true unless you know how to use IndexProperty to identify if it's a primary key or not... If you know a way to do that, I'm all...
August 3, 2007 at 6:18 pm
Stephen,
I agree... you did it correctly and the tool is wrong. Obviously, the tool doesn't know what the heck a cross-reference table is. ![]()
August 3, 2007 at 6:05 pm
We had the same problem where I work. The REAL problem is the sequence table... the code called SPGetNextSequence can only return one sequence number (think GET NextID). This will...
August 3, 2007 at 5:13 pm
What makes it questionable (in my feeble mind) is the idea of code reuse... those other stored procedures rely on the temp table being there when they start... you can't...
August 3, 2007 at 5:07 pm
| A relational database doesn't really do random well... If you want truly random results from one query to... |
August 3, 2007 at 4:59 pm
For the code example given, there is absolutely no reason to force an index... it does nothing for the code.
And, I agree, 16 column PK???? CLUSTERED??? So much for speedy...
August 3, 2007 at 4:50 pm
So why did one of the BBB rows go away? BBB only had two rows...
August 3, 2007 at 4:44 pm
... and, just to be on the safe side, you should enclose the server instance name in double quotes because of the special characters it contains.
August 3, 2007 at 7:54 am
'sqlcmd -E -dWatauga_Test -SNV-DEVSQL1\DAPHNE -Q"exec SP_GENERATE_INSERTS '+@TAB_NAME+'" >>c:\myTable.sql'
August 3, 2007 at 7:51 am
Viewing 15 posts - 55,531 through 55,545 (of 59,078 total)