Hi
Can anybody tell me how to write a stored procedure that creates 20 databases in c:\test\
if i put a storedprocedure for database creation in a loop then
if i create a first db as test again loop will calls sp.but it shows test alredy there. I don't know how to concatenate a variable to this so that i wil create test1 test2 test3 ....test20
How can i do this Any idea..I have no idea about concatenation I am new to SQL Server sp.