Viewing 15 posts - 241 through 255 (of 270 total)
Yes it does return it when I add it into the query, but the issue is that I need to close the tag.
December 15, 2008 at 4:04 am
Hi thats great, I was on the right tracks to figuring it out and your examples filled in the gaps, so many thanks.
However, lets say that for each order date...
December 15, 2008 at 3:35 am
Thanks for you help,
Jackal.
November 28, 2008 at 9:56 am
Yep, your right.
I suppose when I populate the table variable, it's at that point any isolation level who be applied, then it becomes a parameter, and as you point out,...
November 28, 2008 at 9:04 am
Hi,
They may well be, but surely if the pointer goes to the data, if a change is being made to the data then will the pointer have to wait for...
November 28, 2008 at 8:55 am
No, dont say sorry.
The more discussion the better in my view. 🙂
October 16, 2008 at 9:51 am
Thanks for that.
It all makes sense now. Got to plenty to think about, but I guess like you said the golden rule for now is to keep things as...
October 16, 2008 at 7:47 am
So assuming the same databases A,B,C,D and E.
If I could set up 3 nodes, 2 active 1 passive, then I could spread the databases over the two instances.
*although, pointed noted...
October 16, 2008 at 7:34 am
Hi thank you both for the response.
It makes sense now, it is as you put it, effectively 2 active clusters, sharing a passive box. Where I was thinking of...
October 16, 2008 at 7:09 am
No, your right it is a quick solution and meets my needs.
I'll stick with it, but I was just wondering if it was possible to do it with just a...
October 13, 2008 at 4:07 am
Sorry, I'm being a clown, I skimmed over the article to quickly.
I see now the usage of the replace, however this is done in a while loop.
I was wondering...
October 13, 2008 at 3:59 am
Hi Chris,
Thanks for that, I've had a look at that. Is it not possible to do this using a replace then?
October 13, 2008 at 3:41 am
Hi,
it basically means the value is NOT IN the range.
I.E
ColumnA IS NOT IN (1,2,3)
This would mean ColumnA is not equal to either 1,2 or 3.
http://msdn.microsoft.com/en-us/library/ms177682.aspx
Hope this helps.
October 13, 2008 at 2:15 am
Figured it out.
The connection was being made using the correctly restricted account, however there was another user group in the database (not on the server logins) that was allowing access....
October 10, 2008 at 9:46 am
Viewing 15 posts - 241 through 255 (of 270 total)