Viewing 15 posts - 6,226 through 6,240 (of 7,484 total)
Can you extend the log file, or allocate an extra log file?
February 5, 2011 at 9:47 am
Jason Coleman (2/5/2011)
The problem just is how to query the...
February 5, 2011 at 9:45 am
GSquared (2/4/2011)
February 4, 2011 at 12:34 pm
this is really a family of recipes, as all quantities are variable by choice.
This works with pork fillet, or veal fillet, thinly sliced.
Cut the meat into strips about 1.5 in...
February 4, 2011 at 12:21 pm
Tom.Thomson (1/20/2011)
Ray K (1/19/2011)
Thread's getting quiet again!How's the weather where you are?
Days are sunny but short. Temperature about 14C (57F) at 7am and the same late evening, rising to...
February 4, 2011 at 11:28 am
Ray K (2/4/2011)
Hypothetical: you just won an all-expenses-paid trip to anywhere in the world. Where...
February 4, 2011 at 11:25 am
Nice easy question.
It will be interesting to see how many manage to get it wrong.
February 3, 2011 at 8:05 pm
Steve Jones - SSC Editor (2/3/2011)
February 3, 2011 at 7:54 pm
Brandie Tarvin (2/3/2011)
Tom.Thomson (2/3/2011)
I've flipped between management and non-management many times during my career
This leads to another question. How easy is it to get a future tech job when you...
February 3, 2011 at 7:39 pm
Pouliot Philippe (2/3/2011)
42
Cuarante y tres tastes better and contains more alcohol. And every one knows that 6 times 9 is 43, not 42 (provided they have first supped sufficient...
February 3, 2011 at 7:02 pm
Perhaps
MERGE INTO codes_table C
USING (
SELECT *,
ROW_NUMBER() OVER (
...
February 3, 2011 at 12:15 pm
Brandie Tarvin (2/2/2011)
How did you half-management / half-DBA types deal with the overload of DBA tasks?
I.E., say there's too much workload for the DBA team to handle in...
February 3, 2011 at 11:11 am
Nats007 (2/3/2011)
I've attached a SQL 2000 database to SQL 2008 (attached from backup files)
Compatibility mode is changed to: SQL Server 2008
Original database had replication on it and columns...
February 3, 2011 at 10:09 am
Here's an SQL 2005 version
UPDATE T SET T.PD_SeqNr = R.rnum
OUTPUT inserted.*
FROM Table T, (
SELECT PD_id, ROW_NUMBER() OVER (ORDER BY PD_id) as rnum...
February 3, 2011 at 9:57 am
GilaMonster (2/3/2011)
Merge on SQL 2005?Working on an UPDATE version, but keep getting distracted by real work
Drat, I forgot it was sql 2005 ;-). I'll think about an update-based version
February 3, 2011 at 9:45 am
Viewing 15 posts - 6,226 through 6,240 (of 7,484 total)