Forum Replies Created

Viewing 15 posts - 3,496 through 3,510 (of 9,399 total)

  • RE: Today's Random Word!

    EL Jerry (3/25/2016)


    djj (3/25/2016)


    Grumpy DBA (3/25/2016)


    Revenant (3/25/2016)


    DonlSimpson (3/25/2016)


    Grumpy DBA (3/25/2016)


    djj (3/25/2016)


    Dynamics

    Equilibrium

    Homeostasis

    Biology

    Balneology

    Shower

    Cap

    Baseball

  • RE: On formatting SQL code

    Jeff Moden (3/26/2016)


    diamondgm (3/26/2016)


    JBrosch (3/26/2016)


    How about a simple SurveyMonkey survey on this? ... I would curious to see the results 5 = heavily structured and enforced to 1 = free...

  • RE: sp_send_dbmail doesn't send result set when @query used

    You have to pass @attach_query_result_as_file = 1 and can also pass @query_attachment_filename to set the name of the file if you want an attachment.

    To send in the body, I use...

  • RE: Protecting sa

    I must use mixed-mode authentication in my environment on all SQL Servers. There's a password for all sa logins and they're them all disabled. Given how much damage...

  • RE: How do I install AdventureWorks in my local PC

    If you have SQL Server installed on a server, then the DBA has to give you permission to it. They'll also probably have to be the one to created...

  • RE: Are the posted questions getting worse?

    SQLRNNR (3/24/2016)


    Ed Wagner (3/24/2016)


    GilaMonster (3/24/2016)


    ChrisM@Work (3/24/2016)


    Grant Fritchey (3/24/2016)


    Steve Jones - SSC Editor (3/24/2016)


    WayneS (3/24/2016)


    ChrisM@Work (3/24/2016)


    Stage fright can hit anyone I suppose.

    Yes it does... even those that speak frequently. I...

  • RE: Today's Random Word!

    Hugo Kornelis (3/24/2016)


    Luis Cazares (3/24/2016)


    Ed Wagner (3/24/2016)


    djj (3/24/2016)


    Ed Wagner (3/24/2016)


    Luis Cazares (3/24/2016)


    TomThomson (3/24/2016)


    djj (3/24/2016)


    H2

    O

    O2

    Breathe

    Respiration

    Perspiration

    Inspiration

    Poetry

    Fluid

  • RE: Querying multiple databases

    Okay, I see two possible solutions.

    There is the option to create a view in a centralized database that does a SELECT against the dbo.RS_Patient_6 table in each one of these...

  • RE: Querying multiple databases

    kaplan71 (3/24/2016)


    Actually I made a mistake in my syntax. I had not enclosed the id number in quotes.

    Here is the correct syntax:

    SELECT *

    FROM RayStationPatientDB_Breast_4014.dbo.RS_Patient_6

    WHERE PatientID_6_660 = '577735';

    The output was...

  • RE: indexes-non clustered

    Hugo Kornelis (3/24/2016)


    Grant Fritchey (3/24/2016)


    I too am very interested to hear what the full story is on this one.

    My money at this point is on an interview question. Either taken...

  • RE: Querying multiple databases

    kaplan71 (3/24/2016)


    Hello --

    I used the following syntax to complete the query:

    SELECT *

    FROM RayStationPatientDB_Breast_4014.dbo.RS_Patient_6

    WHERE PatientID_6_660 = 577735;

    The output was as follows:

    Msg 245, Level 16, State 1, Line 1

    Conversion failed when converting...

  • RE: Querying multiple databases

    kaplan71 (3/24/2016)


    Hello --

    I am still not making any progress on this issue. The syntax that I entered is the following:

    SELECT *

    FROM databasename.schema_name.RS_Patient_6

    WHERE PatientID_6_660 = 577735

    The output I am getting is...

  • RE: How do I install AdventureWorks in my local PC

    mw112009 (3/22/2016)


    Lowell: The script did not prompt me.

    Looking at the attached ( in one of the previous posts ) image it is clear that SQLSERVER is running as a...

  • RE: How do I install AdventureWorks in my local PC

    Oops. Sorry - bit by the bug.

  • RE: Need help with installing SQL server in my local machine

    Please don't duplicate posts. It just fragments replies and makes it difficult to follow.

    There are a bunch of replies at http://www.sqlservercentral.com/Forums/Topic1770956-2799-1.aspx

Viewing 15 posts - 3,496 through 3,510 (of 9,399 total)