Viewing 15 posts - 4,051 through 4,065 (of 11,678 total)
Honny (12/17/2013)
Databases we have created in D Drive not in C Drive<snip>
which is already stored in the C.drive
Ehrm... why would you create your databases on the D drive, but store...
December 17, 2013 at 5:28 am
And why o why do you keep your log files on your C drive?
That is waiting for disaster to strike.
December 17, 2013 at 4:09 am
Can't you put the generated files in specific folder and use a for each loop in the SSIS package to pick up the files?
December 17, 2013 at 1:11 am
If your data source is a database (most likely), you can add a column BoldIndicator to your query that is just a simple CASE expression:
CASE WHEN UserName IN ('John','Mike') THEN...
December 17, 2013 at 12:24 am
You should go to the report properties and check the size of the report. Make sure it fits on one page (A4 in Europe). This should be the same for...
December 17, 2013 at 12:22 am
I wonder how a page break in a CSV file looks like.
You can influence the layout based on the export format though:
December 17, 2013 at 12:15 am
I have been enabling page compression on our entire data warehouse recently, so this was a pretty easy question 🙂
December 17, 2013 at 12:10 am
It's possible. The source component got a timeout, which can be caused by locking.
Can you force SSIS to run after the update? If not, you can maybe try another isolation...
December 16, 2013 at 12:39 pm
Whoah whoah, it's Monday! Easy with the questions 😀
(seriously, nice question)
December 16, 2013 at 2:29 am
It would probably be useful to see what the stored procedure actually does.
Any reason you pass dates converted to strings as parameters instead of the actual dates?
December 12, 2013 at 1:26 am
avdhut.k (12/12/2013)
I don't want all the requirement to be done by you,
I just described by whole ...
December 12, 2013 at 12:47 am
twin.devil (12/12/2013)
look like a assignment for you Koen :hehe:
I'll send my hourly rate... 😛 😀
December 12, 2013 at 12:38 am
You can do this by writing queries (obviously).
However it is not our duty to your job in your place. I'm willing to help with specific questions, but not with "here's...
December 12, 2013 at 12:26 am
Viewing 15 posts - 4,051 through 4,065 (of 11,678 total)