Viewing 3 posts - 1 through 3 (of 3 total)
Yeah thats right, Registries are diffrent for diffrent verions.
But here my problem is different , I had posted the script which is for SQL Server 2000.
I have used cursors...
September 26, 2008 at 1:25 am
YEs, but in sysfiles current database file path is stored.
I require what we set in sql server properties--database settings tab-- default data path
And require both data and log file path(default)
September 25, 2008 at 12:08 pm
I am doing scripting which will give default datapath of DATABASE files, in which i am already successfull. By executing following query we can get this:
declare @Datafile nvarchar(500), @LogFile nvarchar(500)
exec...
September 25, 2008 at 11:04 am
Viewing 3 posts - 1 through 3 (of 3 total)