I have several files with the name format dbo.table_name.sql and i want to rename them into table_name.1.tbl how to do it using windows cmd prompt?
i have tried ren *.sql *.1.tbl
but it only rename it to dbo.table_name.1.tbl
still not able to remove dbo. here..
also tried ren dbo.*.sql *.1.tbl
still not luck :(