Viewing 15 posts - 1 through 15 (of 17 total)
A good manager will serve his/her department well by fostering this within their group. By actually giving their developers/DBA's the time and not just suggesting it, but actually setting it...
October 4, 2011 at 12:11 pm
I am going to have to go with GSquared here. You really would be served well by investigating SSIS and using the for while functions to load the data.
September 19, 2011 at 12:04 pm
Not knowing what the files look like, I need to assume a bit. Of course, that means we are all in trouble.
Are the files in folders or embedded into...
September 19, 2011 at 11:23 am
sqlauthority has a good example
http://blog.sqlauthority.com/2008/04/18/sql-server-generate-foreign-key-scripts-for-database/
September 19, 2011 at 9:53 am
How about installing SSMS?
You can call it via command line also. Here is the info:
September 19, 2011 at 9:42 am
First, 32 bit or 64 bit drivers?
Second, 32 bit or 64 bit sql server?
You need to make sure you can run this on the Informix Server
dbaccesss sysmaster coledbp.sql
The query method...
September 19, 2011 at 9:11 am
You need to get with your records retention person and set a retention schedule. Then write SPs that can be used to purge that data in setable segments. ...
September 19, 2011 at 8:59 am
You probably first need to look at the query plans for your view. Write indexing that might help the sql for the view process faster.
The overhead of building...
September 19, 2011 at 8:55 am
Can we see the code for the loop of folders? I think you might be not handling the folder names correctly as you map through the process.
You should have...
September 19, 2011 at 7:26 am
Do they know VBscripting? You probably have to schedule or pay for training if they don't. What is their background?
September 19, 2011 at 7:22 am
September 18, 2011 at 10:30 pm
Show them simple packages using the GUI in BIDS. It is a nice start.
September 18, 2011 at 10:27 pm
You might want to look at a couple things:
1. What type of driver is it? Sometimes the driver will not show up because you are looking in one class...
September 18, 2011 at 10:26 pm
Can't you just count off a field that will be in every record, like this:
Select count(account_id),
... blah blah blah ...
group by ... everything else in select list ...
September 18, 2011 at 10:12 pm
We use to use LANDesk ServiceDesk, but if you couldn't keep the web spider running, finding calls were impossible. (Yes, it crawled the database with a web spider/index engine)...
September 18, 2011 at 10:05 pm
Viewing 15 posts - 1 through 15 (of 17 total)