Viewing 15 posts - 2,236 through 2,250 (of 9,641 total)
You might be able to figure out what is happening by using wait stats. I'd start with this post[/url] by Brent Ozar.
September 2, 2011 at 11:36 am
Stefan Krzywicki (9/2/2011)
GSquared (9/2/2011)
GilaMonster (9/2/2011)
GSquared (9/2/2011)
September 2, 2011 at 11:29 am
jcrawf02 (9/2/2011)
Jack Corbett (9/2/2011)
Steve Jones - SSC Editor (9/2/2011)
September 2, 2011 at 10:33 am
If I understand you correctly the Child Package should be using the same value as the parent package. My understanding is that the master package has the variable conn_ReaFilePath...
September 2, 2011 at 10:28 am
AS Gail and Lowell have mentioned the indexes are different, but they could be redundant depending on the queries sent to the database. I'd suggest checking sys.dm_db_index_usage_stats to see...
September 2, 2011 at 10:16 am
Steve Jones - SSC Editor (9/2/2011)
September 2, 2011 at 9:32 am
Good article with simple concise explanations. I actually don't remember knowing that the Simple recovery model had minimally logged operations. I thought the logging was the same as...
September 1, 2011 at 7:13 am
I do park in one of two spots at my current office. I picked them because they were empty the first time I came in. There is nothing...
September 1, 2011 at 7:01 am
Marios Philippopoulos (8/31/2011)
Jack Corbett (8/31/2011)
Posted this on Twitter and got an interesting question. Are you seeing this happen with a specific application like Access?
I get it for something called...
August 31, 2011 at 8:20 am
Posted this on Twitter and got an interesting question. Are you seeing this happen with a specific application like Access?
August 31, 2011 at 7:49 am
Looking over the thread again I notice you installed and then applied SP3. Did you not have to supply sa/sysadmin credentials to apply the service pack?
Have you verified that...
August 31, 2011 at 7:22 am
I'll definitely be interested in hearing what you find out.
August 31, 2011 at 7:04 am
It does seem like it would be a rarely hit bug, but, based on my recent experience with deletes, I think it is probably more common than MS thinks. ...
August 31, 2011 at 6:25 am
I think you need a query like this:
SELECT
D.key_no,
D.org_code,
D.test_data,
D.status_code,
DT.org_code,
...
August 30, 2011 at 10:48 am
Hmm, interesting. Since I can't duplicate this I have no idea why it would be blank. The source for sysprocesses and sys.dm_exec_sessions are different so the difference must...
August 30, 2011 at 10:25 am
Viewing 15 posts - 2,236 through 2,250 (of 9,641 total)