Viewing 15 posts - 14,326 through 14,340 (of 14,953 total)
Correct me if I'm wrong, but it sure looks like you answered your own question. Have you tried what you proposed and found that it doesn't work as desired?
April 7, 2008 at 11:31 am
The key to unit testing is to run some tests that should work, and then run some that probably shouldn't work.
For example, insert duplicate key values into a table by...
April 7, 2008 at 11:26 am
So far as I know, the difference is that OpenQuery will only connect to linked servers, while OpenRowset can connect to anything that ODBC can read, whether it's linked or...
April 7, 2008 at 11:14 am
I applied to join. Thanks.
April 7, 2008 at 9:22 am
What does sp_UpdateMailingList do? Quite possibly, the whole thing can be turned into a single command that doesn't require a cursor.
April 7, 2008 at 8:21 am
I plugged your error message into Google and what came up was a bunch of stuff about clustering. I didn't read much of it, but that might be a...
April 7, 2008 at 8:17 am
I'm pretty sure XP Home (or whatever the version of XP that isn't "XP Pro" is called - man it's been a long time since I used that, can't even...
April 7, 2008 at 8:14 am
Andrew Watson (4/7/2008)
April 7, 2008 at 7:50 am
I checked over the weekend, and I don't currently have SSRS installed on my Vista machine (it's at home). If I remember correctly, even if you install IIS on...
April 7, 2008 at 7:45 am
Instead of concatenating them, do a left outer join on each column, and "where field is null" type statement in the Where clause.
Might look something like:
Update JV
Set Paid_Flag = 1...
April 7, 2008 at 7:41 am
I have to agree with SDM. Just because, in general, a clustered index on an alpha field (char, nchar, varchar, nvarchar) is usually a bad idea, doesn't mean it's...
April 7, 2008 at 7:29 am
Trader Sam (4/4/2008)
In my experience it has been non-users that say it spelled out. Now you go and...
April 4, 2008 at 1:55 pm
Viewing 15 posts - 14,326 through 14,340 (of 14,953 total)