Viewing 15 posts - 6,886 through 6,900 (of 11,678 total)
chris.j.clague (6/13/2012)
June 13, 2012 at 2:46 am
ako58 (6/13/2012)
June 13, 2012 at 2:24 am
Samuel Vella (6/13/2012)
Koen Verbeeck (6/13/2012)
It seems odd BIDS needs 1.5Gb for that. On...
June 13, 2012 at 2:23 am
Just reading files, derived columns and saving them to another file? So no blocking transformations in your package?
It seems odd BIDS needs 1.5Gb for that. On the other hand, I'm...
June 13, 2012 at 1:18 am
SSRS uses caching to speed up report execution. My guess is that you're always working on the cache and thus seeing the same results.
There are some files you can delete...
June 13, 2012 at 1:08 am
You can also use a derived column component to add new columns with static values.
But in my opinion, Craig's solution is the most straightforward.
June 13, 2012 at 1:02 am
SQLDBA360 (6/13/2012)
Couldn't the administrator initiate the DAC with a specific port number?Edit: agree with the earlier comments from Koen good question
Good remark. The admin could have specified the non-default port...
June 13, 2012 at 1:00 am
I'm not on my machine with SQL Server 2012 right now, but I can remember you can configure the environment in the SQL Server Agent jobstep. Quite similar on how...
June 13, 2012 at 12:39 am
I don't think it is possible to reference packages outside the project without using file connections.
It would be nice if they added such functionality though.
June 13, 2012 at 12:34 am
When you link your project to an environment variable, you need to choose one before you start the package. It will not take one by default. It's up to you...
June 13, 2012 at 12:31 am
Another question:
you claim the following:
Efficient in handling large volumes of data
About how much volume are we speaking here?
It seems to me that for very large volumes the FULL OUTER JOIN...
June 13, 2012 at 12:28 am
So it can be different, but there is no indication that it will be?
So there is a chance DAC will succeed for the default instance as it tries port 1434...
June 13, 2012 at 12:21 am
Are you using configurations at some point?
June 13, 2012 at 12:10 am
Nice question.
The MSDN article Using a Dedicated Administrator Connection says the following:
SQL Server listens for the DAC on TCP port 1434 if available or a TCP port dynamically assigned upon...
June 12, 2012 at 11:56 pm
A had a quick glance through the article. The title says it's about CDC, but I don't see anything about the change data capture functionality introduced in SQL Server 2008....
June 12, 2012 at 11:50 pm
Viewing 15 posts - 6,886 through 6,900 (of 11,678 total)