Viewing 15 posts - 41,701 through 41,715 (of 49,571 total)
Sandra Skaar (1/15/2009)
January 16, 2009 at 12:53 am
Marker (1/15/2009)
GilaMonster: it does not backup up the TRN log during the index rebuild.
As in it runs for the duration of the index rebuild (and if that's the...
January 16, 2009 at 12:32 am
Paresh Prajapati (1/15/2009)
Create DDL trigger to change track and send mail notification.
Um...
DDL triggers fire when there's a change to the table structure, not the table's data (which is what foxjazz...
January 16, 2009 at 12:31 am
george (1/15/2009)
I've simply posted in the wrong forum.
No prob.
All of these forums here are dedicated to SQL server. We have no .net forums. I'd recommend you a good .net...
January 16, 2009 at 12:27 am
george (1/15/2009)
Would like to fully justify a section of text.At present I just have a simple text box like so . . .
Forgive me for my confusion, but what does...
January 15, 2009 at 12:32 pm
Marker (1/15/2009)
I noticed that the 15min TRN backup starts 15min before the index rebuild but does not backup the TRN log during the index rebuild.
Doesn't back it...
January 15, 2009 at 12:25 pm
RBarryYoung (1/15/2009)
You might have more luck looking for Kendo instructors. There's a whole Kendo Federation in SA, so I would think that there were a few instructors.
There's a school...
January 15, 2009 at 12:22 pm
-- normal query
select o.name, c.name
FROM sys.objects o
inner join sys.columns c on o.object_id = c.object_id
-- noncorrelated subquery with inner join
select o.name, c.name...
January 15, 2009 at 11:57 am
leonp (1/15/2009)
ok gila now that confuses me
What confuses you? There's no other way to correlate a subquery in the from clause than to use one of the APPLY operators....
January 15, 2009 at 11:47 am
Grant Fritchey (1/15/2009)
We don't train with a wakizashi at my dojo and I've never tried it.
Neither do we. I have a couple books and I'm seeing if I can figure...
January 15, 2009 at 11:41 am
Jack Corbett (1/15/2009)
The APPLY operator is designed for use against table valued functions
Or (I believe) correlated subqueries in the FROM clause
January 15, 2009 at 11:35 am
Paul Randal (1/15/2009)
I admittedly only looked through the thread quickly - was there anything else to look at?
He wanted to know if there were any options other than repair with...
January 15, 2009 at 11:27 am
Grant Fritchey (1/15/2009)
Steve Jones - Editor (1/15/2009)
Got to play with sticks last night, Filipino style last night. Luckily didn't hit anyone's hands or get my own hit.
I crack a knuckle...
January 15, 2009 at 11:10 am
SQLH (1/15/2009)
January 15, 2009 at 10:40 am
You didn't mention that you're using SQL 2000. Please post SQL 2000-related questions in the SQL 2000 forums. If you post in the 2005 forums, you're very likely to get...
January 15, 2009 at 10:13 am
Viewing 15 posts - 41,701 through 41,715 (of 49,571 total)