Forum Replies Created

Viewing 15 posts - 9,946 through 9,960 (of 15,381 total)

  • RE: Generated Sequences with SQL Server

    sasansamani (11/28/2012)


    Our department wants to automatically generate permit numbers for our customers when they apply for a license.They want something similar to a key generator. Yes SQL Server is my...

  • RE: Generated Sequences with SQL Server

    sasansamani (11/28/2012)


    Let me explain what exactly we are trying to do.

    Waste Hauler Unique Number Example: 00000-V/C 0000- AT- YR

    Requirements:

    Hauler # = 00000 (permanent)- there may be 1000 hauler companies

    Asset ...

  • RE: Average active sessions

    rajam.venkatesh58 (11/28/2012)


    Hi All,

    Please answer quickly,

    what is the query for finding average active sessions in sqlserver

    Interview?

    What does "average active sessions" mean? Is that the average active sessions in the course of...

  • RE: Generated Sequences with SQL Server

    Duplicate post. Please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1389914-338-1.aspx

  • RE: Generated Sequences with SQL Server

    sasansamani (11/28/2012)


    Does SQL Server Express support all programmability features?

    What do you mean by this?

    Is a sequence a function or DDL trigger?

    You posted this in the 2005 section so I assume...

  • RE: How to use EXISTS with conditions datetime

    It is nearly impossible to do much but guess because you didn't provide much detail. Please see the first link in my signature for bet practices when posting questions.

  • RE: Copy Data From One Row To Subsiquent Rows Where Blank

    LoosinMaMind (11/28/2012)


    I supppose we could add in a self gentrating row ID as we go along.???

    This will eventually be imported from a csv/txt file via the import wizard in...

  • RE: Can I pivot?

    mike.littlewd (11/28/2012)


    Hi,

    I'd like to have a go at pivoting this small dataset to start with before applying to a larger set of data.

    Can it be done?

    This is the starting result...

  • RE: Convert rows to columns

    goodtomorrow01 (11/27/2012)


    We have a following table:

    [Day] [Time]

    Mon 07:00

    Tue...

  • RE: Some observation with Join

    patrickmcginnis59 (11/28/2012)


    It would be interesting to see if the queries produced different execution plans. I'm gonna put that on my todo list !

    Easy enough.

    create table #Handset

    (

    Something varchar(10),

    ModelName varchar(10),

    ManufacturingYear int

    )

    create table...

  • RE: Some observation with Join

    Run both queries and look at the actual execution plan. They will be pretty much the same, if not identical. I don't like to see filtering in a join condition...

  • RE: Iterating thru a Tables columns

    Due the denormalized data and the very unique situation it is impossible to give a generic this is a set based way to do this. If what you have is...

  • RE: Iterating thru a Tables columns

    richard.noordam (11/27/2012)


    first of all i was NOT looking for a specific solution. So your comment, and snarkyness are not appreciated, nor warranted.

    If I came across as snarky I apologize....

  • RE: How do I lock Queries

    kiasystemsoft (11/27/2012)


    sorry

    I can not speak English well

    -------------

    I do not view design mode for the user in Views

    Try typing your question in your native tongue and then use google translate...

  • RE: Iterating thru a Tables columns

    now there is probably a few ways that this could be solved... maybe better? this most definitely works though.

    Agreed there are better ways to do this. I doubt you need...

Viewing 15 posts - 9,946 through 9,960 (of 15,381 total)