User Profile

Collapse

Profile Sidebar

Collapse
nic829
nic829
Last Activity: Oct 23 '08, 02:57 AM
Joined: Jul 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nic829
    started a topic failed backup and got error 112

    failed backup and got error 112

    Hi,

    I was trying to back up a database on SQL 2005 SP2 but then got this error:
    TITLE: Microsoft SQL Server Management Studio
    ------------------------------
    Backup failed for Server 'NTSYDDBD155\MM SGDEV02'. (Microsoft.SqlS erver.Smo)
    For help, click: <http://go.microsoft.co m/fwlink?ProdName =Microsoft+SQL+ Server&ProdVer= 9.00.3042.00&Ev tSrc=Microsoft. SqlServer.Manag ement.Smo.Excep tionTemplates.F ailedOperationE xceptionText&Ev tID=Backup+Serv er&LinkId=20476 >...
    See more | Go to post

  • Install sql2005 wrongly in C drive and wanna move to D

    Hi,
    I was upgrading a instance from SQL2000 to SQL2005. During SQL2005 setup I accidently allow the files to be installed in C drive, but I should have them all installed in D drive.
    My databases are still sits in D drive, but other files (Management studio, analysis service, etc.) all sits in C drive.
    Is there anyway that I can move SQL2005 from C to D drive?
    I thought of uninstalling current SQL2005, install it back...
    See more | Go to post

  • How to &quot;tell&quot ; my message box to pop up only when user close the browser?

    I wrote the following code such that when user close my webpage or netvigate to other page, a message box pop up:

    Code:
    <head>    
    <SCRIPT>
        function closeIt()
          {
            event.returnValue = "Any unsaved data will be lost.";
          }
        </SCRIPT> 
    </head>
    ...
    See more | Go to post
    Last edited by Dormilich; Apr 2 '09, 08:29 AM. Reason: added [code] tags

    Leave a comment:


  • How to "tell" my message box to pop up only when user close the browser?

    I am trying to write a code such that when user close the browser or netvigate to other page, a message box will show up.

    Code:
        <SCRIPT>
        function closeIt()
          {
            event.returnValue = "Any unsaved data will be lost.";
          }
        </SCRIPT>
    
    <BODY onbeforeunload="closeIt()">
    but then every time something in my web postback...
    See more | Go to post
    Last edited by Dormilich; Apr 2 '09, 08:28 AM. Reason: added [code] tags
No activity results to display
Show More
Working...