Skip to content
View gabrielstelmach's full-sized avatar

Block or report gabrielstelmach

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SQL Server script to replicate all d... SQL Server script to replicate all data from a remote database to a local database.
    1
    /*
    2
    Replicates all data from the remote database to the local database. The local contents are removed, all current local data is erased and not recoverable.
    3
    You have to set the value for @LINKED_SERVER_NAME as your local Linked Server name for the remote SQL Server instance.
    4
    */
    5
    print 'Starting replication...';
  2. itfromhell itfromhell Public

    My particular way of doing IT

    Ruby 11 17