Viewing 15 posts - 1 through 15 (of 94 total)
Thanks.
I was sure I'd tried that one, but what the.... it worked.
April 1, 2009 at 4:47 am
DavidB (3/10/2009)
March 10, 2009 at 6:34 am
Transactional. OK.
I'll have a read up of that.
Perfect in theory, but Transaction only works on tables with indexes, which is why the GUID column is added by force to the...
March 5, 2009 at 4:01 am
Its the live enviornment. Yes, we've switched the dbadmin off again, but the supplier can't understand why the alter access is denied
September 24, 2008 at 7:33 am
I think they were just resizing nvarchar fields and the like.
Certainly had the rights for the database, but I personally didn't set these up.
September 24, 2008 at 4:51 am
Actually that's about what we found, when we fixed it.
The DTS had been written on one server, and the dbo seems to be different for that table (??)
When copied to...
September 2, 2008 at 7:23 am
So add it!
SOUNDEX doesn't cover, particularly, the typos angle that Bill seems to have concentrated on. Probably a lot better for the search results, given its sometimes 'strange' output.
Seriously though,...
July 21, 2008 at 1:44 am
I get your point, but doing the set doesn't work.
Sending the string from the code with '''' in does the trick though.
thanks
July 10, 2008 at 7:31 am
so, why is this failing?
cn_userlist 'public' , 'strsearch','','o''brien'
error:
Line 4: Incorrect syntax near 'brien'.
here's the sp.....
ALTER proc [dbo].[cn_userlist] @restrict varchar(100) , @view nvarchar(10),
@ffilter nvarchar(255),...
July 10, 2008 at 7:07 am
We've since worked out that it wasn't the SQL default, but the server default being still on US, even though the locale was on UK.
Had caused issues with installing .NET...
January 17, 2008 at 9:20 am
My starting point on these is always to use (classic ASP this)
on error resume next
...
if err.number 0 then response.write err.description
I'd be inclined to be more explicit on the final...
February 14, 2007 at 6:57 am
When you say it returns no data via asp, I assume you are using some error checking to make sure the returned data isn't actually an error (which would look...
February 14, 2007 at 6:12 am
not had the chance to, but will today!
January 17, 2007 at 2:19 am
Viewing 15 posts - 1 through 15 (of 94 total)