Viewing 15 posts - 42,331 through 42,345 (of 49,571 total)
Fraggle (12/17/2008)
Gail, are there any articles you would recommend on using server side traces?
Beyond Books Online, I'm not aware of any offhand. Google may be able to find tou some.
...
December 17, 2008 at 8:26 am
r.hensbergen (12/17/2008)
I think she said that customers expect that consultants are experts on every IT field.
Not quite what I meant. No one's going to hire me to fix...
December 17, 2008 at 8:05 am
ortek (12/17/2008)
It is this sort of statement that I find breath-taking in it's arrogance.
Which? That there's too much to learn and not enough weekends? That I don't...
December 17, 2008 at 7:52 am
Ok, some answers.
SP3 CU1 is a rollup of all the hotfixes that are in SP2 CU 10 and CU 11. They didn't make it into the service pack because they...
December 17, 2008 at 12:22 am
If you create the temp table in dynamic SQL, the temp table will go out of scope and be dropped as soon as the dynamic SQL ends. There's no way...
December 17, 2008 at 12:05 am
Fraggle (12/16/2008)
1) why is it the trace caused the timeout issues on both the 32 and 64 bit servers. I know that a profiler trace can cause...
December 16, 2008 at 11:54 pm
Jeff Moden (12/16/2008)
Heh... yeah... and he posts at almost the close of business and expects an answer before 10 the next day... gotta love some of these folks.
I don't pay...
December 16, 2008 at 11:49 pm
SELECT SUM(SomeColumn) FROM (
SELECT SomeColumn FROM TableA
UNION ALL
SELECT SomeColumn FROM TableB
UNION ALL
SELECT SomeColumn FROM TableC) sub
December 16, 2008 at 4:03 pm
ifila (12/16/2008)
detach the databaserename the log file
re-attach the database without the log file
Don't do that. Logs are not optional components of the DB and that's a really fast way to...
December 16, 2008 at 4:00 pm
Steve Jones - Editor (12/16/2008)
Actually, you just need to know what they'll pay for 😀
These days around here that mostly seems to be BI and ScarePoint. Did I mention I'm...
December 16, 2008 at 2:35 pm
I'm a consultant these days, so I have to know whatever the client wants.
Right now I'm trying to get by BI skills up to a level where I can...
December 16, 2008 at 1:13 pm
May I suggest you start by reading the section on clusters and clustering in SQL 2008's Books Online?
December 16, 2008 at 1:06 pm
extremenovice (12/16/2008)
December 16, 2008 at 1:04 pm
extremenovice (12/16/2008)
December 16, 2008 at 11:45 am
Lee Hart (12/16/2008)
Anyways...let me expand a little bit. Lets say that either the server crashes...you loose a C:\ drive (OS) or just one Db goes suspect on you...
Well, if...
December 16, 2008 at 11:34 am
Viewing 15 posts - 42,331 through 42,345 (of 49,571 total)