Forum Replies Created

Viewing 15 posts - 121 through 135 (of 2,917 total)

  • Reply To: Cycle Logs (non-error log)

    Thanks a bunch Jo!

    I'm going to check what mine are set to. I suspect they are either default (likely) or high (for no good reason) and I'd like to bump...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Configuring Maintenance Plans in SQL Server

    Just wanted to add my 2 cents to this. I know this isn't a "new" topic (created back in Feb), but I wanted to play devil's advocate a little bit.

    My...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Has the PK been used --

    Grant Fritchey wrote:

    Mr. Brian Gale wrote:

    Maybe I'm being pedantic, but I've never heard of a primary key index. As far as I know, you can make a table with a primary key that...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: how to move all SP from one db to another db?

    I would get some git system. Downloading and storing files on disk is not a good long term solution for source control. GitLab (for example) has a free tier that...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: FQDN - SQL cannot connect when the server name has backslash

    I think that is expected behavior. Naming a computer with a \ is not a supported configuration in Windows (server or desktop). BUT I think that isn't quite what is...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: The Long Weekend

    I'm really good at starting personal projects... finishing them is a different matter though. I have so many little projects on the go that I need to finish one day....

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Has the PK been used --

    Maybe I'm being pedantic, but I've never heard of a primary key index. As far as I know, you can make a table with a primary key that is a...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Each database having its own disk?

    I think it really depends on how much the data is going to be changing. Where I work, the data changing in the database is slow. Some of our databases...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Report Table/view or SP in SQL to handle various reports

    My opinion - Access is the wrong tool for the job. If you have a SQL Server standard (or higher) license, use SSRS for this instead. Report creator uploads the...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Connecting ADF to take information from sharepoint and from Confluence

    First, I'll say I've not done this before, but wanted to give my opinion on how I'd approach this problem.

    I'd say test it out. For issue 1, I'd use the...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: how to move all SP from one db to another db?

    I know you already did this manually, but I'd recommend using something like Visual Studio/ADS (I think this is being retired)/VS Code and GitLab/GitHub. I recommend some self-hosted git so...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Don't want to connect to the high transactional on-premises SQL Server Database

    Do you need real-time data in the secondary database? If not, you could have an SSIS job that pulls data out of the primary and pushes it to the AI...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Own Your Mistakes

    The other fun thing is MOST modern systems have audits of some sort. So even if you try to say it wasn't your fault or you pretend it wasn't or...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Need Help to implement the De Duplication

    My opinion - it depends on what they consider "duplicate" and de-duplication.

    Are they meaning on the row level or column level? At the column level, if you have a lot...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

  • Reply To: Dependency Chain

    Phil Parkin wrote:

    As I mentioned earlier, I have stopped receiving e-mail notifications of replies, for some reason.

    The actual procs are not named with numbers! They are named based on the tables...

    The above is all just my opinion on what you should do. 
    As with all advice you find on a random internet forum - you shouldn't blindly follow it.  Always test on a test server to see if there is negative side effects before making changes to live!
    I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.

Viewing 15 posts - 121 through 135 (of 2,917 total)