Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 

inteview questions with logshipping

Posted: Jan/22/2011   By: nikhil   Points:15   Category: .NET  - ASP.Net    Views:117   Vote Up (0)   Vote Down (0)    

pls answer the following :

what is the purpose of logshipping?

what are the endpoints in logshipping ?what r the port numbers for logshipping?

what are the logshipping frequent issues you have faced?

if any having a gud interviewexp pls share the questions with us

View Complete Post


Comments:
Be the first to comment this post.
 
Post Comment
Please login to post your comment
More Related Resources

Modal Forms Questions.

  

Ok..my last in a series of questions tonight.... Sealed

Got a form using a strongly typed view.  The viewmodel have a nested type, which mostly are not displayed on the form.  (Say a "person" model with an "address" nested model.) 

Note: This is just a simplified example....(and this have not been started yet, so I'm open to alternative suggestions, as long I can fit it into th user requirements)

On the form, I have a label, showing the city of the user's address.  Of course this will not show anyting when you create a new person.

On the form is a button "Create Address".  This will popup a modal form (strongly typed...."address").  You enter an address (street, select country, etc) and click save.

Now....This "address model" must become the value of the "main" form's "person" model.

At the same time, the "city" label of the main form must show the "city" member of the "address" nested model.

This should all happen client-side (dang..this client with their "client-side" requirements..why not just get a desktop app build then?)




This forum is ONLY for accessibility questions about the physically challenged

  
Nothing more. A mistake was made when changing the description of the forum when adding the 2010 information.
FAQ sites: (SP 2010) http://wssv4faq.mindsharp.com; (v3) http://wssv3faq.mindsharp.com and (WSS 2.0) http://wssv2faq.mindsharp.com
Complete Book Lists (incl. foreign language) on each site.

Should I ask questions related to MOSS 2007 in same forum?

  

Should I ask questions related to MOSS 2007 in this same forum? Where is official technet.microsoft.com for SharePoint 2007 version. I had started begining of development in SharePoint 2010, but for some reason I have to provide support to 2007 version clients as well. So I need the right place where I may submit questions. 

 

Shamshad Ali.


Shamshad Ali

More General Serialization Questions

  
I have classes that contain other classes, and they also contain lists, and lists of classes, and arrays,  and arrays of lists, etc.  
I want to serialize them.

I am not sure whether to use binary or xml serialization.  xml would be nice for my own debugging - to see what I'm writing to the file.  On the other hand, at one point I write a huge array of structures to the file, and those structures contain only 2 doubles each, and for those I would not want a tag around every structure or number (it would take up a lot of space).
So should I (and can I) combine binary and xml serialization?

Also, is Xml serialization limited to public variables (not private), while binary is not?

Also, if you read an object from a file using deserializaition, is that object allocated automatically for you?

Finally, in the sample code I saw (which was for C#) the serialization code used "typeOf".  I don't find anything like that in vb.net.  There is something called gettype, and something else called "type", though.  Should I be using these?  Is there any code on the net that shows simply in vb.net how to serialize both simple and complex data structures like I use above?

Thanks,
Gideon



GIDEON

How to resume logshipping after backup and restore of primary db

  

 

I have set up logshipping between server A (Primary) and server B (Secondary).

When i set up this it is working fine. But i'm facing problems whenever I do upgrades in Server A.

 

Steps i have done:

 

1. Disable backup job in Server A.

2. Upgrade Sever A database.

3. Take backup of A

4. Do smoke test.

5. Restore db taken at step 3.

6. Enable backup job.

 

But when the next trn backup on server A is going to restore in Server B , it fails.

 

I get following Error when i;m going to restore the transaction log backup manually on B:

 

System.Data.SqlClient.SqlError: The log in this backup set begins at LSN 14118000000020800001,

which is too recent to apply to the database. An earlier log backup that includes LSN

14052000000090200001 can be restored. (Microsoft.SqlServer.Smo)

 

Basically, i do frequent database upgrades and Testing on Server A, and i dont want the test data shipped to the server B.

 

Please help me on this.

 


Draggable questions

  

Hai,

 

I am working on some document management system, in that user need to do comments on the image, i have div tag with textbox control, i want that div tag like mobavle. Also, they want to do singing / stamping over the image. i am planing use draggable div tag with image control. is it possible to move the div accross the image?? if scroll bar(vertical & horizontal) comes what will happen? how to get the dragged co-ordinates after the drag???? please help me...

Or is there any other way to achieve this in asp.net???

Thanks in advance.


SSAS questions

  

Hi all,

Can someone help me answer the following two simple questions

1) Whats the reason for having a cube? If I have a relational fact table and dimensions, why cant I jus join onto these and then get my results, i could index the fact table, why do i need a cube..how can I answer this?

2) Whats the most complex cube you have created? So what are the common problems when developiong cubes?

Please help me?

Thanks

 


Post All SP 2010 posts to a SP 2010 forum (and don't answer 2010 questions here!)

  
SP 2010 forums that are available are listed here



In addition to not starting 2010 threads here, do not add 2010 questions to existing threads here and do not answer 2010 questions posted here.

(I will try ONCE to split the thread - which sends the 2010 question and the rest of the thread to a 2010 forum - and if that doesn't work [Split is flaky], I will delete posts with such 2010 questions and if there are 2010 answers they will have to go too).


FAQ sites: (SP 2010) http://wssv4faq.mindsharp.com; (v3) http://wssv3faq.mindsharp.com and (WSS 2.0) http://wssv2faq.mindsharp.com
Complete Book Lists (incl. foreign language) on each site.

Server Maintenance Jobs Account Questions

  

I have an average number of servers to manage.  Being a sysadmin on all the servers I could easily run all nightly and maintenance jobs as my active directory account, but I do not feel that is the correct thing to do, as I am one of a team of DBAs.  So second thought is to create an active directory account that would also be a sysadmin of all these servers that can be used for all nightly and maintenance jobs.  I would use this for windows scheduled tasks and sql server agent jobs via a SQL Server Agent proxy.

Not being a security expert, I am wondering what people typically do to handle this type of situation, as I would guess there would be some security concerns related to the above.

Any input is much appreciated.

Thanks,
Sam


Questions regarding complex web.config transformation for each deployment environment (dev, qa, staging, production)

  

If I have a web.config file similar to the partial example below, how would I write the Transform to accomplish the following:

  • Transform the CipherData for encrypted connection strings that will be unique to each deployment environment (particulary important for Production as these are encrypted and provided by ops)
  • Globally replace all <security mode="None"> to <security mode="Transport"> in the bindings without having to do it for each individual binding. (There will be a number of global changes like this, but I am just trying to understand the pattern.

<?xml version="1.0"?>

<configuration>
  <connectionStrings configProtectionProvider="DataProtectionConfigurationProvider">
    <EncryptedData>
      <CipherData>
        <CipherValue>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAJIOd/NzEykWARk0LpGxMnwQAAAACAAAAAAADZgAAwAAAABAAAADVCZdlsEldwPlRfDoPHeBPAAAAAASAAACgAAAAEAAAADDEY+35conozr1Re8fXx49oAgAAeOxEf49VJPfCHmn2970KzHrfKZIuYu6yb7PJYbOi+Do+qJvtqByKNVdo8xfhIP7y6/9qz4IB/0gk49E7p9Pc13inblWtbrQGM4zHyAPsolRtPvXADiT2ngZqJCkjMWMsuUKm/q68nbyokf2VsBpIEYaOYWWS1mehpgjXaWelNCzbxwICgbko9kQeA7XqhD4FyL5Yo+rgLdzBs+Ss0t11E8bMBtJGjF9FZJLmgvd/d9OX8Wa+tMFvaFZM4SKOhFm7xqTGjqReEAOhqzAAGdxR40qWYNqJcW4eFb3lv++55WVANt7OtNPPtIRfZ3lN/17zJk0ZATYG1HiWdVzTre1h7zAWHTcQzKHIlQaLgQZceDLkdwtEKWUJ9G04+XHdFT0QWZE82bBm0kT3QCn3RVXu5dudu5N+eNWo663rRvQV1Y7MNTqnF7GT6opkddPk+8UV92QFnNvkOavgl74I17gJIvBQ2eoe9EqPidW5XlAyYhs2+/OZbpTX0IykQ3ezHax+U+vKe4IXIcfISrKi7wOe2p7psiDlpnGioCyi5eb1eWLtJNKmmAdFcxY+BT04SB0sjN1tvFNG6LuYdZ55+bvr68sK5d/NN/Kiwh/0vUguGa5GUBf4+20OmXjiDBcoZn6YB7lE4FlcbKZwI14F5YdzDCpbI3Cqo80KwWokjUvIhJ3EGPGk4G9ama9a0DM52UiSPcvMRl1MeVr0dExCmx63pCaV5m0+KzikjKpD1y1Jnlngpp51K0QTJw9O7/kS9snyKTQzV5Fg2rBkQgOviI8I24efzqmQWMGHxFGVjoDsZHuwDCYBkv04rBQAAADxAU4MKRyfipw0Qb+vzUj8eFKJfA==</CipherValue>
      </CipherData>
    </EncryptedData>
  </connectionStrings>

  
  <system.serviceModel>
    
    
    <standardEndpoints>
      <webHttpEndpoint>
        <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true"/>
      </webHttpEndpoint>
    </standardEndpoints>
    
    <bindings>
      
      <webHttpBinding>
        <binding>
          <security mode="None">
            <None clientCredentialType="None" />
          </security>
        </binding>
      </webHttpBinding>

      <basicHttpBinding>
        
        <binding>
          <security mode="None">
            <None clientCredentialType="None" />
          </security>
        </binding>
        
        <binding name="DocumentServicesSoap" closeTimeout="00:01:00"
            openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
            allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
            maxBufferSize="524288" maxBufferPoolSize="524288" maxReceivedMessageSize="524288"
            messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
            useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="524288" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <None clientCredentialType="None" proxyCredentialType="None" realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>

        <binding name="NQServicesSoap" closeTimeout="00:01:00" openTimeout="00:01:00"
                    receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
                    bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
                    maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
                    messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
                    useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <None clientCredentialType="None" proxyCredentialType="None& 
 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge