Viewing 15 posts - 45,391 through 45,405 (of 49,571 total)
SQLServerLifer (7/29/2008)
Gail, while I tend to agree I've run into some very bad choices at client sites.
Haven't we all. 😉 It's a good place to start, nothing more. I...
July 29, 2008 at 9:51 am
abhishek.khanna (7/29/2008)
July 29, 2008 at 9:34 am
It is advisable to create nonclustered indexes on foreign keys, though whether the index should be just on the foreign key column, on other columns as well and whether it...
July 29, 2008 at 9:28 am
Oooh, you have a lot of work ahead of you. Some suggestions:
Uninstall the client tools from all of the servers. Servers don't need management studio and books online on them.
Change...
July 29, 2008 at 9:23 am
alimcitp (7/29/2008)
Thanks for no help
If you read all of my last post you would have seen a request for more information on exactly what was wrong with it. Had...
July 29, 2008 at 9:17 am
Why is management studio even installed on the servers? Workstation utilities should not be installed on servers.
Second, why do your users have enough privileges to log on to a production...
July 29, 2008 at 7:16 am
I think you'll have to find the source of these to get any clarity on why the locks are IX.
July 29, 2008 at 7:03 am
Look up the sp_trace stored procedures in books online. That should give you a good overview of how they work. You can create a trace in profiler, then export the...
July 29, 2008 at 7:02 am
If you didn't have some form of tracing enabled, there's no way to tell who changed the proc.
As for profiling a prod server, via the GUI is a fairly bad...
July 29, 2008 at 4:18 am
GO is not a T-SQL command. It's a client tool statement that signals the end of a batch. You don't need it here.
July 29, 2008 at 4:14 am
Please don't cross post. It just wastes people's time and fragments replies. Many of us read all the forums.
No replies to this thread please. Direct replies to :
July 29, 2008 at 4:13 am
Thing is, CheckDB does use a lot of tempDB space. There's no way to get it to use less. I would not suggest unrestricted growth, disk out of space errors...
July 29, 2008 at 4:09 am
Temp tables are dropped automatically as soon as the table goes out of scope or the connection that created it closes. Unless you're creating explicit tables in tempDB, there's no...
July 29, 2008 at 4:03 am
As far as I can tell from the deadlock graph, both parts of the deadlock are selects that are taking IX or SIX locks. If I've misinterpreted the deadlock graph,...
July 29, 2008 at 4:00 am
I was just wondering. It's not usual to see exactly the same problem from two different people.
There's an ongoing discussion over this elsewhere, I'll let you know if anything useful...
July 29, 2008 at 3:57 am
Viewing 15 posts - 45,391 through 45,405 (of 49,571 total)