Viewing 15 posts - 91 through 105 (of 237 total)
thanks for letting me know, regarding upgrading the server unfortunatly it's not an option for me
January 18, 2010 at 2:57 am
I can't get this script to work on SQL server 2000, can you help? I get Invalid object name 'sys.objects'.
January 18, 2010 at 12:46 am
thanks for the info, much appreciated
January 12, 2010 at 6:40 am
I've been able to find the answer thanks to a work collegue. you use NextResult instead, I've posted a working example of the vb code below
Public...
January 11, 2010 at 7:48 am
I was wondering about something like that, but wasn't sure how to. but as I said earlier I've gone with the other way and it seems to be working ok....
September 3, 2008 at 1:54 am
Jeff, how do you mean normalised? I'm interested on your thoughts, although it's probably too late to change what I have now
September 2, 2008 at 1:48 am
Jeff, it's for a problem at work, I'm not the normal DBA hence my lack of any real knowledge, it's just something I play with. I built a toolkit in...
September 1, 2008 at 2:07 am
many thanks for your solution, I'll try this out when I get into work on Monday
August 30, 2008 at 7:15 am
Thanks, I did think along those lines but just couldn't seem to get it right
August 28, 2008 at 10:57 am
I've finally worked out how to do this in a stored procedure (posted below) the only problem I have is that when I pass in the two strings I'd like...
August 28, 2008 at 8:44 am
Thanks Christopher, The only problem is at the moment there are 92 fields in the database and could grow, that's why I was thinking about using cursors. Is there...
August 28, 2008 at 3:35 am
I was right, it was a stupid mistake on my part. I forgot to use SET NOCOUNT ON
August 28, 2008 at 3:02 am
I've a sneaky feeling the SP is erroring before the final select statement, but I can't find out where, the stored procedure is as follows
CREATE PROCEDURE spGetareas_byName_and_Date @Name as varchar(100),@Date...
August 22, 2008 at 7:25 am
yes it does, that's why I was puzzled when it threw up errors in the vb code
August 22, 2008 at 7:07 am
Viewing 15 posts - 91 through 105 (of 237 total)