Click here to Skip to main content
15,896,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: read a line and print the each words how many times it occurs using Generics Pin
Abhishek Sur6-Jan-10 22:39
professionalAbhishek Sur6-Jan-10 22:39 
GeneralRe: read a line and print the each words how many times it occurs using Generics Pin
Member 38798816-Jan-10 22:41
Member 38798816-Jan-10 22:41 
GeneralRe: read a line and print the each words how many times it occurs using Generics Pin
Abhishek Sur6-Jan-10 22:48
professionalAbhishek Sur6-Jan-10 22:48 
GeneralRe: read a line and print the each words how many times it occurs using Generics Pin
Member 38798816-Jan-10 23:00
Member 38798816-Jan-10 23:00 
GeneralRe: read a line and print the each words how many times it occurs using Generics Pin
Abhishek Sur7-Jan-10 0:17
professionalAbhishek Sur7-Jan-10 0:17 
AnswerRe: read a line and print the each words how many times it occurs using Generics Pin
Dimitri Witkowski7-Jan-10 0:31
Dimitri Witkowski7-Jan-10 0:31 
QuestionDatabase replication from testing to live via C# Pin
Abbas_here6-Jan-10 21:59
Abbas_here6-Jan-10 21:59 
AnswerRe: Database replication from testing to live via C# Pin
Abhishek Sur6-Jan-10 22:13
professionalAbhishek Sur6-Jan-10 22:13 
Well, this is easy.

Just take a backup using BackUp Command of SQL Server to take backup of database to a location which is accessible from your live server.

http://msdn.microsoft.com/en-us/library/ms186865.aspx[^]

In the live server, copy the file from the network and Restore it.

Generally BackUp and Restore always works for local path. You cant use Unc path to do this. So you need to copy them first to your live server before you restore.

Also there might be some issue with access of the current user, You need might have to do Impersonation to access the unc path(If it is required).

Hope you can do this.


Other than that, You can also take the Help of SMO objects to do this.
But always remember SMO classes are very much Version Specific.
SMO - Manage your SQL Server![^]

cheers.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Windows7 API Code Pack

Simplify Code Using NDepend
Basics of Bing Search API using .NET

GeneralRe: Database replication from testing to live via C# Pin
Abbas_here6-Jan-10 22:54
Abbas_here6-Jan-10 22:54 
Questionhow do i get IST Zone time format. Pin
shiva.kore6-Jan-10 20:19
shiva.kore6-Jan-10 20:19 
AnswerRe: how do i get IST Zone time format. Pin
JimBob SquarePants6-Jan-10 21:35
JimBob SquarePants6-Jan-10 21:35 
AnswerRe: how do i get IST Zone time format. Pin
Abhishek Sur6-Jan-10 22:00
professionalAbhishek Sur6-Jan-10 22:00 
QuestionCustom Http Module Pin
peter rankel6-Jan-10 19:35
peter rankel6-Jan-10 19:35 
GeneralRe: Custom Http Module Pin
J a a n s6-Jan-10 20:20
professionalJ a a n s6-Jan-10 20:20 
AnswerRe: Custom Http Module Pin
Abhishek Sur6-Jan-10 21:03
professionalAbhishek Sur6-Jan-10 21:03 
Questionmicrosoft.jet.oledb.4.0 provider in not registered on the local machine Pin
krishnaveer6-Jan-10 19:18
krishnaveer6-Jan-10 19:18 
AnswerRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
Abhishek Sur6-Jan-10 21:05
professionalAbhishek Sur6-Jan-10 21:05 
GeneralRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
krishnaveer6-Jan-10 22:13
krishnaveer6-Jan-10 22:13 
GeneralRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
Abhishek Sur6-Jan-10 22:17
professionalAbhishek Sur6-Jan-10 22:17 
QuestionSelection of multiple dates or weeks or months on a calendar control Pin
Vinay Babu6-Jan-10 19:18
Vinay Babu6-Jan-10 19:18 
AnswerRe: Selection of multiple dates or weeks or months on a calendar control Pin
Abhishek Sur6-Jan-10 21:28
professionalAbhishek Sur6-Jan-10 21:28 
Questionprevent multiple logins Pin
Thilina.madush6-Jan-10 18:48
Thilina.madush6-Jan-10 18:48 
AnswerRe: prevent multiple logins Pin
Abhishek Sur6-Jan-10 21:21
professionalAbhishek Sur6-Jan-10 21:21 
AnswerRe: prevent multiple logins Pin
April Fans7-Jan-10 22:23
April Fans7-Jan-10 22:23 
GeneralRe: prevent multiple logins Pin
Thilina.madush7-Jan-10 22:38
Thilina.madush7-Jan-10 22:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.