Viewing 15 posts - 166 through 180 (of 205 total)
If you are using sql server 2000 you should consider moving it to SP4. Check out the documentation first to make sure this is ok for you. Probably won't make...
December 21, 2005 at 9:05 pm
Are you using the same user to log in with frmo yur code as you do from EM?
What does the connection string look like?
December 21, 2005 at 2:25 pm
You need one trigger for each table.
As there are about 300 of them, you probably want to work out what the trigger should look like for one table and then...
December 21, 2005 at 2:23 pm
If you are coming frm a web page as I suggested, you are probably processing the rows one at a time.
Pass each row to a stored procedure to insert into...
December 21, 2005 at 2:15 pm
Must have missed this article when it came out last year but I have been using this technique (with capitalised KEYWORDS) for many years now.
I try hard to instill...
December 19, 2005 at 5:12 pm
The only reason I put my suggestion up was that it appeared you were coming from a web page where it would be nearly impossible to get a single oinsert...
December 19, 2005 at 5:04 pm
One approach would be to load the data into a working table and then insert it as a batch from that table.
If there are any error sin the insert, all...
December 18, 2005 at 2:35 pm
I think what Phil was tryong to express here is that you can simply do a multiple UNION ALL query to accomplish hat you need without a cursor.
If you focus...
December 16, 2005 at 3:36 am
Personally I've never had a problem with it on XP. We have a mixture of XP and Win 2K3 and we haven't noticed any differences. Perhaps we don't push it...
December 16, 2005 at 3:24 am
If you look at the properties of the publication through SQL Enterprise Manager, go to the articles tab and click the (...) button for one of the tables selected.
Then go...
December 15, 2005 at 6:02 pm
I'm not sure why you can't see the databases via EM, but you should be able to do all the maintenance you need from within QA.
After, aren't all the tasks...
December 14, 2005 at 7:37 pm
How do you legislate and enforce it?
If I was a provider of porn, would I bother to use a domain that I know is going to limit my exposure
December 14, 2005 at 7:28 pm
I think your observations about leaders being facilitators rather than gate-keepers is very accurate. I've been through a few different industries myself and couldn't agree more.
Facilitation is the most effective...
December 14, 2005 at 6:21 pm
I think the subtle difference in understanding lies in the whether NULL represents 'no value entered' or 'unknown'.
Obviously, SQL is behaving as though the value is 'unknown', therefore it excludes...
December 14, 2005 at 4:44 pm
Viewing 15 posts - 166 through 180 (of 205 total)