Viewing 15 posts - 256 through 270 (of 601 total)
I'm pretty sure a solution is possible, but you have to give us table definitions. You can make up the sample data but it needs to have all fields.
Also, are...
March 15, 2014 at 5:53 pm
kmdavisjr (3/14/2014)
March 15, 2014 at 2:18 am
How do I derive the ID value. I have two columns in the table, that is all.
Ok, that is really bad. Do you get only one person's record...
March 14, 2014 at 12:50 pm
PiMané (3/10/2014)
The LIKE operator is also very slow with 3.000.000 records... It's even slower than the LEFT in the tests I made.
Right now I'm trying to do an INNER JOIN...
March 12, 2014 at 9:26 pm
That wasn't what I was suggesting.
What were you going to put in the calculated Parent ID column for Sean's solution? Surely you weren't going to refer to other...
March 12, 2014 at 7:16 am
Yeah that would be a definite gotcha if they don't specify the columns. 😉
If that is a problem, you could do a indexed view on accounts with the calculation for...
March 11, 2014 at 8:02 pm
What is the maximum account number length, practically speaking. Its a varchar(10), do you get account numbers that long?
March 11, 2014 at 11:02 am
edit: nm
March 10, 2014 at 5:46 pm
The debug setting for 64 bit is only for when you are running in debug mode (in visual studio) afaik.
Do you have the 32 bit tools installed on the...
March 10, 2014 at 11:28 am
I think this conversation might best start with WHY you want to do this.
Updating all records but locked ones is a weird requirement. You'll have to update the locked...
March 10, 2014 at 9:35 am
Are you looking for a solution to this specific problem, or are you looking specifically to use recursion? And do you need all the output words in a table,...
March 7, 2014 at 1:39 pm
So ... was this a job interview question, or was it a test?
March 7, 2014 at 7:45 am
Koen Verbeeck (3/5/2014)
Setting the commit size to a lower value will commit batches before the entire load is done. What...
March 5, 2014 at 7:06 am
Sanjeev Jha-475652 (2/28/2014)
I have the following code and the result set is coming out as nvarchar. So, when I create a report in SSRS, it is not formatting as a...
February 28, 2014 at 11:03 am
Ironically, I was about to create a package to do just this, and was thinking I'd need a script task to find all the csv's in a directory, and then...
February 26, 2014 at 6:58 am
Viewing 15 posts - 256 through 270 (of 601 total)