Viewing 15 posts - 61 through 75 (of 142 total)
Hi,
First you need to create a Tape device on your system. Something like below:
EXEC sp_addumpdevice 'tape', 'tapedump1', '\\.\TAPE0';
Note: If you add a tape device, the parameter must be the physical...
September 11, 2009 at 1:12 am
Hi,
First you need to create a Tape device on your system. Something like below:
EXEC sp_addumpdevice 'tape', 'tapedump1', '\\.\TAPE0';
Note: If you add a tape device, the parameter must be the physical...
September 11, 2009 at 1:04 am
Hi,
First you need to create a Tape device on your system. Something like below:
EXEC sp_addumpdevice 'tape', 'tapedump1', '\\.\TAPE0';
Note: If you add a tape device, the parameter must be the physical...
September 11, 2009 at 12:56 am
Hi,
First you need to create a Tape device on your system. Something like below:
EXEC sp_addumpdevice 'tape', 'tapedump1', '\\.\TAPE0';
Note: If you add a tape device, the parameter must be the physical...
September 11, 2009 at 12:49 am
Hi,
You can go through this link for more information on the issue and analyse the workaround
September 1, 2009 at 7:43 am
Your question is not clear. Which memory you are talking about ? Is the Disk Memory is full? If the disk space is full, you need to delete the old...
August 28, 2009 at 6:39 am
You can know all about BI from Microsoft Online Books for SQL Server.
Check this URL:
http://www.microsoft.com/sqlserver/2005/en/us/business-intelligence.aspx
It has all about BI, WebCasts, Dev Materials, etc for your reference.
One can use...
August 27, 2009 at 4:28 am
The sp_updatestat runs in exculsive mode and scans all the user tables.
So there are possibilities of blocks. Run the sp_updatestat in offpeak hours to minimize the negative impact.
April 15, 2009 at 12:59 am
What error message you are getting while trying to restore the file ? Also mention the steps you have followed for restoration.
April 8, 2009 at 3:56 am
Hi,
First of all you need to unzip the file using Winzip or other tools and then try to restore the extratced BAK file.
The restore process is same in SQL Server...
April 8, 2009 at 3:33 am
Hi Ranjit,
The restoration of your deleted table depends upon the multiple points. Hope your database is in Full Recovery mode. If it is in simple recovery mode, the chances of...
March 27, 2009 at 10:37 am
Nice to hear this. Cheers.:-)
March 27, 2009 at 3:38 am
While restoration you need to provide the DB name. Without providing the DB name, restoration can't be done.
In case you don't know which backup file belongs to which database, you...
March 23, 2009 at 7:49 am
There are many ways to take the backup of user databases. Use can create a script and job to take the backup. Just change the db name in the script...
March 23, 2009 at 5:49 am
Viewing 15 posts - 61 through 75 (of 142 total)