Viewing 15 posts - 91 through 105 (of 155 total)
Ninja's_RGR'us (8/20/2011)
Looping is looping, the realy slow part here is sending the message...
If this is not a 1 off insert,...
August 21, 2011 at 2:58 am
In case it helps anyone else ...
August 18, 2011 at 11:07 am
Roy Ernest (8/17/2011)
Just one question, by any chance is it running under debug mode? That is the only thing that comes to mind.
No, at least I say 'no' but it's...
August 17, 2011 at 8:08 am
ALZDBA (8/17/2011)
If the timeout has been set to 15, does it connect and execute your queries or does it generate errors ?
Yes, it seems to be working perfectly with the...
August 17, 2011 at 3:18 am
Thanks to all for your replies.
What sort of index should I have on my 'join' table.
Like this?
ALTER TABLE tblUser_WhichUsers
ADD CONSTRAINT [PK_tblUser_WhichUsers] PRIMARY KEY CLUSTERED (UserID, WhichUserID)
Is a Clustered Index required?...
July 5, 2011 at 2:12 am
Narud (6/16/2011)
About your SQL code, if I'm rigth you...
June 16, 2011 at 10:08 am
lnoland (6/15/2011)
sku370870 (6/13/2011)
But, to continue using my (pseudo) code...
June 16, 2011 at 10:05 am
Jeff Moden (6/15/2011)
sku370870 (6/15/2011)
June 15, 2011 at 1:31 pm
To opc.three - I most certainly am open to adding a couple of extra columns!
Thanks very much for your help.
And to Jeff - thanks also for your help.
Regarding your comments...
June 15, 2011 at 2:00 am
The code I posted is made up - the real tables all to do with medicene and would not easily make sense.
But, to continue using my (pseudo) code - if...
June 13, 2011 at 4:58 pm
I have just asked a similar question in the SQL 2005 forum and a chap called Wayne very kindly showed me how to do it there.
May 19, 2011 at 7:24 am
I've read the article you suggested and think I am beginning to get it. I have a Users table with about a 1000 users in it - I'll only be...
May 19, 2011 at 2:56 am
Thanks for that Wayne - seeing that bit done on my own data - I begin to 'get it'.
I'll look at your link and see if I can get it...
May 18, 2011 at 12:08 pm
Thanks very much for your reply. That's a lot simpler and more flexible than what I had come up with so far.
April 14, 2011 at 2:52 am
Viewing 15 posts - 91 through 105 (of 155 total)