Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 15,381 total)

  • RE: Database design theory question

    YOUCH!!!! You might check your indexes. You have guids on these tables as the clustered index. Unless you have a process that defrags them daily I suspect your fragmentation is...

  • RE: CSV file to table

    rs80 (4/4/2014)


    Thanks Sean for your reply. The loading of the file is on a daily basis. The layout of the data isn't straightforward so it's difficult for me...

  • RE: Incorrect syntax near the keyword 'From'.

    djj (4/4/2014)


    Jason, I do not think that is the problem. However that might fix it.

    I did a quick test

    create table Props (mapparam varchar(20));

    INSERT INTO Props values (44.01);

    select mapparam from...

  • RE: Count of Max Servers

    It would be REALLY helpful if you could provide ddl and sample with your posts.

    I am not 100% certain what you are trying to do here but see if this...

  • RE: CSV file to table

    rs80 (4/4/2014)


    I'm wondering if the data from a sample csv file can be transformed and loaded into a table. I have attached a workbook where worksheet1 has the sample...

  • RE: Concatenating rows from aliased tables on MSSQL 2005 server

    domingo.sqlservercentral (4/4/2014)


    ... and? Please...

    Well you gave us a bunch of data and said "here is my results". Results of what? Presumably a query.

    The problem is that you have...

  • RE: How to select results from column that groups results into different years

    Pretty hard to tell from what you posted how to do this. I can think of 2 or 3 ways this might be done but it all depends on your...

  • RE: Job

    Hi and welcome to the forums. In order to help we will need a few things:

    1. Sample DDL in the form of CREATE TABLE statements

    2. Sample data in the form...

  • RE: behavioral difference between DELETE and TRUNCATE

    Why all the looping and dynamic sql to create inserts? From what you posted this looks procedural instead of set based. If you want some help to make this whole...

  • RE: SQL Statement not displaying results with zero value

    gedhinch (4/4/2014)


    In response to your post Sean i haven't changed around the joins as i don't fully understand how they work yet i need to do a little more reading...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (4/4/2014)


    SQLRNNR (4/4/2014)


    Sean Lange (4/4/2014)


    TomThomson (4/3/2014)


    Steve Jones - SSC Editor (4/3/2014)


    Revenant (4/3/2014)


    Sean Lange (4/3/2014)


    Greg Edwards-268690 (4/3/2014)


    it was clear they had no idea what they wanted or needed.

    But finish it by...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (4/4/2014)


    SQLRNNR (4/4/2014)


    Sean Lange (4/4/2014)


    TomThomson (4/3/2014)


    Steve Jones - SSC Editor (4/3/2014)


    Revenant (4/3/2014)


    Sean Lange (4/3/2014)


    Greg Edwards-268690 (4/3/2014)


    it was clear they had no idea what they wanted or needed.

    But finish it...

  • RE: Opinion of use of LINQ

    OCTom (4/4/2014)


    This is my take on LINQ to SQL. I have found that it does not handle large data sets well. It can be slow. And, because you do...

  • RE: SQL Statement not displaying results with zero value

    You're where predicate here doesn't make sense.

    Where DISCOUNT = ISNULL(NULL,0) OR Discount LIKE '0.%%'

    The isnull is replacing NULL with a 0. And I don't quite understand the Like...

  • RE: Are the posted questions getting worse?

    TomThomson (4/3/2014)


    Steve Jones - SSC Editor (4/3/2014)


    Revenant (4/3/2014)


    Sean Lange (4/3/2014)


    Greg Edwards-268690 (4/3/2014)


    it was clear they had no idea what they wanted or needed.

    But finish it by Friday.

    This is an everyday...

Viewing 15 posts - 5,266 through 5,280 (of 15,381 total)