Viewing 15 posts - 811 through 825 (of 2,897 total)
Here's another:
SELECT substring(o.name,1,50) as 'Table Name',
ddps.row_count , used_page_count, (used_page_count * 8)/1024 as Mbytes--, *
FROM sys.indexes AS i
INNER JOIN sys.objects AS o ON i.OBJECT_ID = o.OBJECT_ID
INNER JOIN...
November 29, 2011 at 9:17 am
I have used Redgate & Idera and have been happy with both.
One problem I see with asking in a forum is that we may have experience with a product, but...
November 9, 2011 at 8:34 am
Perry Whittle (10/8/2011)
homebrew01 (9/8/2011)
Most tools offer a free trial so you can try them...
October 12, 2011 at 1:37 pm
Evil Kraig F (9/26/2011)
I would approach this a little differently:
Is there an advantage ? Gail's seems easier to read, and I think hers could be restarted where it left...
September 27, 2011 at 8:25 am
Can you use the "Import Data" wizard, then save it as an SSIS package at the end of the process ?
September 27, 2011 at 8:15 am
Thanks, I'll try that next time. I already gave up and created a new one from scratch.
September 27, 2011 at 8:12 am
Did you mean to post in an old, unrelated thread, rather than make a new thread about your question ?
September 21, 2011 at 12:57 pm
Sorry, I don't know much about clustering.
September 15, 2011 at 11:28 am
Can you go straight to SP3 or SP4 while you're at it ? SP2 is old & buggy too.
September 13, 2011 at 7:59 am
I prefer to have individual files for evey backup event. It creates lots of files, but is easy to see what happened & when.
September 13, 2011 at 7:54 am
Ninja's_RGR'us (9/13/2011)
homebrew01 (9/13/2011)
Duplicate thread.Looks like Gail already answered this for you here:
http://www.sqlservercentral.com/Forums/Topic1173742-357-1.aspx
And Ninja wins it again by half a nose :-D.
Curse you Ninja !!:-P
September 13, 2011 at 7:48 am
Duplicate thread.
Looks like Gail already answered this for you here:
http://www.sqlservercentral.com/Forums/Topic1173742-357-1.aspx
Edit, beaten by a few seconds :hehe:
September 13, 2011 at 7:45 am
Jpotucek (9/13/2011)
How do others backup their servers hosting sql server?
Backing up a server is different than backup up SQL databases.
Also, if these are production databases, you...
September 13, 2011 at 7:43 am
SP2 is old. SPs are cumulative. I suggest going directly to SP4, or SP3 at the minimum.
September 13, 2011 at 5:34 am
Viewing 15 posts - 811 through 825 (of 2,897 total)