Viewing 9 posts - 61 through 69 (of 69 total)
You can use the optional parameter when creating a stored procedure [ ; number ] .
create proc usp_Test;4
As
Begin
Select * from sysobjects where type = 'u' order by name
End
You can...
July 14, 2006 at 4:18 pm
Here you go:
select
Name, object_name(parent_obj), xtype
from
sysobjects where...
July 14, 2006 at 3:52 pm
Thanks it worked but a little cumbersome. I had to add the Sort Data Flow Tasks, but it worked.
May 23, 2006 at 2:25 pm
Yes, thank you. That was the problem.
Daniel
January 12, 2006 at 2:58 pm
I installed SQL Server 2005 Developer Edition.
January 9, 2006 at 9:18 am
On a machine that has SQL Server 2000 on it.
Thanks,
Daniel
January 5, 2006 at 7:30 am
SQLBill,
The folder doesn't have to exist when creating the dump device. That is the way it has always worked and is working for the other client databases. It is pretty...
July 19, 2005 at 1:43 pm
Thank you for your help. I did try it, but it won't work for our solution. The actual XML doc that I am trying to build would have different...
July 21, 2003 at 4:23 pm
I think it is a good article. It would be nice if you wrote a more thorough article comparing the two DB technologies. I don't have familiarity with DB2,...
June 2, 2003 at 3:00 pm
Viewing 9 posts - 61 through 69 (of 69 total)