Viewing 13 posts - 1 through 14 (of 14 total)
Nice article, but I would have mentioned somewhere the COST of using the ORDER BY clause, perhaps demonstrating how SQL Server won't return any rows at all until the worktables...
December 14, 2011 at 7:18 am
A job is executing on the Server. I want to find out what statement is executing, knowing the spd for the job.
DBCC INPUTBUFFER(<spid> will...
October 9, 2006 at 7:57 am
Eddie:
Thank you. I will create clustered indices on the tables in the new filegroup.
Thanks!
Allen
September 14, 2006 at 6:18 am
Randy:
Thanks for the suggestion and it works fine; for a few tables. I am trying to clean up and need to move > 50 tables from one filegroup to another. ...
September 13, 2006 at 11:56 am
Some of these tables are merely "dumps" to be moved out, via DTS Packages, to flat files. These final tables are never used in the true sense of an RDMS,...
September 13, 2006 at 11:53 am
Eddie:
Thanks for the quick response. Several of the tables do not have a clustered index, only the heap (indid = 0) is on dbo.sysindexes. For these, what's the most efficent...
September 13, 2006 at 10:26 am
Sounds like that ought to work. I will give that a shot.
Thanks, Jim!
Sincerely,
Allen
October 7, 2004 at 1:02 pm
The compatibility level is reported in Enterprise Manager as "Database compatibility level 80." What happened was, back in January, the previous DBA did not install SQL Server 2000 over top...
October 7, 2004 at 12:25 pm
Sorry for the panic and the too quick posting looking for help. I did a little digging and I saved each of the packages as structered files and then I...
September 30, 2004 at 8:13 am
No bit columns present in the table. Indices are all non-compound, built on basic datatype columns; i.e. INT, CHAR(1) and a couple of VARCHARs.
Anyone had experience contacting PSS and requesting...
September 16, 2004 at 6:36 am
Here is the last line that caused that error (I had to remove specific names, but I assure you I can take the code and paste it into an isql...
June 3, 2004 at 4:49 pm
Chris:
What are you going to be looping on? Do you have tables that mimic the sys tables that contain table defs, owners, constraints, etc.? If you loop on the sys...
May 17, 2004 at 8:26 am
Lars:
May 17, 2004 at 8:13 am
Viewing 13 posts - 1 through 14 (of 14 total)