Viewing 15 posts - 166 through 180 (of 596 total)
adamfewtrell (4/6/2016)
I believe the three options I have are to increase the server memory, rewrite the package, or reduce the amount of data it is...
April 7, 2016 at 3:11 am
NicHopper (4/6/2016)
I think I've got this, it was an incorrect service account config.All though no one replied, thank you to those who took the time to read the post.
Thanks,
Nic
Hi Nic,
This...
April 6, 2016 at 8:46 am
adamfewtrell (4/3/2016)
15 0xC0047048 error codes
2 0xC0047012 error codes (Description: A buffer failed while allocating 10483200...
April 6, 2016 at 2:52 am
From BOL:
To Uninstall an Instance of SQL Server
To begin the uninstall process, go to Control Panel and then Programs and Features.
Right click...
April 5, 2016 at 9:46 am
GonnaCatchIT (4/4/2016)
I useMicrosoft.SqlServer.Dts.Runtime.Package.Execute()
How do I control dtexec to run in 32 bit from c# code?.
C# is not exactly my forte, but can you not just use Process.Start? Like:
Process.Start("dtexec.exe", "Arguments here");
More...
April 5, 2016 at 12:19 am
GonnaCatchIT (4/4/2016)
I have windows server 2008 r2 64 bit box where I have setup my Integration services.
The SSIS packages are called via .net c# 2.0 directly connection to SSIS...
April 4, 2016 at 8:07 am
tejalchaudhari89 (4/4/2016)
#1 is something I would like to use. But I have one additional requirement to the solution proposed in it. I need to get value of...
April 4, 2016 at 4:46 am
You need the full version of SQL Server, not Express. I was mistaken about Advanced Services.
April 3, 2016 at 1:55 am
You seem to have installed SQL Server Express. This does not include SSAS unless it is the "Advanced Services" version, which this doesn't seem to be.
April 2, 2016 at 7:02 am
tejalchaudhari89 (4/1/2016)
April 1, 2016 at 9:30 am
You can get to it if you are able to install the ASSP assembly on your instance (https://asstoredprocedures.codeplex.com/). Then the following (or a variation of it) will return your connection...
March 31, 2016 at 8:01 am
sqlchuck4 (3/29/2016)
March 29, 2016 at 1:04 pm
sqlchuck4 (3/28/2016)
March 29, 2016 at 5:46 am
Brandie Tarvin (3/24/2016)
Brandie Tarvin (3/24/2016)
PB_BI (3/24/2016)
Have you tried just copying the code out of the task and putting it in a new one?
I have not. And now I will. Thank...
March 24, 2016 at 12:15 pm
Brandie Tarvin (3/24/2016)
Or am I just asking for a world of...
March 24, 2016 at 8:37 am
Viewing 15 posts - 166 through 180 (of 596 total)