Viewing 15 posts - 211 through 225 (of 519 total)
It has been that way as long as I can remember (version 2.0, late 80's). I created a code snippet to rename tables by stripping the first few characters off...
January 16, 2003 at 9:30 pm
So you just shut down the service and restarted it and everything went back to being fine? Do you have any idea what caused it to start with? Has it...
January 16, 2003 at 9:21 pm
Goodness, nested loops eleven deep, possibly three or four unioned tables with conditional computed scalars and distinct three column sorts in the middle, conditional elimination of nulls, throw in a...
January 16, 2003 at 9:13 pm
That is actually quite cool. I have a couple uses for it myself....
I'm still interested in knowing if it can be done with a table variable though....I'll look into it...
January 16, 2003 at 5:31 pm
Input. Need more Input.....
And of course, Have you looked into permissions?
January 16, 2003 at 5:28 pm
I've only ever used two methods to perform this, and as far as I know (look out), they are the only ways without using an identity field. The first is...
January 16, 2003 at 5:20 pm
Just as important, Have you determined what corrupted your database like that so that you can prevent it from happening again?
After all, According to the instructors I've attended class with...
January 16, 2003 at 5:10 pm
Your absolutly correct, Antares686, MSDTC must be running to work with Linked server tables.
I would also check for a unique identifier on the table involved, and verify there are no...
January 16, 2003 at 5:04 pm
Create your table with the SortOrder field as an Identity field, and just leave it out of your insert statement altogether.
And of course, the Temp table suggestion works if you...
January 16, 2003 at 4:52 pm
Here's the character mapping chart, and of course, I'll send it to the E-mail as well.
Here's the process:
Step 1. Convert the Comp-3 (packed decimal) to a decimal integer zoned format...
January 14, 2003 at 8:13 am
I was under the impression you needed translation for data types, not conversion routines. That's a whole different animal altogether. Converting values is no problem. Mapping field definitions was what...
January 13, 2003 at 11:08 pm
Rather than using a trigger on the work table, could you simply have a scheduled job, running every minute or whatever, check for a record in the work table and...
January 10, 2003 at 4:26 pm
What is it your wanting to find out about? Things like that are simply checks against defined "abnormal Behavior" or exceptions to defined "normal behavior".
As an example, Were it to...
January 10, 2003 at 1:34 pm
Viewing 15 posts - 211 through 225 (of 519 total)