Viewing 15 posts - 91 through 105 (of 124 total)
Hi David, I am trying now to use the ssis import wizard, but each row is not ending correctly its staggering the data. How do I tell that after x...
August 22, 2012 at 5:04 pm
Hi there I have changed the file now and its fails on all datetime/date..
This is my new formatfile
<?xml version="1.0"?>
<BCPFORMAT xmlns="http://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RECORD>
<FIELD ID="1" xsi:type="CharFixed" LENGTH="10"/>
<FIELD ID="2"...
August 22, 2012 at 4:30 pm
Hi Chris, I have to set what my parameter is before I call it like so
ALTER PROCEDURE [dbo].[GetCategory]
@mc1 nchar
AS
; WITH OrderedData AS (
SELECT
rn = ROW_NUMBER() OVER (ORDER BY Dockets...
August 2, 2012 at 6:34 am
No problems Chris. Thanks for your help on this matter.
J
August 1, 2012 at 4:26 am
Chris M do I need to give more information ?
I can see the finish line almost 🙂
August 1, 2012 at 4:01 am
Yes, that is how you create a primary key.
Check what error it's failing with if it doesn't set the PK (my guess, the column is nullable)
Spot on mate...
July 20, 2012 at 12:46 am
Sorry
OK normally I drag my tables onto my Dataset designer and run queries against it like so
SELECT Con1, Con10, Con2, Con3, Con4, Con5, Con6, Con7,Weekend, Contract, Docket_Category, Docket_Date, Docket_DateRaised,...
July 19, 2012 at 2:10 pm
In VS when I have a query like this it ask me for the dates, but running this is VS complains about parsing variables.
This is what I have tried...
July 17, 2012 at 8:07 am
There is lots of selects in this so I am not 100% where to put the date part. I also want to use Variables form from C# app.
(Docket_Date BETWEEN...
July 11, 2012 at 12:26 pm
I found out the Row grouping was incorrect in my report so its working now. I will eventually select Docket_Date also but will try a figure out where to put...
July 11, 2012 at 9:47 am
When I execute this in SQL the results are perfect and in the correct order, I use a stored procedure and then drag to my DataSet designer in VS2010 create...
July 11, 2012 at 9:41 am
Wow just like that, that so far advance to what I was trying 🙁
I will try make some sense of it and understand just what is happening.
Thank you Kindly.
I am...
July 11, 2012 at 8:48 am
Is it possible to select Pct_To_Total and sum on this column and generate another column?
July 11, 2012 at 8:23 am
Viewing 15 posts - 91 through 105 (of 124 total)