Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 6,679 total)

  • RE: No Data Being Returned?

    I was just about to respond with that - glad you figured it out.

  • RE: Date Query Format Problem

    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...

  • RE: One RDL with multiple data sources

    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...

  • RE: Career growth - Production Support SQL Server DBA

    TheSQLGuru (1/29/2010)


    I know a production DBA who just moved to a new job because he had gotten his former company so stable and everything running so routinely that he became...

  • RE: Question About Transactions

    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...

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    jrichards54 (9/2/2012)


    Thank you Steve Jones. I have given up on SQL Server 2005 Developer Edition because after 4 installs it does not work and I was unable to get help...

  • RE: download sql server management studio and BI

    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,...

  • RE: Date Query Format Problem

    jerome.morris (9/2/2012)


    To Make life easier is it possible to replace the date in StartDate_Time with the results returned from

    Select StartDate, StartTime, convert(datetime, StartDate) + convert(datetime, StartTime) AS StartDate_Time

    ...

  • RE: Date Query Format Problem

    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...

  • RE: Date Query Format Problem

    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...

  • RE: Date Query Format Problem

    jerome.morris (9/2/2012)


    Hi jeff I made them date time, columns trying to sort this mess out

    Jay

    Not sure I understand - it probably would help if you showed us the data you...

  • RE: Date Query Format Problem

    jerome.morris (9/1/2012)


    It gets better look at the create for the table

    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]...

  • RE: Maitenance Plan Fails

    View the history of the maintenance plan - and post the error from there.

  • RE: Help needed in converting an int datatype to MM/DD/YYYY and converting another int to HH:MM PM

    CELKO (8/29/2012)


    >> When running the script below I noticed that the two result fields [sic: columns are not fields] are of data type INTEGER. I would like to convert the...

  • RE: Backing Up/Restore to non-local drive

    Michael Valentine Jones (8/27/2012)


    At a former job I managed backups for over 300 SQL Servers, and all of them were backed up to UNC locations on file servers dedicated to...

Viewing 15 posts - 2,806 through 2,820 (of 6,679 total)