M
Mike Lopez
Hello.
We're porting our SQL Server 7.0 databases to SQL Server 2000.
Some of the SQL in some of our SP's make reference to the "old" SQL Server
instance name. I need to change those references to use the new name.
I tried writing a VB app using ADOX, but unfortunately the OLEDB provider
for SQL Server does not support the Command property of the Procedure
object.
Other than manually opening each SP (there are a lot of them) and visually
scanning for the "old" server name, how can I programmatically perform this
scan?
Thanks in advance,
Mike
We're porting our SQL Server 7.0 databases to SQL Server 2000.
Some of the SQL in some of our SP's make reference to the "old" SQL Server
instance name. I need to change those references to use the new name.
I tried writing a VB app using ADOX, but unfortunately the OLEDB provider
for SQL Server does not support the Command property of the Procedure
object.
Other than manually opening each SP (there are a lot of them) and visually
scanning for the "old" server name, how can I programmatically perform this
scan?
Thanks in advance,
Mike