Viewing 15 posts - 241 through 255 (of 4,745 total)
Also, if copying via explorer, pull it from the QA server rather than push from the prod server.
March 31, 2014 at 10:55 am
do it by backup\restore. No down time required as its an online operation, I have never seen a backup cause a noticeable performance issue, especially if you route the...
March 31, 2014 at 10:52 am
you can only have one instance of SSIS per machine, so whether that wide a range of versions would work happily I'm not sure.
March 29, 2014 at 1:22 pm
bwood-930464 (3/28/2014)
ps_micros_e7_menu_item_detail_totalsidx23830123708301237ps_micros_e7_menu_item_detail_totalsidx34830123710608300177
ps_micros_e7_menu_item_detail_totalsidx128301237160468285191
ps_micros_e7_menu_item_detail_totalsidx_e7_menu_item_detail_totals_startbusdate1983012372038158097422
What does this mean exactly? Also, were there more queries after this? I'm unable to scroll down to see anything else in that box.
There were no more queries. Those...
March 29, 2014 at 12:49 pm
is it me or is steve moonlighting? 🙂
March 29, 2014 at 12:10 pm
Also, adding a clustered index will allow you to defragment the leaf level of the clustered index, i.e. the data pages themselves. That could save a shed load of space.
March 27, 2014 at 6:03 pm
Are you saying you only have 4 single column non_clustered indexes that add up to 103GB? How many columns in the table?
A clustered index is always a good thing to...
March 27, 2014 at 6:00 pm
add column [rs].[user_name] to the select list
March 26, 2014 at 4:17 am
if you have no access to this server a restore of the msdb on your server as a user database would give you the information you need, no other information...
March 25, 2014 at 11:46 am
please read these
http://www.sqlservercentral.com/articles/Administration/64582/
http://msdn.microsoft.com/en-us/library/ms189493(v=sql.100).aspx
March 21, 2014 at 5:33 pm
the same as for any other database. The only effect replication has is that the transactions will have to have been replicated before you can shrink past the virtual log...
March 21, 2014 at 4:23 pm
As far as SSRS goes, copying is the same as moving. You will need to configure SSRS in your QA environment, including setting up the RS databases. MAKE SURE you...
March 21, 2014 at 9:57 am
free_mascot (3/17/2014)
check this out from BOL:
if you usee the one from BOL (and it works well enough) be sure to insert code into it so that it updates statistics on...
March 18, 2014 at 10:54 am
then I would say that database was just busier than the others in terms of throughput. Was a reindex running at the time perhaps?
There are limits to how many databases...
March 17, 2014 at 1:37 pm
Viewing 15 posts - 241 through 255 (of 4,745 total)