Viewing 15 posts - 121 through 135 (of 224 total)
I am amazed with how many people here have associated a clustered index with a primary key... That's the way the gui does it by default, but by no...
November 21, 2003 at 9:40 am
I agree..the answer is not necessarily right. Changing the Clusterd index does not necessarily mean changing the primary key. But how often is the Primary key selected from?
There...
November 21, 2003 at 8:21 am
I enjoyed Greg's article and am hoping that my article on Fill Factor's is one of the two for this week. Greg brings up a good point with...
November 19, 2003 at 8:03 am
I don't have an answer and am currently troubleshooting potential ODBC issues. I have enabled logging on the DSN on the client, and have also enabled the performance counters...
November 18, 2003 at 3:52 pm
Is the MSTASK.exe from the Task Scheduler? I believe it is, but not 100%. It looks like it is erroring, but also prompting (this is why it is...
November 18, 2003 at 3:49 pm
Try executing a DBCC CHECKDB on the database. This grabs some resources. From the looks of it you may be able to execute a DBCC CHECKFILEGROUP <syntax?>
November 18, 2003 at 3:44 pm
Could be a couple of things, but the first thing that jumps to mind is that you may be using the name of the Clustered server for your instance name...
For...
November 18, 2003 at 3:41 pm
Since when is a DTS package considered DDL? This is new to me!!
November 17, 2003 at 8:29 am
If your DBCC checks would fail then chances are your not going to be able to restore the database..at least not cleanly. This is one of the reasons it...
November 14, 2003 at 3:14 pm
JM,
I snickered on this one 🙂 Yes, I have the 15-20 Servers and am the only DBA, and I also do some development and report writing. I...
November 14, 2003 at 3:04 pm
I have something in place similar to Renee's solution, accept I like hers better. I put a function in every database and granted execute to public on the...
November 14, 2003 at 8:31 am
Maybe I am missing something here. The query only states the filegroup, not the file in the file group.
I spent some time a year ago looking for the file...
November 5, 2003 at 8:50 am
Great stuff everyone. I too like the Delphi environment (and love Borland's C++ with VCL{I think Microsoft makes most of their Windows apps with the VCL, but may...
October 29, 2003 at 7:28 am
As a general rule around here, I have all of the stored procedures scripted with the GRANT EXECUTE permissions at the bottom of the script.
But, there are plenty of ways...
October 8, 2003 at 2:00 pm
Mucho thanks...Seems I am on the right track and it's nice to know others have been through this before (even if it was an emergency)
Jeff
October 7, 2003 at 8:28 am
Viewing 15 posts - 121 through 135 (of 224 total)