Viewing 15 posts - 196 through 210 (of 285 total)
It does not matter what privileges you have when you are logged onto the server. That is not the account used during the restore process. The account running...
January 9, 2009 at 9:13 am
There are many places in SSIS that are case sensitive - I notice that we are showing
@[User:: and @[user::
I believe the capitalized version is correct. That may be...
December 31, 2008 at 12:59 pm
Hmmm - I wonder if it has to do with the LDB lock file. I haven't tried setting up a linked server to MS Access 97. But we...
December 31, 2008 at 12:24 pm
Excellent article. Although this is not a situation I have encountered yet in SSIS, it is a good workaround to be aware of.
Now that I have used SSIS for...
December 29, 2008 at 8:21 am
If I wanted to do this kind of thing server-side I too would look at a server grade component like SA Excelwriter.
With MS Excel, I think if you would...
December 5, 2008 at 7:30 am
I have done this using a script component as Tim referred to above. Since you are new to SSIS, however, just be aware that you will be taking a...
November 17, 2008 at 7:55 am
The login account running the SQL Server service will need access to the network share you are using. If your server is using the Local System account to run...
November 17, 2008 at 7:33 am
Thanks - this will get me started down the right path.
November 6, 2008 at 7:12 am
You would need to change the Data Source of the report. I haven't done this, but it looks like there are a couple of ways it can be done....
November 6, 2008 at 6:58 am
Do you mean that each user will supply a different report parameter that would cause their respective reports to differ?
If they shouldn't receive the identical report, what would cause the...
November 5, 2008 at 3:54 pm
I also want to point out that you can run SQL 2000 DTS packages in the SQL 2005 environment without converting them to SSIS. This may be an interim...
November 4, 2008 at 7:08 am
This probably isn't applicable for your situation since your box is likely to be a pure SQL server; but I'll throw it out there anyway.....
We got our first 64-bit 2005...
October 2, 2008 at 2:15 pm
I configured a Linked Server using the "iSeries Access ODBC Driver" supplied by the IBM iSeries Access for Windows software. We do a daily data extract from our AS400...
September 16, 2008 at 7:25 am
My final code ended up as something of a hybrid of the code all of you supplied. The execution time went from an hour to under 10 seconds!
Another testament...
August 22, 2008 at 2:57 pm
I see... sort of a FLOOR function for quarter hour rounding.
In my case I'll just record the ugly unrounded decimal because
we'll be aggregating the labor-hour values in later...
August 22, 2008 at 9:53 am
Viewing 15 posts - 196 through 210 (of 285 total)