Hi,
I am doing a really simple test with SQL Server 7.0:
Using the Query Analyzer
Logged as sa
Located in master database
#1 USE Test
#2 EXEC('USE Test')
#1 => the database context is switched to Test
#2 => the database is NOT switched
???
I am doing a really simple test with SQL Server 7.0:
Using the Query Analyzer
Logged as sa
Located in master database
#1 USE Test
#2 EXEC('USE Test')
#1 => the database context is switched to Test
#2 => the database is NOT switched
???
Comment