Viewing 15 posts - 1,111 through 1,125 (of 5,685 total)
Luis Cazares (9/27/2012)
This is what I came with. It's doing...
September 27, 2012 at 3:18 pm
Mark F-428640 (9/27/2012)
I have been running about...
September 27, 2012 at 2:46 pm
sanjay684 (9/27/2012)
September 27, 2012 at 2:28 pm
Luis Cazares (9/27/2012)
I found a way to do this. Might not be optimal but it's a way.However, I want to know what is this for, as Craig asked.
There's a few...
September 27, 2012 at 2:07 pm
Sanjay,
If you're looking for a solution to remove duplication from a set of those tables, provide the schema, some sample data, and your rules for removing duplicated data for those...
September 27, 2012 at 1:54 pm
SQL_Loser (9/27/2012)
1.What is the purpose of self referential foreign keys ? or why do we create it?
As Luis mentioned above, Hierarchial Tables (think Org Charts) are the typical reason...
September 27, 2012 at 1:50 pm
Couple of questions:
Is this oversimplified or is it a homework question? If homework, what's the chapter's subject so we can help you find the right place with this?
If...
September 27, 2012 at 1:28 pm
vandana_j79 (9/26/2012)
September 27, 2012 at 1:10 pm
+1 to what Matt provided. INSERT INTO opens an implicit transaction, and then anything ran under that ends up in the transaction. What's the default isolation level on...
September 27, 2012 at 12:49 pm
Is that the only error in the log? There should be a bunch more information alongside it and additional errors neighboring it... otherwise I'd call microsoft because you don't...
September 27, 2012 at 12:46 pm
cphite (9/27/2012)
Speaking for myself, I always use DECIMAL to store dollar amounts to avoid exactly this sort of issue. I've never seen the point of money or smallmoney.
Backwards compatibility.
September 27, 2012 at 12:21 pm
mark 4643 (9/26/2012)
I don't understand why it's doing an implicit conversion between 2 varchars. Is it just because they are different lengths?
Yep.
Is there an easy way to figure out which...
September 26, 2012 at 2:58 pm
rburko (9/26/2012)
I'm sure I can cajigger the subsequent step to read from a temp table...
September 26, 2012 at 11:10 am
antonio.estima 4150 (9/26/2012)
September 26, 2012 at 11:05 am
Do not trust sysdepends, it lies like a rug.
There is no easy method to be sure of how often a table is used, particularly for select statements. You'd start...
September 26, 2012 at 1:03 am
Viewing 15 posts - 1,111 through 1,125 (of 5,685 total)