Viewing 15 posts - 16 through 30 (of 85 total)
how would I setup the C# code as a data flow source though?
July 28, 2014 at 4:59 am
Thanks Howard
I am doing single record inserts for it, will combine it with a SSIS and see how it goes.
Great advice, thanks!
July 28, 2014 at 4:56 am
Hi there
I also fixed the problem with a Row Number, but I want to know why it reacts like this?
Why do the results get sorted randomly when and not stay...
May 23, 2014 at 1:06 am
Hi David
Sorry about that, it works, didn't look at the results properly.
Thanks, works a treat.
April 24, 2014 at 3:37 am
Thanks David
Your one works nicely, the ,SUM(1-SIGN(Pos-1)) section returns 0 always, but I have tweaked it to fit my needs.
April 24, 2014 at 3:01 am
@bartedgerton-2: Sorry, my post was a bit mis-leading, I dont actually have the position at that level.
Here are some sample scripts:
Table
CREATE TABLE [dbo].[SalesData](
[SaleYear] [int] NULL,
[SaleWeek] [tinyint] NULL,
[ProductId] [int]...
April 23, 2014 at 8:55 am
Thanks, found a another two week old copy on a dev server, going to detach/attach the MDF files.
February 28, 2014 at 4:18 am
Thanks Kevin
Will read through it tomorrow.
Interested to read how to get info back in a query that requires more than a plain join.
February 26, 2014 at 11:39 am
I went through the functions and realized they are not needed as advanced as they are in this query.
"Fixed" it by using this:
SELECT
.
.
.
, ISNULL(CAST(NULLIF(PR.RetailPrice,0.00) AS VARCHAR(20)), 'N/A') RetailPrice
,
(
SELECT TOP...
February 26, 2014 at 6:22 am
We have a recovery plan in place, I will run a comparison when the Backup is set to Bulk Logged and see what difference it makes.
We also have a lot...
February 4, 2014 at 4:11 am
Thanks for the input.
Our DB's and Logs are already split onto different drives and the Import and Production DB are also on separate drives.
I think I will have a look...
February 4, 2014 at 3:47 am
Hi Igor
The updates get run from an "Import" Database, so I will have to set the Production DB and Import DB to Single User.
All DB's are already set to Simple...
February 4, 2014 at 3:22 am
Hi, it doesn't allow me to log into the server with the Account the Agent runs off.
I have another FTP application that works a bit differently, will try and implement...
August 7, 2013 at 5:18 am
@Koen: I can't use a normal FTP task as there are multiple files that I need to download from the folder and then delete each one as I download it.
August 7, 2013 at 4:22 am
Viewing 15 posts - 16 through 30 (of 85 total)