Forum Replies Created

Viewing 15 posts - 76 through 90 (of 137 total)

  • RE: 3 select in one SP

    msh083 (2/3/2016)


    GilaMonster (2/3/2016)


    You've given them names. First and Second in your code example. You can reference them by those names in the last query.

    What are you trying to do?

    i want...

  • RE: Stairway to SQL PowerShell Level 8: SQL Server PowerShell Provider

    dbaduck (10/19/2015)


    If you have a default instance then you use the word DEFAULT or default in your path.

    SQLSERVER:\sql\localhost\default

    Thanks, Default worked for what I needed.

    dbaduck (10/19/2015)


    If you do this:

    cd SQLSERVER:\sql\localhost

    dir

    You should...

  • RE: Stairway to SQL PowerShell Level 8: SQL Server PowerShell Provider

    Hello, great stairway!

    I have two instances of SQL server installed, 2008 R2 SP1 and an EXPRESS version I think installed with Visual Studio.

    I am able to navigate to

    SQLSERVER:\sql\localhost\SQLEXPRESS...

  • RE: What does Access do best?

    Eric M Russell (10/15/2015)


    I believe Excel is more often used for professional data analysis than MS Access. What functionality is missing from Excel that she finds in MS Access?

    I am...

  • RE: Nulls in the FileTable

    g.britton (10/1/2015)


    timwell (10/1/2015)


    With regard to last_access_time, there is a note from a Michael Quinlan on the version of the FileTable Schema page that comes up on the search in technet...

  • RE: Nulls in the FileTable

    With regard to last_access_time, there is a note from a Michael Quinlan on the version of the FileTable Schema page that comes up on the search in technet with some...

  • RE: Logging Tables

    I have implemented some very simple logging to just have a record of changes and internet activity.

    (I have "inherited" a habit of prefixing field names with an abbreviation of...

  • RE: 'Where' conditions

    Lynn Pettis (9/8/2015)


    SQLAddict01 (9/8/2015)


    .

    Then doesn't this give you what you want?

    Select

    *

    from

    backups

    where

    databasename not in (select databasename from backups where...

  • RE: STUFF

    Did anyone try this on SQL Server 2014? I compared the BOL quote in the explanation and the one for 2008R2 and it is different.

    SQL Server 2014, SQL Server 2016...

  • RE: STUFF

    David Harder (9/3/2015)

    The question is valid. The BOL reference is valid. The comment about understanding how a function works is valid. But the reason the result of the query is...

  • RE: STUFF

    if the starting position is larger than length of the first string, a null string is returned. If the start position is 0, a null value is returned.

    I would...

  • RE: MDS Models

    Is MDS implemented as a specialized database using SQL Server?

    I suppose the DBA usually is the one who is responsible because it's data.

    Just curious. This is the first I...

  • RE: Filtered Indexes 2

    Of course we have to assume that neither username nor gender are "a computed column, a UDT column, a spatial data type column, or a hierarchyID data type column" as...

  • RE: Seperate Max fileds from the others to Another FileGroup

    When I was scripting a table with a varchar(max) field I noticed it includes:

    TEXTIMAGE_ON [PRIMARY]

    In MSDN for CREATE TABLE https://msdn.microsoft.com/en-us/library/ms174979(v=sql.120).aspx it says:

    TEXTIMAGE_ON { filegroup| "default" }

    Are keywords that indicate that...

  • RE: Whats going on Query window?

    Sean Lange (12/12/2014)


    ... Also, the link for documentation is a pretty bad choice since it is the sql 2000 version. There is no reference at all to sp_configure. ...

    A better...

Viewing 15 posts - 76 through 90 (of 137 total)