Viewing 15 posts - 481 through 495 (of 681 total)
So what you're really looking for is a document that will help you scam your way into a SQL Server job? Good luck with that....
Of course, there are lots...
April 17, 2008 at 6:14 am
Terrie, check the permissions on the D: drive - even though the account running the SQL Agent is a member of the local admins group, you can still have insufficient...
April 14, 2008 at 6:22 pm
garyreeds (4/11/2008)
could you plz tell me what type of text file is this n why the ; is used at the end column.here is the attachment.
n when importing this file...
April 11, 2008 at 3:20 pm
No, unfortunately you cannot deploy an Integration Services package to SQL Express or Workgroup:
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
April 11, 2008 at 3:13 pm
Lookup_BI (4/10/2008)
I tried the code you have given above.Correct me if Im wrong, all I have to do is to add an output column in the script component, given...
April 10, 2008 at 1:49 pm
Use a Derived Column transformation and create a copy of the column on which you want to match. When you copy the column, use the expression LOWER([original_column]), where [original_column]...
April 10, 2008 at 8:09 am
Create two data flows with a Success constraint between them. Use the first data flow for your Parent table; create an Excel Source and an Ole DB Destination and...
April 9, 2008 at 10:33 pm
Yes, this is entirely possible by using a script component. When you create a script component, you'll notice an Inputs and Outputs window, which will allow you to create...
April 9, 2008 at 10:29 pm
If you already have the SPs created, you will save yourself a layer of complexity by just scheduling the SP to run using SQL Server Agent. You can use...
April 9, 2008 at 10:14 pm
I don't know of a way to specify a user id and password for a flat file connection.... since your source is a Solaris box, can you snatch the file...
April 9, 2008 at 10:11 pm
Brandie,
If you are running the package on your workstation, the SSIS processing will happen on that machine (in most cases) instead of the server itself. At first glance, I...
April 9, 2008 at 9:45 pm
'fraid so, Brandie. I just ran into this recently, and had to create a derived column on which to do my lookups. I'm trying to get some time...
April 9, 2008 at 9:22 pm
I don't think you can do what you describe if you only use one control. Controls are rendered as a whole rather than character-by-character.
Is there any reason you can't...
March 25, 2008 at 7:42 pm
Luke, I'm working through the Microsoft Press book entitled SQL Server 2005 Analysis Services Step By Step (0735621993). I'm pleased with the way it explains not only the "how"...
March 25, 2008 at 7:36 pm
Without creating explicit connections for each file, I doubt if you can do them simultaneously. However, as the original responder indicated you can run them sequentially by using a...
March 18, 2008 at 5:40 pm
Viewing 15 posts - 481 through 495 (of 681 total)