Viewing 15 posts - 211 through 225 (of 245 total)
BACKUP DATABASE [Database_Name] TO
DISK = N'D:\Backup_folder\Database_Name_1.bak',
DISK = N'C:\Backup_folder\Database_Name_2.bak'
This will divide and save your backup.
April 8, 2009 at 11:37 pm
Stored procedure
A stored procedure is a program (or procedure) which is physically stored within a database. The advantage of a stored procedure is that when it is run, in response...
April 8, 2009 at 11:21 pm
In the backupmediaset[/size][/u][/i][/b] table, the is_compressed column tells you whether or not the backup is compressed.
April 8, 2009 at 1:41 am
Go to Start > Programs > Administrative Tools > Services. Right-click the Service Name and select Properties. Click the Log On tab. Retype the correct password. Start the the service....
April 1, 2009 at 2:43 am
Haven't tried but i think this will help
--Clearing Cache for SQL Server Performance Testing
USE ;
GO
CHECKPOINT;
GO
DBCC DROPCLEANBUFFERS;
GO
April 1, 2009 at 2:33 am
Production server: This is where live data is stored
Test Server: The server, you can use to test the application
Dev. server: The server where the actual development of the application takes...
March 31, 2009 at 11:34 pm
You can Import the excel sheet as a table to a database using import and Export Wizard.
Also you can add the excel sheet as an linked server.
for this right...
March 31, 2009 at 1:54 am
No probzzzzz buddy any time
March 31, 2009 at 12:46 am
March 29, 2009 at 11:21 pm
In run type services.msc and start the sql server (MSSQLSERVER) make sure that this is set to Automatic. To avoid this problem in future.
See to It that all the sql...
March 27, 2009 at 4:24 am
To set your listening port go to Sql Server Configuration Manager->Protocals for MSSQLSERVER
ON the right double click on tcp/ip and the select IP Addresses , then enter 1433 where...
March 26, 2009 at 10:02 pm
Problem is that your log file is 32 GB .
Try shrinking your log before you take backup
March 26, 2009 at 3:38 am
March 26, 2009 at 3:26 am
Depending on network speed and backlog of the SMTP server it may take time to deliver a Database mail. The you have to get your network people to troubleshoot the...
March 26, 2009 at 3:09 am
Viewing 15 posts - 211 through 225 (of 245 total)