Viewing 8 posts - 1 through 8 (of 8 total)
Thanks heaps Jack, that seems to work perfectly 🙂 Many thanks
November 20, 2008 at 5:10 pm
Sure thing jack just use multiples of this:
INSERT INTO @Reccom (
KeyValue,
UserTitle,
Date,
Details
) VALUES...
November 20, 2008 at 4:27 pm
I tested with the code below and varchar(max) acts as expected when concatenating with the + operator when the number of rows are known.. However a programmatic solution still seems...
November 20, 2008 at 4:21 pm
Thanks guys, tried both those ideas however Jack, the limit is massive and checking len(@Summary) at the end of the code (not posted) shows my lengths to be tiny..
B, I...
November 20, 2008 at 4:13 pm
Guys are you using clones in your virtual servers? if you clone a machine you must change the network card guid by re-installing the network card on the virtual...
October 27, 2008 at 4:15 pm
philcart (10/19/2008)
No you don't, using IP addresses works just as well as using FQDN.
Really? I've never been able to get IP's to successfully work, if using IP addr's do they...
October 20, 2008 at 4:31 pm
I had the same issue a while ago - you have to make sure that you use windows authentication with the exact same account, that it has appropriate permissions in...
October 19, 2008 at 6:55 pm
Viewing 8 posts - 1 through 8 (of 8 total)