Viewing 15 posts - 29,836 through 29,850 (of 39,818 total)
If you want to learn SSIS, I own part of a training company in Orlando, FL that has gotten great feedback about our SSIS training. Brian Knight, MVP, author, has...
January 21, 2008 at 9:29 am
It can migrate some pckages, but depending on if you have scripting and complicated packages, it might not work and you have to re-write.
Pragmatic Works (www.pragmaticworks.com) has a tool that...
January 21, 2008 at 9:24 am
I'm not 100% sure, but it's possible that you can't open two cursors on a table variable.There might be some scope issue here.
Any reason not to move this to a...
January 21, 2008 at 9:22 am
Sites such as this one are good for general knowledge. Depending on time, you could go back through old articles and see what you learn. We have feeds for...
January 21, 2008 at 9:17 am
Oh and I'd set the databases in simple mode. Not sure you want to deal with up to the minute recovery for users.
If you do, then you need to manage...
January 21, 2008 at 9:15 am
Backups, maybe have them set a preference (folder) and run a backup to there? depending on how knowledgeable your users are, either let them pick a name, run it as...
January 21, 2008 at 9:15 am
create a function, query sys.objects using your criteria.
January 21, 2008 at 9:13 am
First I'd suggest you get Management Studio so you can more easily view things.
second, did you create another login or a user? A login has access to connect to the...
January 21, 2008 at 9:12 am
My guess is that they'll leave the open source product as it is, letting it evolve over time. I think that this will put more pressure on Oracle, IBM, and...
January 20, 2008 at 3:43 pm
Again, that doesn't help. It depends on what your data is.
If you are storing phone numbers, you don't need a varchar(50). You can reduce that to 10 char in the...
January 20, 2008 at 3:39 pm
This sounds like a homework assignment. Please make your own attempt at this and show some effort.
January 20, 2008 at 3:38 pm
This is a holdover from pre v7. Not sure that you need this information anymore.
January 20, 2008 at 10:02 am
This isn't something easily answered. It depends on your data.
Pick something that you think fits your data, with some pad for character values. Dates are dates, numbers are integers or...
January 20, 2008 at 9:59 am
As Jeff mentioned, we're more than happy to help. However take the time to describe what you want, include relevant code, but we're not going to dig through your code....
January 20, 2008 at 9:46 am
Viewing 15 posts - 29,836 through 29,850 (of 39,818 total)