Viewing 4 posts - 1 through 5 (of 5 total)
Alright here is, http://technet.microsoft.com/es-es/library/ms188427.aspx, its in spanish. i hope you can understand... so my stored procedure has parameters, OPENQUERY can still work for me?
March 7, 2008 at 12:43 pm
Ok, with openquery i found two problems, according to the msdn Library, open query only returns the first row of the query and it doesn't work for stored procedures with...
March 7, 2008 at 11:25 am
I'm not sure what you mean, i did :
select * from table where table. IdColumn in (Select Item From dbo.Split(@idColumn, ',')), what's the problem with that? can bring more...
February 28, 2008 at 3:38 pm
Alright, i'm gonna use a split function, it works for me because I only have to split a few values, and also thanks To adam, i hope to start using...
February 28, 2008 at 12:26 pm
Viewing 4 posts - 1 through 5 (of 5 total)