Forum Replies Created

Viewing 15 posts - 11,986 through 12,000 (of 26,486 total)

  • RE: Hide SQL Instance

    Because the default instance uses port 1433. This is the default when installing SQL Server using all defaults. I haven't tried installing the default instance to use a...

  • RE: BIDs versions

    sqlfriends (5/14/2012)


    Any one knows if I install BIDs for SQL server 2008 R2 on a workstation that has SQL server 2008 BIDs

    installed, will they exist side by side, or 2008R2...

  • RE: Converting an integer to datetime

    dan-572483 (5/14/2012)


    I believe the datatime datatype was new with SQL 2005, so applications developed before that used various schemes for dates & times. While upgrade routines of recent...

  • RE: Hide SQL Instance

    Between the time it was hidden and the time it wasn't, what had you done in SSMS? At anytime did you access the hidden instance?

  • RE: Making a good backup plan

    Steve Jones - SSC Editor (5/14/2012)


    I assume you mean differential since there is not incremental. Grant and Peter have good advice. Here's what I'd do, given what I think you...

  • RE: SYSLanguages on SQL 2012

    I'd have thought more people would have gotten this one right. Only 60% at this time, sorry but that's low for this question imho.

  • RE: How to load a temp table with the result set of a sproc

    Geoff A (5/14/2012)


    Hi Lynn,

    Q1: Why were table variables introduced when temporary tables were already available?

    A1: Table variables have the following advantages over temporary tables: •As mentioned in the SQL Server...

  • RE: How to load a temp table with the result set of a sproc

    Geoff A (5/14/2012)


    or even better, declare a table variable.

    declare @temp table (MyColumns varchar(128),......)

    insert into @temp

    exec usp_myprocedure

    I have to ask, what's better about a table variable?

  • RE: recommendations for MAX_QUEUE_READER option on queue

    michael vessey (5/14/2012)


    Lynn Pettis (5/14/2012)


    Going with the "it depends" answer. How many files are being processed, how often are they processed, how big is each file that is being...

  • RE: How to load a temp table with the result set of a sproc

    dndaughtery (5/14/2012)


    I need to load a temp table with the result set from a sproc sort of like the following:

    Select into #Temp

    Exec usp_LoadTemPTableSproc

    How can I do this?

    Close. The temp...

  • RE: Where are the good Senior Level DBA's?

    JamesMorrison (5/14/2012)


    It has been my experience that most IT people have no business even conducting interviews.

    Many lack the understanding of the real goal of the interview.

    Often it becomes more...

  • RE: recommendations for MAX_QUEUE_READER option on queue

    Going with the "it depends" answer. How many files are being processed, how often are they processed, how big is each file that is being processed, how long does...

  • RE: Query performance issue

    Without the DDL for the tables (including index definitions), sample data, expected results, your current code, and the actual execution plan(s) as .sqlplan files (ie, the graphical representation) there really...

  • RE: Security Configuration

    durai nagarajan (5/14/2012)


    Hi Anthony.green,

    Thanks for your reply.

    What about this users listed below, why they require access to SQLserver/databases. what is the impact if i remove the access from SQL server?.

    NT...

  • RE: I want to list the students according to the range of the age.

    anthony.green (5/14/2012)


    Not to worry, happy to help as always. Glad its working for you.

    Unfortunately, it still isn't accurate. Today is 2012-05-14, how old is someone today that was...

Viewing 15 posts - 11,986 through 12,000 (of 26,486 total)