Viewing 15 posts - 376 through 390 (of 2,268 total)
put it on Ebay..
June 28, 2011 at 6:36 am
i dont think it makes a difference, i have tested it and don't see anything different in performance.
would like to see evidence to the contary if there is any..
June 28, 2011 at 4:04 am
Merge replication allows you to setup the conflict rules to handle this situation.
June 27, 2011 at 9:13 am
the problem you are going to have , no matter which method you choose, is that you will need a method of working out which change 'wins' when it comes...
June 27, 2011 at 9:06 am
you need to backup the t-log.
you should reallly be backing up the t-log regulary to aviod this happening
June 27, 2011 at 3:49 am
THE-FHA (6/24/2011)
Yeah, i as a DBA dont receommend Virtualization on SQL unless it's a low risk Database server with few Transactions.
any reason why? i know of a lot of...
June 24, 2011 at 8:31 am
yeah these threads pop up every now and again, and i feel that the real solution to protecting your IP would be to desgin the application to use complied...
June 24, 2011 at 6:47 am
bhawna.jain (6/24/2011)
June 24, 2011 at 6:20 am
why would you want to restrict the DBA? surely you are just making their job very difficult to do and if possible end up in a situaiton where the...
June 24, 2011 at 4:41 am
if you do not need absolutely the latest data then i would have a look at setting up cached datasets. you can preload the datsets at regular times and...
June 24, 2011 at 2:32 am
where are you doing the filtering for the where clauses? is it in the data set or in the report.?
how many datasets do you have?
June 24, 2011 at 2:21 am
yeah you will need the indexes, you could just script them out from your old database and then run the script against the new database.
i am not sure...
June 22, 2011 at 8:27 am
I would then look at the slowest performing query and compare the execution plan between old (fast) and new (slow) to see where the difference is
June 22, 2011 at 8:05 am
how did you do the copy?
I would check the index fragmentation and fix ths if neccessary and
you may also need to update the stats. (unless you rebuild the inedexes...
June 22, 2011 at 7:44 am
Viewing 15 posts - 376 through 390 (of 2,268 total)