Viewing 15 posts - 2,806 through 2,820 (of 6,679 total)
I was just about to respond with that - glad you figured it out.
September 3, 2012 at 8:59 am
Jay, you still are stuck with the idea that you need a datetime column for your query. Why? Is there a reason you believe you have to query...
September 3, 2012 at 8:42 am
Okay - this is rather a simple google search. I searched for 'SSRS dynamic data source' and the first item in this list is an article from this site.
The...
September 2, 2012 at 8:21 pm
TheSQLGuru (1/29/2010)
September 2, 2012 at 8:10 pm
Based on your original statement - I would recommend not even using an explicit transaction. Since this is an import process and you are wiping the data (truncating) and...
September 2, 2012 at 8:00 pm
jrichards54 (9/2/2012)
September 2, 2012 at 7:55 pm
You can download SSMS Express with Advanced Services - I believe that might come with the BI tools but not sure. If you are using this for development purposes,...
September 2, 2012 at 7:45 pm
jerome.morris (9/2/2012)
Select StartDate, StartTime, convert(datetime, StartDate) + convert(datetime, StartTime) AS StartDate_Time
...
September 2, 2012 at 7:36 pm
jerome.morris (9/2/2012)
APS08,C5_LAKE_WE,08075_002_,0807500236,ADAMSAG,26013,Sun Jan 01 07:21:59 2012,01/01/2012,07:21:59,2012,01,01,07,21,59,, ...APS05,C5_LAKE_WE,08066_005_,0806600536,HUGHEPE,28708,Sun Jan 01 07:08:38 2012,01/01/2012,07:08:38,2012,01,01,07,08,38,,...
This is 2 lines from the csv
the order is the same as the create i posted.
Okay - I have stripped...
September 2, 2012 at 12:48 pm
So, you are getting the data as a distinct date and time. Putting that data into a date column and a time column would be appropriate - and you...
September 2, 2012 at 11:22 am
jerome.morris (9/2/2012)
Hi jeff I made them date time, columns trying to sort this mess outJay
Not sure I understand - it probably would help if you showed us the data you...
September 2, 2012 at 9:38 am
jerome.morris (9/1/2012)
USE [SLADB]
GO
/****** Object: Table [dbo].[ProdDataTB] Script Date: 09/01/2012 12:27:41 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ProdDataTB](
[MachineName]...
September 2, 2012 at 9:23 am
View the history of the maintenance plan - and post the error from there.
August 30, 2012 at 1:00 pm
CELKO (8/29/2012)
August 29, 2012 at 6:49 pm
Michael Valentine Jones (8/27/2012)
August 27, 2012 at 1:38 pm
Viewing 15 posts - 2,806 through 2,820 (of 6,679 total)