Viewing 15 posts - 1 through 15 (of 26 total)
Thank you Jeffery, that sounds like a good solution to my immediate problem, I'm off to try that tonight.
July 14, 2009 at 5:32 pm
yes, that is the exact query.
*every* row of that field is null, I am trying to make every row of that field blank so I can concatenate the field to...
July 14, 2009 at 4:50 pm
Kramaswamy,
When I do this: alter table test add testcolumn text default ''
I get a colum with "null" instead of blank
This isn't what I wanted, what did I do wrong?
July 14, 2009 at 3:02 pm
No, no triggers, I simply use SQL Server to do some number crunching through queries and have been trying to automate the process. The query actually took 11 hours...
July 13, 2009 at 7:40 pm
Could that technique work if I wanted to automate the process?, that is, make sure the whole table was done before I went on to another query. ( this...
July 10, 2009 at 9:39 am
On my machine is says spid 53 and blk 53
so it looks like it is blocking itself?
July 10, 2009 at 9:27 am
Elliot W,
there is one process in the blk table that has a number - the command is "update", the pid is 53 but I am showing 54 as mine...
July 10, 2009 at 8:26 am
OK - I'll try that, thanks
April 24, 2009 at 1:00 pm
Thank you Jerry, that worked perfectly
April 22, 2009 at 11:43 am
Found this link, I thought it was the best answer to my type of question I have ever read.
I am including it in case anyone else had a similar question.
April 11, 2009 at 10:36 am
Vijaya,
No, no hosting - just pure number crunch; run several queries that involve updating, filtering and sorting several millions of records, hosestly, just want a feel for what should...
April 10, 2009 at 9:59 am
Great, thank you for that input, sorry for not providing detail, etc - just wanted a little start on my building the machine - so now I will focus...
April 10, 2009 at 9:56 am
Yes, understood that it depends on a lot of things, but I guess the nature of the question is for a server that I just wanted to run large number...
April 10, 2009 at 7:30 am
Viewing 15 posts - 1 through 15 (of 26 total)