Viewing 15 posts - 226 through 240 (of 285 total)
In BIDS you would choose Project>Migrate DTS 200 Package.
September 25, 2007 at 7:07 am
I think you need another variable with package scope that you can increment with the value of the variable that has RowCount scope. I believe you would do this using...
September 25, 2007 at 7:05 am
I have a situation where I am querying a daily SQL DB snapshot of a large legacy system. The name of the DB is tagged with the snapshot date, so...
September 24, 2007 at 7:34 pm
I have not done this - but here are my thoughts.
1 - You need to retrieve the zip file from the secure site. I think you probably need a Script...
September 24, 2007 at 7:20 pm
The .rdl is stored in the ReportServer database. What I generally do is open the report via the web browser, go to the Properties tab, and click Edit. You can...
September 17, 2007 at 7:04 am
From the MSSQL Business Intelligence Design Studio choose the REPORT > REPORT PARAMETERS menu item where you can add a new param and indicate the data source for the param.
September 14, 2007 at 2:22 pm
Robert,
Here is what my tech remembers about the Dell server patch:
"I got the updated 64-bit SAS driver for the 1955 Blade"
hth,
Ed
September 12, 2007 at 11:38 am
I had a similar issue with a Dell server experiencing multiple memory access violations in a day; sometimes locking up the SQL server; and even blue screening a couple of...
September 11, 2007 at 7:01 am
Another option might be to use the Merge Join transformation available in SSIS. It allows you to perform a join on disparate data sources when a normal SQL query join is not...
August 29, 2007 at 7:34 am
Here I think is one way to approach it:
1) SQL Task to set @server into an SSIS variable
2) OLEDB Source to get results of EXEC SP_HELPSRVROLEMEMBER
3) Derived Column to add...
August 23, 2007 at 11:39 am
If you store last date queried in a table, you can use a SQL Task to query that table, retrieve the value and assign it to a variable. You would...
August 23, 2007 at 11:23 am
I use Idera's SQLSafe backup utility. It has worked well for me as far as speed and compression of files. You can adjust the number of backup threads that run...
August 20, 2007 at 10:04 am
If you are using Reporting Services then you most certainly should backup the ReportServer db. It contaiins all of the critical info for SSRS including report definitions, report security, schedules,...
August 20, 2007 at 9:47 am
SSIS has Merge and Merge Join data transformations that might also come in handy here.
August 10, 2007 at 7:46 am
Ronda,
The first thing I would look into would be the permissions of the account that is executing the job (the SQLAgent service account). Does it have access to the network...
August 9, 2007 at 8:04 am
Viewing 15 posts - 226 through 240 (of 285 total)