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 >...
User Profile
Collapse
-
failed backup and got error 112
-
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... -
How to "tell" ; 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> -
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.
but then every time something in my web postback...Code:<SCRIPT> function closeIt() { event.returnValue = "Any unsaved data will be lost."; } </SCRIPT> <BODY onbeforeunload="closeIt()">
No activity results to display
Show More
Leave a comment: