Viewing 15 posts - 30,781 through 30,795 (of 39,754 total)
Be careful about using live data to generate test data without some obfuscation. If you have personal data (names, phones, SSNs, etc.) you should change these around somehow. Make some...
November 4, 2007 at 8:15 pm
I haven't done property management, but I did some work with education and we had a very free slowing type of architecture as well.
We used to handle this two...
November 4, 2007 at 8:11 pm
I hear from a lot of companies and some are pretty good abourt training their people and helping them keep current IF they are using those technologies. If they're not,...
November 4, 2007 at 7:36 pm
Being in the US working for UK, I think the UK is doing a bit better right now in raw numbers.
I think offshoring will still happen, but it's not a...
November 4, 2007 at 7:33 pm
For a manager, an MBA would be better, in my opinion. I don't think a CS degree matters that much for any position in IT. I've never given any major...
November 4, 2007 at 7:30 pm
Can you provide the error? Also, can you try to break up the steps you are taking in your process? You've run together a number of steps into one sentence...
November 4, 2007 at 7:29 pm
I like Sergiy's copy/drop/rename solution if it works. sometimes it's much quicker to work with inserts than deletes.
November 4, 2007 at 7:27 pm
If that last suggestion works, it would be amazing to me. It shouldn't matter, other than forcing a new execution plan. But if the optimum plan is chosen, then it...
November 4, 2007 at 7:24 pm
Which 3rd party utility do you have? Some take the place of the native backup, Some don't.
The native backup utility works great and is nearly flawless. Some of the third...
November 4, 2007 at 7:23 pm
Do you mean that you changed the Windows account in AD and the SQL account did not change?
The SQL accounts are linked by SID, but the name is also stored....
November 4, 2007 at 1:15 pm
This (http://support.microsoft.com/kb/281574) seems to imply that it should be the retail version if you upgraded.
I would at the very least set an alert for the day before expiration and be...
November 4, 2007 at 1:13 pm
Do you mean 3 errors in one batch or transaction? I believe only the last one will be returned with the alert. Not sure of a way to get around...
November 4, 2007 at 1:10 pm
IF it's a number, you might need to CAST it as a character string as well before combining it with a plus (+) and the zeros.
November 4, 2007 at 10:52 am
Are you saying that you are moving files as in data files to new filegroups? Or are you talking about data?
It's not clear exactly what your package is supposed to...
November 4, 2007 at 10:13 am
Each client has multiple transactions, I'm assuming, so that's why you get more values.
You could select the types, but use the MAX( date), group by the owner_id, and that should...
November 4, 2007 at 10:12 am
Viewing 15 posts - 30,781 through 30,795 (of 39,754 total)