Viewing 15 posts - 8,926 through 8,940 (of 9,701 total)
Lynn,
Here are the create statements (sanitzed). The OLTP table does contain more columns but I'm only concerned with a small few.
Create Table OLTPContracts (ContractID int identity(1,1), FirstName varchar(25), LastName...
February 26, 2008 at 9:16 am
The easiest way to find errors is while you're in BIDS. When you execute a package in BIDS, it throws you into Debug Mode. When you're in Debug...
February 26, 2008 at 8:37 am
That one is pretty simple. You're trying to create something on the 2000 db that 2000 doesn't support. It could be a data type of a column...
February 26, 2008 at 7:40 am
Thanks, Guys.
One of my coworkers found the issue by pulling the fields into a XML datatype variable. It was a hidden character with some bizarre value that...
February 25, 2008 at 7:25 am
And that might be true, but the OP might have meant something different too. So, I'd like to hear from him regarding what he's trying to accomplish to make...
February 22, 2008 at 4:23 am
Ed,
Let me guess. Readers were asking him how much the resource cost. @=)
February 22, 2008 at 4:20 am
I'm glad I started this thread. I've been enjoying everyone's quotes. @=)
February 21, 2008 at 11:09 am
You don't need to make the login owner of the database in order to view the database. Not unless you're wanting that user to be able to alter database...
February 21, 2008 at 11:08 am
Practice, practice, practice with SSMS. Explore the GUI and figure out how to do everything. Right click every menu item, examine every available option, test every possible thing...
February 21, 2008 at 6:22 am
John,
Have you checked your desktop for bits of wings, legs, antenna? Sounds like there's a 'bug' in the system to me. @=)
Configuration Manager sets encryption so you can use...
February 14, 2008 at 10:16 am
And if your System Admin try to request DB access, you need to point out to your boss the concept of "Separation of duties" and all those wonderful data breaches...
February 14, 2008 at 7:54 am
Wow, this is quite a thread.
Check the references section on the question and you'll see where I got the idea for it. I suppose I should have checked up...
February 14, 2008 at 5:43 am
Wow, guys, you've been a big help.
I have another table in which I keep triangulated totals (not the same as a triangular join). I have to basically add the...
February 14, 2008 at 5:13 am
David, I hate to break the news, but there are no drugs for what people like you & I have.
But they are working on a vacine to prevent future...
February 14, 2008 at 4:14 am
yes, not only save those sql scripts but take them to the next job
But check any confidentially agreements you might have signed on the previous job before you do...
February 14, 2008 at 4:12 am
Viewing 15 posts - 8,926 through 8,940 (of 9,701 total)