Viewing 7 posts - 1 through 7 (of 7 total)
Hi Racosta ... thanks for you reply ...
my SQL Server 2000 still running on NT4 Server (for distributor)
and another SQL Server 2000 running on Windows 2000 Server.
March 13, 2003 at 12:37 am
for the default value, I have found the solution.
(SELECT comm.text FROM sysobjects c_obj, syscolumns col, syscomments comm
WHERE c_obj.uid = user_id()
AND c_obj.xtype...
April 24, 2002 at 12:47 am
thanks a lot ... but i need modified a little bit ...
-----
(SELECT 1 FROM sysobjects c_obj, syscolumns col, sysindexes i, sysindexkeys k
WHERE c_obj.uid =...
April 23, 2002 at 9:41 pm
Hi ...
I mean i have this SP ... (Got From pkarbowiak) and modified it to get the indexes field .. but cannot work properly
CREATE...
April 22, 2002 at 8:26 pm
Hi Antares686, you are right...the last solution cannot work. I am using SQL2000 and ASP. Do you have any idea how to solve this problem?
Ng Hendry
April 10, 2002 at 8:06 pm
sorry before ... can u translate your code to VBScript ... because i cannot get the object for SQLDMO.
Set objDMO = Server.CreateObject("SQLDMO.NameList")
Set NameList...
April 10, 2002 at 3:40 am
May I know what kind of application that you are referring to here? Any example?
Is it possible to use store procedure to do this? If can, how?
thanks
ng hendry
April 9, 2002 at 9:22 am
Viewing 7 posts - 1 through 7 (of 7 total)