Viewing 15 posts - 16,651 through 16,665 (of 19,564 total)
Thanks Tim. I will add this to my tool-set.
March 10, 2010 at 12:49 pm
Elliott W (3/10/2010)
March 10, 2010 at 12:37 pm
HAHAHA
I look forward to the weekly comic. Helps the week go by faster.
March 10, 2010 at 12:24 pm
Lynn Pettis (3/10/2010)
GilaMonster (3/10/2010)
Memorising questions will not help you in an interview. An experienced interviewer can easily tell the difference between someone who knows the...
March 10, 2010 at 12:22 pm
Joy Smith San (3/10/2010)
Ok.. I got it wrongly. You are right too..Still I would like to goto other places n work.
Lemme see if I can catch something.
Fair enough.
March 10, 2010 at 12:19 pm
GTR (3/9/2010)
Jason,Are you sure DBCC shrinkfile will shrink below initial size of the mdf or ldf file size?
Yes, I have done it hundreds of times. I use it to...
March 10, 2010 at 12:12 pm
YSLGuru (3/10/2010)
March 10, 2010 at 11:04 am
Steve Jones - Editor (3/10/2010)
March 10, 2010 at 10:45 am
Chris Morris-439714 (3/10/2010)
CirquedeSQLeil (3/9/2010)
I guess that psychic helmet I bought is working correctly then. 😀Beedeebeedeebeedee
I guess I spelled it wrong - is it Twiggy or Twiki?
Aha, I think you mean...
March 10, 2010 at 10:27 am
sanketahir1985 (3/10/2010)
-- Create the temp table for further querying
CREATE TABLE #temp(
rec_idint IDENTITY (1, 1),
table_namevarchar(128),
nbr_of_rowsint,
data_space_KBdecimal(15,2),
index_space_KBdecimal(15,2),
total_size_KBdecimal(15,2),
percent_of_dbdecimal(15,12),
db_sizedecimal(15,2))
-- Get all tables, names, and sizes
EXEC sp_msforeachtable @command1="insert into #temp(nbr_of_rows, data_space_KB,index_space_KB) exec sp_mstablespace...
March 10, 2010 at 9:33 am
Kimberly L. Tripp (3/10/2010)
March 10, 2010 at 9:29 am
sameerchachad 69959 (3/9/2010)
So, when you are saying that IF a Clustered Index already exists, then your what you are mentioning is valid. Else the Primary key, which is usually created...
March 10, 2010 at 9:23 am
tstaker (3/10/2010)
Paul White (3/10/2010)
When I get my next data warehouse, I'm gonna carpet it :w00t:Mmm, nice warm floors...
Lol. I saw that thread.
Ha nice pun. See, the...
March 10, 2010 at 9:16 am
Paul White (3/10/2010)
When I get my next data warehouse, I'm gonna carpet it :w00t:Mmm, nice warm floors...
Floors - wouldn't it be rack?:-D
March 10, 2010 at 9:13 am
Viewing 15 posts - 16,651 through 16,665 (of 19,564 total)