Viewing 15 posts - 6,691 through 6,705 (of 8,416 total)
The log_reuse_wait_desc column of sys.databases will tell you what is holding up internal log truncation. See Factors That Can Delay Log Truncation for details. As Ian says, if...
November 9, 2009 at 4:14 am
ta.bu.shi.da.yu (11/9/2009)
November 9, 2009 at 4:02 am
ta.bu.shi.da.yu (11/9/2009)
So I did. Sorry.
No worries - I did exactly the same on another thread earlier...must be catching 😀
November 9, 2009 at 4:00 am
In case you decide to use a script component, you just need to create a one-liner along these lines:
Dts.Variables[0].Value = System.IO.Directory.GetDirectories(@"C:\Temp");
Give that component a variable of Object type to write...
November 9, 2009 at 3:46 am
ta.bu.shi.da.yu (11/9/2009)
Jeff Moden (11/7/2009)
Heh... why do you care? It's not like you'll be able to change it or take advantage of it.That seems a bit rude!
I think it depends...
November 9, 2009 at 3:20 am
ta.bu.shi.da.yu (11/9/2009)
November 9, 2009 at 3:17 am
I'm sorry - I misread your question.
There isn't a built-in way to enumerate directories by themselves (just files down a recursive tree) but you could install the Microsoft...
November 9, 2009 at 2:26 am
Yes please do try the RECOMPILE option - there's a good chance that the problem you get is down to parameter sniffing. Having up to date statistics will also...
November 8, 2009 at 9:27 pm
So you're still seeing the error after the update to CU6 then?
If so, as I said: adding OPTION (KEEP PLAN) or OPTION(KEEP_FIXED PLAN) to the update statement in the procedure...
November 8, 2009 at 9:16 pm
Joie, you're welcome. SQL Server on WOW is a bit of an odd duck - the only time you'd really choose it I think is if you somehow ended...
November 8, 2009 at 2:03 pm
dant12 (11/8/2009)
if you're using SQL 2008 you can disable lock escalation on the problematic tables and enforce rowlocking on the table, that should solve the concurrency problem
Not necessarily. Concurrency...
November 8, 2009 at 1:54 pm
I doubt if a 'handful of reports' would justify the considerable complexity and expense of setting up a data warehouse 🙂
A small amount of appropriate denormalization is a perfectly sound...
November 8, 2009 at 1:44 pm
Makes you wonder if the connection had IMPLICIT_TRANSACTIONS set on. Well, never mind, I'm sure there was a non-paranormal explanation 🙂
November 8, 2009 at 1:28 pm
David Portas (11/7/2009)
In either SQL or Oracle you can use COALESCE, which is the Standard SQL function instead of ISNULL and NVL which are non-standard.
I agree entirely with Jeff's sentiments....
November 8, 2009 at 2:09 am
ALZDBA (11/8/2009)
it's nice to get something confirmed, if possible even more than once.
I can confirm that. 😀
November 8, 2009 at 1:58 am
Viewing 15 posts - 6,691 through 6,705 (of 8,416 total)