Forum Replies Created

Viewing 15 posts - 6,016 through 6,030 (of 39,776 total)

  • RE: metrics

    No. Everything it really workload dependent. Early on I'd build a 2x4 (2 cores, 4GB) for a new SQL VM, and then add resources if needed. These days I'd likely...

  • RE: How do I log into SSMS v17 on a home network?

    I usually open the firewall for 1433 on VMs/other machines. I do this with

    netsh advfirewall firewall add rule name="SQL Server" dir=in action=allow protocol=TCP localport=1433

    Make sure...
  • RE: Querry with results only from specific subnets?

    This isn't really a good question as listed. Is this the query you want or do you want to further filter results by caller?

    Ultimately you should produce a...

  • RE: Question w.r.t. amount columm

    It would be good to see more information, even mocked up.

    Is amount used in other queries, or in WHERE/HAVING/ON clauses? If so, then adding it to the index...

  • RE: sql injection help

    What's the final code being run in SSMS? Can you show that?

  • RE: Sorting after records deleted

    Luis' solution will work, but you need to be sure this happens. You might think about ensuring that on a delete, that this routine runs for the deleted.stakeholder/groupid combination in...

  • RE: SSMS 17.3 Start Powershell give s error - No SQL Server cmdlets found on this computer

    Perhaps silly question, but have you rebooted?

    I tried today from 17.3 and got the message that my cmdlets were too old (v20), and updated. SSMS then found them...

  • RE: Not Useless Features

    Ken Wymore - Saturday, December 2, 2017 10:15 AM

    Maybe that would be a good site survey question? How many people have...

  • RE: Not Useless Features

    ryanbesko - Friday, December 1, 2017 2:04 PM

    More of an SSMS thing, but intellisense for Synonyms would be helpful.  Use one in...

  • RE: Not Useless Features

    MattF - Friday, December 1, 2017 12:52 PM

    I would suggest Connect is more of a site for bug fixes and 'change requests'...

  • RE: SQL Server 2012 Build List

    fizzleme - Friday, December 1, 2017 12:39 PM

    Steve:  Just a quick question.

    Our sql server build is 11.0.6251,  A vendor requested we apply...

  • RE: Not Useless Features

    RonKyle - Friday, December 1, 2017 10:20 AM

    Analysis Services gets very little love. I would love to see some tools built...

  • RE: Not Useless Features

    RonKyle - Friday, December 1, 2017 8:18 AM

    I would like to be able to create a folder structure in the stored procedures...

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Friday, December 1, 2017 11:34 AM

    Just wondering if I should continue my research or not.  Leaning to the...

  • RE: Not Useless Features

    Eric M Russell - Friday, December 1, 2017 7:53 AM

    MDS (Master Data Services) is one feature I wish Microsoft would deprecate. From...

Viewing 15 posts - 6,016 through 6,030 (of 39,776 total)