Viewing 15 posts - 1 through 15 (of 98 total)
Sorry about that, I should of known to read there a bit more carefully:
If the index enforces a PRIMARY KEY or UNIQUE constraint and the index definition is not altered...
July 12, 2014 at 8:28 pm
Moving the entire table, the database was setup before I started working on it and I would like to get our tables off of primary.
Thanks for the help!
July 12, 2014 at 1:42 pm
I will have to try that out in my test environment! Thanks!
November 22, 2013 at 9:00 am
That is a fantastic idea!
Thanks for the help!
-Dane
November 21, 2013 at 12:04 pm
There are a number of things that can cause your tempdb to grow...but the most common are costly queries.
Here is another forum post with a similar question:
That forum post references...
August 1, 2013 at 9:57 am
This is a tough question....made even tougher because you posted in the Newbie forum (I am not sure what you may have checked, and what prior knowledge you have). ...
August 1, 2013 at 9:32 am
One of the main reasons I love to post here! I will have to check out that book...it was mentioned a number of times yesterday during the 24 Hours...
August 1, 2013 at 9:21 am
Stefan_G (8/1/2013)
;WITH t(i,n,c) AS
( SELECT i,
ROW_NUMBER() OVER (ORDER BY i),
...
August 1, 2013 at 8:49 am
Thanks for your reply! I am always looking to learn more.
July 31, 2013 at 3:12 pm
What if you used a DENSE_RANK instead of a count (ordering by the columns you want a distinct count on) then wrapping that query with a select that grabs the...
July 31, 2013 at 3:02 pm
TheSQLGuru (7/30/2013)
July 30, 2013 at 6:48 pm
Awesome thanks! I will work at getting the CHECKDB changed on our production system.
Thanks again for all the help!
-Dane
April 17, 2013 at 6:39 pm
Two questions:
1. Should the page verification on recovery find those changes (if you have it set to CHECKSUM)?
2. Can a data file be changed while the DB is...
April 17, 2013 at 3:36 pm
Thanks again for the help.
What are some of the advantages? Is it just so that the behavior is more predictable?
Thanks for the help,
Dane
April 17, 2013 at 3:23 pm
Viewing 15 posts - 1 through 15 (of 98 total)