Viewing 15 posts - 37,141 through 37,155 (of 39,818 total)
A clustered index will physically move pages, so this might help. Maybe create one and then delete it.
A stored proc will not work for truncate. If you don't have rights,...
September 23, 2002 at 10:25 am
Antares has good advice. We have a large warehouse that has 3 files in a filegroup (separate arrays) + a 4th for some indexes. Has really helped performance.
Steve Jones
September 23, 2002 at 10:22 am
Can you copy the files? If so, copy them to a new location and attach only the MDF. Let it create a new LDF.
Steve Jones
September 23, 2002 at 10:09 am
Haven't seen this, but I have seem similar flaky installs with SQL 2000.
May need to contact MS for this one. Likely some registry issue.
Steve Jones
September 23, 2002 at 10:04 am
Try a clustered index rebuild. Might not be releasing pages. Haven't seen this, but I don't think I have anything like this in production.
Steve Jones
September 23, 2002 at 10:00 am
you need to run thsi from master, not the database. If you have EM open with the database selected, you are "using the database". You need to be connected to...
September 20, 2002 at 11:40 am
September 20, 2002 at 11:39 am
September 20, 2002 at 10:39 am
If I understand this, you have an identity column (EmpID or something) in a table that is a PK. You need to change these values.
What you might want to do...
September 20, 2002 at 10:34 am
rowcount or TOP will limit results, but this may not be what you need.
Steve Jones
September 19, 2002 at 12:26 pm
profiler shoudl show you what is passed to the server. That will tell you if it is sending the where.
For Perf mon, there is a great e-book for sale here...
September 19, 2002 at 12:21 pm
Setup a trigger to rtrim() the fields. But for CHAR, there will always be blanks.
September 19, 2002 at 11:15 am
It is possible. I'd use a .cmd file and make a shortcut to that. Also, better (IMHO) to use Windows Auth with this.
Steve Jones
September 19, 2002 at 11:02 am
Run some performance monitoring as well.
Steve Jones
September 19, 2002 at 10:56 am
Viewing 15 posts - 37,141 through 37,155 (of 39,818 total)