Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
shaswata56 7b07a90fc1 added large files to lfs 4 years ago
..
backup_db.cmd commiting as it is 4 years ago
betest.exe commiting as it is 4 years ago
betest.pdb commiting as it is 4 years ago
check_db.cmd commiting as it is 4 years ago
check_northwind.sql commiting as it is 4 years ago
check_pubs.sql commiting as it is 4 years ago
cleanup.sql commiting as it is 4 years ago
cleanup_test.cmd commiting as it is 4 years ago
compare_db.cmd commiting as it is 4 years ago
do_workload.cmd commiting as it is 4 years ago
install_db.cmd commiting as it is 4 years ago
install_msde.cmd commiting as it is 4 years ago
install_northwind.sql commiting as it is 4 years ago
install_pubs.sql commiting as it is 4 years ago
kill.exe commiting as it is 4 years ago
kill_osql.cmd commiting as it is 4 years ago
msdescan.cmd commiting as it is 4 years ago
osql_db.cmd commiting as it is 4 years ago
output.txt commiting as it is 4 years ago
pre_workload.sql commiting as it is 4 years ago
prepare_variation1.sql commiting as it is 4 years ago
process_result.cmd commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
restore_db.cmd commiting as it is 4 years ago
run_test.cmd commiting as it is 4 years ago
setvar.cmd commiting as it is 4 years ago
sleep.exe commiting as it is 4 years ago
sqlscan.exe commiting as it is 4 years ago
tlist.exe commiting as it is 4 years ago
variation1.cmd commiting as it is 4 years ago
variation1.sql commiting as it is 4 years ago
variation2.cmd commiting as it is 4 years ago
variation2_northwind.sql commiting as it is 4 years ago
variation2_pubs.sql commiting as it is 4 years ago
variation3.cmd commiting as it is 4 years ago
workload.sql commiting as it is 4 years ago

readme.txt


Instructions for running SQL/MSDE tests against the default SQL Server instance:
1) Install SQL Server (default config - unnamed instance)
2) Copy the content of this folder to a new directory on the test machine
3) Run "run_test.cmd"
4) If you do not see TEST FAILED in the output, the test passed.

Instructions for running SQL/MSDE tests against a MSDE instance or a named SQL Server instance:
1) Install SQL Server (default config - unnamed instance)
2) Copy the content of this folder to a new directory on the test machine
3) Edit the "setvar.cmd" file an un-comment the "set MSDE_INSTANCE=TESTMSDE1" line. Put there the instance name.
3) Run "run_test.cmd"
4) If you do not see TEST FAILED in the output, the test passed.

Variations:
* Variation 1: install db, save DB state, backup, modify DB, verify modifications, restore, verify that the DB was restored
* Variation 2: install db, save DB state, backup, modify DB, verify modifications, drop db, restore, verify that the DB was restored
* Variation 3: install db, save DB state, backup, modify DB, verify modifications, drop db, reinstall new DB, restore, verify that the DB was restored

If you want to skip some variations, comment the related lines in "run_test.cmd"

Notes:
- This test will not work in a clustered configuration.
- The test uses the PUBS database by default. If you want to use Northwind instead, edit the "setvar.cmd" file, by changing the DB name to Northwind: "set DB=Northwind".
- The tests assume the paths below. If these are not OK on your machine, you need to change them.
set MSDE_SETUP_LOCATION=\\netstorage\Backup\SQLMSDE
path %path%;"%ProgramFiles%\Microsoft SQL Server\80\Tools\Binn"