Forum Replies Created

Viewing 15 posts - 4,846 through 4,860 (of 39,824 total)

  • RE: Timzone conversion to IST

    Quick summary of what I'd do here.

    Since I'm changing the timezone of server, all existing data will display incorrectly, while all new data is correct. Therefore, I need...

  • RE: How to flip tables in sql server 2014

    +1 one for the synonym. You could use a view as well for client access, but this is more of what a synonym is for.

  • RE: The Single Pane of Glass

    the more complex your environment is, the less likely you'll have one screen to view it. However, you could have one screen that lets you know where things need investigation,...

  • RE: General audit / monitor question

    SQL Audit will do this if you need this to be accurate and secure. Someone can turn it off, but that will be logged as well. However, as mentioned EE.

  • RE: QUOTENAME() Types

    In hindsight, I should not have posted publicly and I apologize for that. I had ignored a few in a row, but was rather annoyed myself at the comment that...

  • RE: QUOTENAME() Types

    I deleted the post from edwardwill as it was unprofessional and contained profanity. not sure why the filter here didn't catch things, but I removed it from here and from...

  • RE: QUOTENAME() Types

    patrickmcginnis59 10839 - Thursday, October 4, 2018 12:58 PM

    Since you're already mad, can we discuss your work here at SSC?

    I am...

  • RE: Not getting any emails

    In your profile are check boxes. If you're the Rod I think you are, these are turned off.

  • RE: Unable to Apply SQL2014 SP2

    Haven't seen that, though I'm not sure I've done this with 2014. I have with 2012 and 2016, and both seem to work.

    Can you verify this on another...

  • RE: Are the posted questions getting worse?

    Maybe it does, maybe it doesn't, but it's something that you must verify or prove, depending on which side of the interview table you sit.

  • RE: Are the posted questions getting worse?

    I would say that after a year, you're not new to SQL. You might not be competent, you might have 1 week of experience 52 times, but that's your issue....

  • RE: SQL Server 2008R2 - SQ Login Security Risks outside of SQL Server

    yes, the sa login can do anything inside the SQL Server, which has XPs, cmdshell, etc, with potential access outside the system. In essence, the concern is that Sa can...

  • RE: Timzone conversion to IST

    I'm not quite sure what you mean here. Do you mean that now the server is in the US, set to a US timezone and all data is stored as...

  • RE: Unable to Apply SQL2014 SP2

    Does this appear as soon as you start setup? There isn't a place/time to choose the instance to apply this against?

  • RE: Detecting Detached Databases

    These days, PoSh would be the way to go. Find all mdfs and then compare them with what's attache. In fact, I was just thinking about updating a script I...

Viewing 15 posts - 4,846 through 4,860 (of 39,824 total)