Home Contact Us Site Map Language : ENGLISH / ÁcÅé / ²Åé
¡@
:: FAQ
¡@
¡@
SQL Server

>


>

I have only the .mdf file backup and no SQL Server database backups. Can I get my database back into SQL Server?

How to backup to and restore from network drives, mapped drives or network shares?
Citrix Presentation Server

>

>

How do I fulfill to Citrix Presentation Server 4.0?

Who can I contact for fulfillment questions or assistance?
¡@
Q: I have only the .mdf file backup and no SQL Server database backups. Can I get my database back into SQL Server?

A: Yes. The system stored procedures sp_attach_db and sp_attach_single_file_db allow you to attach .mdf files to SQL Server. In the absence of the log file (.ldf), SQL Server creates a new log file.


Q: How to backup to and restore from network drives, mapped drives or network shares?

A: SQL Server cannot read mapped drives. In your backup and restore commands always refer to the network drive or network share using UNC path. UNC path has the following format: \\MachineName\ShareName or \\MachineName\DriveLetter$\Path

Here is an example to backup the pubs database to a share called 'AllBackups' on a remote machine named 'BackupServer':

BACKUP DATABASE Pubs TO DISK='\\BackupServer\AllBackups\Pubs.BAK'

To backup pubs database to a the admin share 'D$' on a remote server named 'BackupServer':

BACKUP DATABASE Pubs TO DISK='\\BackupServer\D$\MSSQL7\BACKUP\Pubs.BAK'

For network backups and restores to work, make sure your SQL Server and SQL Agent services are NOT running under system account. These services must run using a domain account and this domain account must have read and write permissions on the network share or drive.


Q: How do I fulfill to Citrix Presentation Server 4.0?

A: Log on to www.myCitrix.com to fulfill your licenses and media. Once logged in, select Licensing >> Fulfillment from the menu to begin.

The online fulfillment will immediately provide Citrix Presentation Server 4.0 licenses and media to most customers, if eligible*. The system will determine eligibility based on the Subscription Advantage membership data for each license. Users may be required to assign contacts to each Citrix Presentation Server 4.0 license and to verify those contacts¡¦ mailing address(es).

*Licensing Program members (FLEX, ELP, PLP) may be required to contact Citrix Customer Care in order to process benefit of Subscription Advantage fulfillments. Customers required to contact Citrix Customer Care will be notified by the online fulfillment site located at www.myCitrix.com.


Q: Who can I contact for fulfillment questions or assistance?

A: Contact your authorized Citrix Solution Advisor or Citrix Customer Care for any questions you have or assistance.
Back to Top...
¡@