Viewing 15 posts - 31 through 45 (of 45 total)
I think dcpeterson summed up this thread nicely in this statement:
My point about standards is that as they become more prescriptive, the odds increase, perhaps exponentially, that some of those prescriptions...
April 7, 2005 at 12:13 pm
"If you always use word ID or CD after the field name, you always know that it is a primary/foreign keys."
Many of my customers use CD for codes that aren't...
April 6, 2005 at 3:16 pm
Just to add some conventions I tend to follow..
User-created stored procedures are named usp_xxxxxx (this is a commonly used standard, but after reading this thread, clearly it's not used everywhere).
I use...
April 6, 2005 at 12:36 pm
Great article, thanks for sharing it! It's probably important to point out that it is the server's registry that is being used, rather than the client's.
March 23, 2005 at 8:44 am
Some info I left out:
Both machines are running SQL Server 2000 SP3. The publisher is a WinXP box, the subscriber is Win2000 Server. I'm using pull replication initiated from the...
March 10, 2005 at 2:56 am
Noel,
That's refreshing to hear! I think too many people throw out the baby with the bath water when it comes to cursors. They have their place as long as they...
February 9, 2005 at 5:52 pm
Thanks for the replies! I have a few questions though:
Steve>The while loop versus a cursor operates in nearly the same way as the cursor. Is it really more efficient or...
February 9, 2005 at 9:09 am
The example you provided is a great example of just exactly when you don't need a cursor.
No, the example I provided showed a great example of the problem...
February 8, 2005 at 8:10 am
I figured it was something simple like that!! Thanks for your help!!
February 7, 2005 at 4:43 pm
Nice article, thanks for sharing your research!
February 7, 2005 at 10:31 am
Great article, but I'm thinking this is only the beginning. Setting and querying the data is a start, but I would love to see a full solution where a script...
February 4, 2005 at 12:04 pm
Nice article. I'm glad the forum already beat me to asking the question about Oracle cursors.
January 31, 2005 at 4:01 pm
Thanks for the followup, and great info!
JT
January 24, 2005 at 3:53 pm
Great case study!
I'd love to hear more about the steps you followed to perform the server trace when you were analyzing the script. And also it would be helpful...
January 23, 2005 at 8:17 pm
Viewing 15 posts - 31 through 45 (of 45 total)