Structure Overhaul
This commit is contained in:
parent
bf9ceef777
commit
11ce675fac
BIN
Code/.vs/TrainingCode/v16/.suo
Normal file
BIN
Code/.vs/TrainingCode/v16/.suo
Normal file
Binary file not shown.
Binary file not shown.
BIN
Code/CustomActivity/.vs/CustomActivity/v16/.suo
Normal file
BIN
Code/CustomActivity/.vs/CustomActivity/v16/.suo
Normal file
Binary file not shown.
25
Code/CustomActivity/CustomActivity.sln
Normal file
25
Code/CustomActivity/CustomActivity.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.32106.194
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActivity", "CustomActivity\CustomActivity.csproj", "{52DB119F-830F-414F-ADF3-1833687EAEFC}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{52DB119F-830F-414F-ADF3-1833687EAEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{52DB119F-830F-414F-ADF3-1833687EAEFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{52DB119F-830F-414F-ADF3-1833687EAEFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{52DB119F-830F-414F-ADF3-1833687EAEFC}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {682C1D86-B82E-4B9E-8179-0F41AF5CA785}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
8
Code/CustomActivity/CustomActivity/CustomActivity.csproj
Normal file
8
Code/CustomActivity/CustomActivity/CustomActivity.csproj
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
12
Code/CustomActivity/CustomActivity/Program.cs
Normal file
12
Code/CustomActivity/CustomActivity/Program.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace CustomActivity
|
||||||
|
{
|
||||||
|
class Program
|
||||||
|
{
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
Console.WriteLine("Hello World!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v3.1",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v3.1": {
|
||||||
|
"CustomActivity/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"CustomActivity.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"CustomActivity/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\paul.andrew\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\paul.andrew\\.nuget\\packages",
|
||||||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.1",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "3.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v3.1",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v3.1": {
|
||||||
|
"CustomActivity/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"CustomActivity.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"CustomActivity/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\paul.andrew\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\paul.andrew\\.nuget\\packages",
|
||||||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp3.1",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "3.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj",
|
||||||
|
"projectName": "CustomActivity",
|
||||||
|
"projectPath": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\paul.andrew\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"fallbackFolders": [
|
||||||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
],
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\paul.andrew\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"netcoreapp3.1"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netcoreapp3.1": {
|
||||||
|
"targetAlias": "netcoreapp3.1",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netcoreapp3.1": {
|
||||||
|
"targetAlias": "netcoreapp3.1",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\paul.andrew\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.1</NuGetToolVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<SourceRoot Include="C:\Users\paul.andrew\.nuget\packages\" />
|
||||||
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@ -0,0 +1 @@
|
|||||||
|
0f25b4827a277d65f1c7ea5fed54274284915748
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.RootNamespace = CustomActivity
|
||||||
|
build_property.ProjectDir = C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
8c2f34a721f1ab6a8a4b2c0aa34fe087f4b6de2b
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.exe
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.deps.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.runtimeconfig.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.runtimeconfig.dev.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.dll
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Debug\netcoreapp3.1\CustomActivity.pdb
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.csproj.AssemblyReference.cache
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.AssemblyInfoInputs.cache
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.AssemblyInfo.cs
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.csproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.dll
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.pdb
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Debug\netcoreapp3.1\CustomActivity.genruntimeconfig.cache
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
eca3b3f0408037e0ebe5a5c84e49699310580454
|
||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("CustomActivity")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@ -0,0 +1 @@
|
|||||||
|
0f1742c03e055fa8f4a7b3c24bb888fbf0b29ac5
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.RootNamespace = CustomActivity
|
||||||
|
build_property.ProjectDir = C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
f20592bb3edc01e817172d91bf0bacb295339ec6
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.exe
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.deps.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.runtimeconfig.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.runtimeconfig.dev.json
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.dll
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\bin\Release\netcoreapp3.1\CustomActivity.pdb
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.AssemblyInfoInputs.cache
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.AssemblyInfo.cs
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.csproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.dll
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.pdb
|
||||||
|
C:\Users\paul.andrew\GitHub\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\Code\CustomActivity\CustomActivity\obj\Release\netcoreapp3.1\CustomActivity.genruntimeconfig.cache
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
eca3b3f0408037e0ebe5a5c84e49699310580454
|
||||||
Binary file not shown.
Binary file not shown.
72
Code/CustomActivity/CustomActivity/obj/project.assets.json
Normal file
72
Code/CustomActivity/CustomActivity/obj/project.assets.json
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v3.1": {}
|
||||||
|
},
|
||||||
|
"libraries": {},
|
||||||
|
"projectFileDependencyGroups": {
|
||||||
|
".NETCoreApp,Version=v3.1": []
|
||||||
|
},
|
||||||
|
"packageFolders": {
|
||||||
|
"C:\\Users\\paul.andrew\\.nuget\\packages\\": {},
|
||||||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj",
|
||||||
|
"projectName": "CustomActivity",
|
||||||
|
"projectPath": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\paul.andrew\\.nuget\\packages\\",
|
||||||
|
"outputPath": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"fallbackFolders": [
|
||||||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||||
|
],
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\paul.andrew\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"netcoreapp3.1"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netcoreapp3.1": {
|
||||||
|
"targetAlias": "netcoreapp3.1",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"netcoreapp3.1": {
|
||||||
|
"targetAlias": "netcoreapp3.1",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"dgSpecHash": "zYRvEjjSzXdI/rMiV1UmnBYTrlCS0BA3zhVf3zUGtNoTGBuZDxj84SUQMKoT1EGotfd/5xlVIkdEi8tBg4Ctzw==",
|
||||||
|
"success": true,
|
||||||
|
"projectFilePath": "C:\\Users\\paul.andrew\\GitHub\\Azure-Data-Integration-Pipelines-Advanced-Design-and-Delivery\\Code\\CustomActivity\\CustomActivity\\CustomActivity.csproj",
|
||||||
|
"expectedPackageFiles": [],
|
||||||
|
"logs": []
|
||||||
|
}
|
||||||
3
Code/Kusto/Pipeline Durations.txt
Normal file
3
Code/Kusto/Pipeline Durations.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ADFPipelineRun
|
||||||
|
| project TimeGenerated, Start, End, ['DataFactory'] = substring(ResourceId, 121, 100), Status, PipelineName , Parameters, ["RunDuration"] = datetime_diff('Minute', End, Start)
|
||||||
|
| where TimeGenerated > ago(1h) and Status !in ('InProgress','Queued','Canceling','Cancelling')
|
||||||
52
Code/MetadataDB/Scripts/Add Worker Metadata.sql
Normal file
52
Code/MetadataDB/Scripts/Add Worker Metadata.sql
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
DECLARE @NumberOfProcesses INT = 500
|
||||||
|
|
||||||
|
DELETE FROM [dbo].[BucketToProcessMap]
|
||||||
|
DELETE FROM [dbo].[BucketProcesses]
|
||||||
|
|
||||||
|
DECLARE @Duration VARCHAR(10)
|
||||||
|
DECLARE @NumberOfProcessesLocal INT
|
||||||
|
DECLARE @RandomNumber INT
|
||||||
|
DECLARE @TempProcesses TABLE
|
||||||
|
(
|
||||||
|
[ProcessName] VARCHAR(50),
|
||||||
|
[ObjectName] NVARCHAR(128),
|
||||||
|
[ObjectParameters] NVARCHAR(500),
|
||||||
|
[Duration] INT
|
||||||
|
)
|
||||||
|
|
||||||
|
SET @NumberOfProcessesLocal = @NumberOfProcesses
|
||||||
|
|
||||||
|
WHILE @NumberOfProcessesLocal > 0
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SELECT
|
||||||
|
@RandomNumber = ROUND(((10 - 1 -1) * RAND() + 1), 0)
|
||||||
|
|
||||||
|
INSERT INTO @TempProcesses
|
||||||
|
SELECT
|
||||||
|
'SomeStoredProc',
|
||||||
|
'DumpDataAndWait',
|
||||||
|
'@SecondWait = ' + CAST(@RandomNumber AS VARCHAR),
|
||||||
|
@RandomNumber
|
||||||
|
|
||||||
|
SET @NumberOfProcessesLocal = @NumberOfProcessesLocal - 1
|
||||||
|
SET @RandomNumber = NULL
|
||||||
|
END
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[BucketProcesses]
|
||||||
|
(
|
||||||
|
[ProcessName],
|
||||||
|
[ObjectName],
|
||||||
|
[ObjectParameters],
|
||||||
|
[Duration]
|
||||||
|
)
|
||||||
|
SELECT * FROM @TempProcesses
|
||||||
|
|
||||||
|
SELECT
|
||||||
|
@Duration = CAST(SUM(CAST([Duration] AS FLOAT))/60 AS VARCHAR)
|
||||||
|
FROM
|
||||||
|
[dbo].[BucketProcesses]
|
||||||
|
|
||||||
|
PRINT CAST(@NumberOfProcesses AS VARCHAR) + ' proccesses generated.'
|
||||||
|
PRINT ''
|
||||||
|
PRINT 'Duration total if executed in squence: ' + @Duration + ' minutes.'
|
||||||
44
Code/MetadataDB/Scripts/Create Worker Procs.sql
Normal file
44
Code/MetadataDB/Scripts/Create Worker Procs.sql
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
DECLARE @SQL NVARCHAR(MAX) = ''
|
||||||
|
DECLARE @NumberOfProcsWanted INT = 500
|
||||||
|
DECLARE @i INT
|
||||||
|
|
||||||
|
SET @i = @NumberOfProcsWanted
|
||||||
|
WHILE(@i>0)
|
||||||
|
BEGIN
|
||||||
|
SET @SQL =
|
||||||
|
'
|
||||||
|
CREATE OR ALTER PROCEDURE [workers].[DumpDataAndWait' + CAST(@i AS VARCHAR(5)) + ']
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = ''00:00:0'' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
|
'
|
||||||
|
EXEC(@SQL)
|
||||||
|
|
||||||
|
SET @i -= 1
|
||||||
|
|
||||||
|
END;
|
||||||
13
Code/MetadataDB/Scripts/Drop User Tables.sql
Normal file
13
Code/MetadataDB/Scripts/Drop User Tables.sql
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
DECLARE @SQL VARCHAR(MAX) = ''
|
||||||
|
|
||||||
|
SELECT
|
||||||
|
@SQL += 'DROP TABLE ' + QUOTENAME(s.name) + '.' + QUOTENAME(o.name) + ';' + CHAR(13)
|
||||||
|
FROM
|
||||||
|
sys.objects o
|
||||||
|
INNER JOIN sys.schemas s
|
||||||
|
ON o.schema_id = s.schema_id
|
||||||
|
WHERE
|
||||||
|
o.[type] = 'U'
|
||||||
|
|
||||||
|
PRINT @SQL
|
||||||
|
EXEC(@SQL)
|
||||||
2108
Code/MetadataDB/Scripts/Sample Worker Metadata.sql
Normal file
2108
Code/MetadataDB/Scripts/Sample Worker Metadata.sql
Normal file
File diff suppressed because it is too large
Load Diff
35
Code/MetadataDB/Scripts/Scale Out Demo Queries.sql
Normal file
35
Code/MetadataDB/Scripts/Scale Out Demo Queries.sql
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
--do this before demo:
|
||||||
|
ALTER DATABASE [trainingdb01]
|
||||||
|
MODIFY
|
||||||
|
(
|
||||||
|
EDITION = 'Standard',
|
||||||
|
SERVICE_OBJECTIVE = 'S6', --800 concurrent requests
|
||||||
|
MAXSIZE = 50 GB
|
||||||
|
);
|
||||||
|
|
||||||
|
SELECT * FROM sys.database_service_objectives
|
||||||
|
|
||||||
|
|
||||||
|
--for demo
|
||||||
|
SELECT * FROM [dbo].[Buckets];
|
||||||
|
|
||||||
|
SELECT * FROM [dbo].[BucketProcesses];
|
||||||
|
|
||||||
|
SELECT * FROM [dbo].[BucketToProcessMap];
|
||||||
|
|
||||||
|
EXEC [dbo].[SetBucketProcesses] @DebugMode = 1;
|
||||||
|
|
||||||
|
TRUNCATE TABLE [dbo].[DataDump];
|
||||||
|
|
||||||
|
SELECT COUNT(0) FROM [dbo].[DataDump];
|
||||||
|
SELECT [SomeValue] FROM [dbo].[DataDump];
|
||||||
|
|
||||||
|
|
||||||
|
--after demo
|
||||||
|
ALTER DATABASE [trainingdb01]
|
||||||
|
MODIFY
|
||||||
|
(
|
||||||
|
EDITION = 'Standard',
|
||||||
|
SERVICE_OBJECTIVE = 'S2',
|
||||||
|
MAXSIZE = 50 GB
|
||||||
|
)
|
||||||
3
Code/MetadataDB/Security/workers.sql
Normal file
3
Code/MetadataDB/Security/workers.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CREATE SCHEMA [workers]
|
||||||
|
AUTHORIZATION [dbo];
|
||||||
|
|
||||||
16
Code/MetadataDB/dbo/Stored Procedures/GetBucketContents.sql
Normal file
16
Code/MetadataDB/dbo/Stored Procedures/GetBucketContents.sql
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
CREATE PROCEDURE [dbo].[GetBucketContents]
|
||||||
|
(
|
||||||
|
@BucketId INT
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
SELECT
|
||||||
|
p.*
|
||||||
|
FROM
|
||||||
|
[dbo].[BucketToProcessMap] m
|
||||||
|
INNER JOIN [dbo].[BucketProcesses] p
|
||||||
|
ON m.[ProcessId] = p.[ProcessId]
|
||||||
|
WHERE
|
||||||
|
m.[BucketId] = @BucketId
|
||||||
|
END
|
||||||
6
Code/MetadataDB/dbo/Stored Procedures/GetBuckets.sql
Normal file
6
Code/MetadataDB/dbo/Stored Procedures/GetBuckets.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
CREATE PROCEDURE [dbo].[GetBuckets]
|
||||||
|
AS
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
SELECT [BucketId] FROM [dbo].[Buckets] WHERE [Enabled] = 1
|
||||||
|
END
|
||||||
15
Code/MetadataDB/dbo/Stored Procedures/LogUploadFinish.sql
Normal file
15
Code/MetadataDB/dbo/Stored Procedures/LogUploadFinish.sql
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
CREATE PROCEDURE [LogUploadFinish]
|
||||||
|
(
|
||||||
|
@LogId INT
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
UPDATE
|
||||||
|
[dbo].[UploadLog]
|
||||||
|
SET
|
||||||
|
[UploadEndDateTime] = GETDATE()
|
||||||
|
WHERE
|
||||||
|
[LogId] = @LogId;
|
||||||
|
|
||||||
|
END;
|
||||||
27
Code/MetadataDB/dbo/Stored Procedures/LogUploadStart.sql
Normal file
27
Code/MetadataDB/dbo/Stored Procedures/LogUploadStart.sql
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
CREATE PROCEDURE [LogUploadStart]
|
||||||
|
(
|
||||||
|
@FileCount INT,
|
||||||
|
@TriggerId VARCHAR(36)
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[UploadLog]
|
||||||
|
(
|
||||||
|
[UploadStartDateTime],
|
||||||
|
[FileUploadCount],
|
||||||
|
[TriggerId]
|
||||||
|
)
|
||||||
|
VALUES
|
||||||
|
(
|
||||||
|
GETDATE(),
|
||||||
|
@FileCount,
|
||||||
|
@TriggerId
|
||||||
|
)
|
||||||
|
|
||||||
|
SELECT
|
||||||
|
SCOPE_IDENTITY() AS LogId
|
||||||
|
|
||||||
|
END;
|
||||||
29
Code/MetadataDB/dbo/Stored Procedures/SetBucketLogEntry.sql
Normal file
29
Code/MetadataDB/dbo/Stored Procedures/SetBucketLogEntry.sql
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
CREATE PROCEDURE [dbo].[SetBucketLogEntry]
|
||||||
|
(
|
||||||
|
@LogId INT = NULL
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
IF @LogId IS NULL
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
TRUNCATE TABLE [dbo].[DataDump]
|
||||||
|
TRUNCATE TABLE [dbo].[BucketLog]
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[BucketLog] ([LogStartDate], [LogDetail]) VALUES (GETDATE(), 'Running Scale Demo')
|
||||||
|
|
||||||
|
SELECT SCOPE_IDENTITY() AS 'LogId'
|
||||||
|
|
||||||
|
END
|
||||||
|
ELSE
|
||||||
|
BEGIN
|
||||||
|
UPDATE
|
||||||
|
[dbo].[BucketLog]
|
||||||
|
SET
|
||||||
|
[LogEndDate] = GETDATE()
|
||||||
|
WHERE
|
||||||
|
[LogId] = @LogId
|
||||||
|
END
|
||||||
|
END
|
||||||
44
Code/MetadataDB/dbo/Stored Procedures/SetBucketProcesses.sql
Normal file
44
Code/MetadataDB/dbo/Stored Procedures/SetBucketProcesses.sql
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [dbo].[SetBucketProcesses]
|
||||||
|
(
|
||||||
|
@DebugMode BIT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
DELETE FROM [dbo].[BucketToProcessMap]
|
||||||
|
|
||||||
|
;WITH maxBuckets AS
|
||||||
|
(
|
||||||
|
SELECT MAX([BucketId]) AS 'MaxBucket' FROM [dbo].[Buckets]
|
||||||
|
)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[BucketToProcessMap]
|
||||||
|
SELECT
|
||||||
|
CASE
|
||||||
|
WHEN (ROW_NUMBER() OVER (ORDER BY p.[Duration] DESC) * 1) % maxBuckets.[MaxBucket] = 0 THEN maxBuckets.[MaxBucket]
|
||||||
|
ELSE (ROW_NUMBER() OVER (ORDER BY p.[Duration] DESC) * 1) % maxBuckets.[MaxBucket]
|
||||||
|
END AS 'NewBucketId',
|
||||||
|
p.[ProcessId]
|
||||||
|
FROM
|
||||||
|
[dbo].[BucketProcesses] p
|
||||||
|
CROSS JOIN maxBuckets
|
||||||
|
|
||||||
|
IF @DebugMode = 1
|
||||||
|
BEGIN
|
||||||
|
;WITH maxBuckets AS
|
||||||
|
(
|
||||||
|
SELECT MAX([BucketId]) AS 'MaxBucket' FROM [dbo].[Buckets]
|
||||||
|
)
|
||||||
|
SELECT
|
||||||
|
CASE
|
||||||
|
WHEN (ROW_NUMBER() OVER (ORDER BY p.[Duration] DESC) * 1) % maxBuckets.[MaxBucket] = 0 THEN maxBuckets.[MaxBucket]
|
||||||
|
ELSE (ROW_NUMBER() OVER (ORDER BY p.[Duration] DESC) * 1) % maxBuckets.[MaxBucket]
|
||||||
|
END AS 'NewBucketId',
|
||||||
|
p.*
|
||||||
|
FROM
|
||||||
|
[dbo].[BucketProcesses] p
|
||||||
|
CROSS JOIN maxBuckets
|
||||||
|
END
|
||||||
|
END
|
||||||
8
Code/MetadataDB/dbo/Tables/BucketLog.sql
Normal file
8
Code/MetadataDB/dbo/Tables/BucketLog.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CREATE TABLE [dbo].[BucketLog] (
|
||||||
|
[LogId] INT IDENTITY (1, 1) NOT NULL,
|
||||||
|
[LogStartDate] DATETIME NOT NULL,
|
||||||
|
[LogEndDate] DATETIME NULL,
|
||||||
|
[LogDetail] VARCHAR (50) NULL,
|
||||||
|
CONSTRAINT [PK_BucketLog] PRIMARY KEY CLUSTERED ([LogId] ASC)
|
||||||
|
);
|
||||||
|
|
||||||
12
Code/MetadataDB/dbo/Tables/BucketProcesses.sql
Normal file
12
Code/MetadataDB/dbo/Tables/BucketProcesses.sql
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
CREATE TABLE [dbo].[BucketProcesses] (
|
||||||
|
[ProcessId] INT IDENTITY (1, 1) NOT NULL,
|
||||||
|
[ProcessName] VARCHAR (50) NOT NULL,
|
||||||
|
[ProcessDetails] VARCHAR (500) NULL,
|
||||||
|
[ObjectName] NVARCHAR (128) NOT NULL,
|
||||||
|
[ObjectParameters] NVARCHAR (500) NULL,
|
||||||
|
[Duration] INT CONSTRAINT [DF_BProcesses_Duration] DEFAULT ((0)) NOT NULL,
|
||||||
|
[LastUpdated] DATETIME CONSTRAINT [DF_BProcesses_LastUpdated] DEFAULT (getdate()) NOT NULL,
|
||||||
|
[Enabled] BIT CONSTRAINT [DF_BProcesses_Enabled] DEFAULT ((1)) NOT NULL,
|
||||||
|
CONSTRAINT [PK_BProcesses] PRIMARY KEY CLUSTERED ([ProcessId] ASC)
|
||||||
|
);
|
||||||
|
|
||||||
8
Code/MetadataDB/dbo/Tables/BucketToProcessMap.sql
Normal file
8
Code/MetadataDB/dbo/Tables/BucketToProcessMap.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CREATE TABLE [dbo].[BucketToProcessMap] (
|
||||||
|
[BucketId] INT NOT NULL,
|
||||||
|
[ProcessId] INT NOT NULL,
|
||||||
|
CONSTRAINT [PK_BucketToProcessMap] PRIMARY KEY CLUSTERED ([BucketId] ASC, [ProcessId] ASC),
|
||||||
|
CONSTRAINT [FK_BucketToProcessMap_BucketProcesses] FOREIGN KEY ([ProcessId]) REFERENCES [dbo].[BucketProcesses] ([ProcessId]),
|
||||||
|
CONSTRAINT [FK_BucketToProcessMap_Buckets] FOREIGN KEY ([BucketId]) REFERENCES [dbo].[Buckets] ([BucketId])
|
||||||
|
);
|
||||||
|
|
||||||
8
Code/MetadataDB/dbo/Tables/Buckets.sql
Normal file
8
Code/MetadataDB/dbo/Tables/Buckets.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
CREATE TABLE [dbo].[Buckets] (
|
||||||
|
[BucketId] INT IDENTITY (1, 1) NOT NULL,
|
||||||
|
[BucketCode] VARCHAR (50) NOT NULL,
|
||||||
|
[Details] VARCHAR (500) NULL,
|
||||||
|
[Enabled] BIT CONSTRAINT [DF_Buckets_Enabled] DEFAULT ((1)) NOT NULL,
|
||||||
|
CONSTRAINT [PK_Buckets] PRIMARY KEY CLUSTERED ([BucketId] ASC)
|
||||||
|
);
|
||||||
|
|
||||||
4
Code/MetadataDB/dbo/Tables/DataDump.sql
Normal file
4
Code/MetadataDB/dbo/Tables/DataDump.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CREATE TABLE [dbo].[DataDump] (
|
||||||
|
[SomeValue] NVARCHAR (50) NOT NULL
|
||||||
|
);
|
||||||
|
|
||||||
7
Code/MetadataDB/dbo/Tables/FileToUpload.sql
Normal file
7
Code/MetadataDB/dbo/Tables/FileToUpload.sql
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
CREATE TABLE [dbo].[FilesToUpload]
|
||||||
|
(
|
||||||
|
[SourceDirectory] [NVARCHAR](MAX) NOT NULL,
|
||||||
|
[TargetDirectory] [NVARCHAR](MAX) NULL,
|
||||||
|
[FileName] [NVARCHAR](255) NOT NULL,
|
||||||
|
[Enabled] BIT NOT NULL
|
||||||
|
)
|
||||||
9
Code/MetadataDB/dbo/Tables/UploadLog.sql
Normal file
9
Code/MetadataDB/dbo/Tables/UploadLog.sql
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CREATE TABLE [dbo].[UploadLog]
|
||||||
|
(
|
||||||
|
[LogId] [INT] IDENTITY(1,1) NOT NULL,
|
||||||
|
[UploadStartDateTime] [DATETIME] NOT NULL,
|
||||||
|
[UploadEndDateTime] [DATETIME] NULL,
|
||||||
|
[FileUploadCount] [INT] NULL,
|
||||||
|
[TriggerId] [VARCHAR](36) NULL,
|
||||||
|
CONSTRAINT [PK_UploadLog] PRIMARY KEY CLUSTERED ([LogId] ASC)
|
||||||
|
)
|
||||||
Binary file not shown.
BIN
Code/MetadataDB/trainingdb01.dbmdl
Normal file
BIN
Code/MetadataDB/trainingdb01.dbmdl
Normal file
Binary file not shown.
592
Code/MetadataDB/trainingdb01.sqlproj
Normal file
592
Code/MetadataDB/trainingdb01.sqlproj
Normal file
@ -0,0 +1,592 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<Name>trainingdb01</Name>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectVersion>4.1</ProjectVersion>
|
||||||
|
<ProjectGuid>{81250184-960a-45f7-b83c-ed33c7c81eac}</ProjectGuid>
|
||||||
|
<DSP>Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP>
|
||||||
|
<OutputType>Database</OutputType>
|
||||||
|
<RootPath>
|
||||||
|
</RootPath>
|
||||||
|
<RootNamespace>trainingdb01</RootNamespace>
|
||||||
|
<AssemblyName>trainingdb01</AssemblyName>
|
||||||
|
<ModelCollation>1033,CI</ModelCollation>
|
||||||
|
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
|
||||||
|
<DeployToDatabase>True</DeployToDatabase>
|
||||||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
|
<TargetLanguage>CS</TargetLanguage>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<SqlServerVerification>False</SqlServerVerification>
|
||||||
|
<IncludeCompositeObjects>True</IncludeCompositeObjects>
|
||||||
|
<TargetDatabaseSet>True</TargetDatabaseSet>
|
||||||
|
<DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
|
||||||
|
<DefaultFilegroup>PRIMARY</DefaultFilegroup>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
||||||
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<DefineDebug>false</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
||||||
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<DefineDebug>true</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
||||||
|
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
|
||||||
|
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
|
||||||
|
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
||||||
|
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="Properties" />
|
||||||
|
<Folder Include="Scripts" />
|
||||||
|
<Folder Include="dbo\" />
|
||||||
|
<Folder Include="dbo\Tables\" />
|
||||||
|
<Folder Include="workers\" />
|
||||||
|
<Folder Include="workers\Stored Procedures\" />
|
||||||
|
<Folder Include="dbo\Stored Procedures\" />
|
||||||
|
<Folder Include="Security\" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Scripts\Create Worker Procs.sql" />
|
||||||
|
<None Include="Scripts\Add Worker Metadata.sql" />
|
||||||
|
<None Include="Scripts\Sample Worker Metadata.sql" />
|
||||||
|
<None Include="Scripts\Drop User Tables.sql" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Build Include="dbo\Tables\BucketLog.sql" />
|
||||||
|
<Build Include="dbo\Tables\BucketProcesses.sql" />
|
||||||
|
<Build Include="dbo\Tables\Buckets.sql" />
|
||||||
|
<Build Include="dbo\Tables\BucketToProcessMap.sql" />
|
||||||
|
<Build Include="dbo\Tables\DataDump.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait480.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait77.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait211.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait345.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait479.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait76.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait210.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait344.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait478.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait75.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait209.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait343.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait477.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait74.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait208.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait342.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait476.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait73.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait207.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait341.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait475.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait72.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait206.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait340.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait474.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait71.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait205.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait339.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait473.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait70.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait204.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait338.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait472.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait69.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait203.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait337.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait471.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait68.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait202.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait336.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait470.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait67.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait201.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait335.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait469.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait66.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait200.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait334.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait468.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait65.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait199.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait333.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait467.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait64.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait198.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait332.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait466.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait63.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait197.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait331.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait465.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait62.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait196.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait330.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait464.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait61.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait195.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait329.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait463.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait60.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait194.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait328.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait462.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait59.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait193.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait327.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait461.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait58.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait192.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait326.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait460.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait57.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait191.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait325.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait459.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait56.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait190.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait324.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait458.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait55.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait189.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait323.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait457.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait54.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait188.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait322.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait456.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait53.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait187.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait321.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait455.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait52.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait186.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait320.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait454.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait51.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait185.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait319.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait453.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait50.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait184.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait318.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait452.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait49.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait183.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait317.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait451.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait48.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait182.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait316.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait450.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait47.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait181.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait315.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait449.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait46.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait180.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait314.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait448.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait45.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait179.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait313.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait447.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait44.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait178.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait312.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait446.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait43.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait177.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait311.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait445.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait42.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait176.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait310.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait444.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait41.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait175.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait309.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait443.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait40.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait174.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait308.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait442.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait39.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait173.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait307.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait441.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait38.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait172.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait306.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait440.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait37.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait171.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait305.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait439.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait36.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait170.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait304.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait438.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait35.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait169.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait303.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait437.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait34.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait168.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait302.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait436.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait33.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait167.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait301.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait435.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait32.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait166.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait300.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait434.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait31.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait165.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait299.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait433.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait30.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait164.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait298.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait432.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait29.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait163.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait297.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait431.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait28.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait162.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait296.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait430.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait27.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait161.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait295.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait429.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait26.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait160.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait294.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait428.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait25.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait159.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait293.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait427.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait24.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait158.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait292.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait426.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait23.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait157.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait291.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait425.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait22.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait156.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait290.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait424.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait21.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait155.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait289.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait423.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait20.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait154.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait288.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait422.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait19.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait153.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait287.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait421.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait18.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait152.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait286.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait420.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait17.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait151.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait285.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait419.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait16.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait150.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait284.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait418.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait15.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait149.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait283.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait417.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait14.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait148.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait282.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait416.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait13.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait147.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait281.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait415.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait12.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait146.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait280.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait414.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait11.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait145.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait279.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait413.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait10.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait144.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait278.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait412.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait9.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait143.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait277.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait411.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait8.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait142.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait276.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait410.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait7.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait141.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait275.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait409.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait6.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait140.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait274.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait408.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait5.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait139.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait273.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait407.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait4.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait138.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait272.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait406.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait3.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait137.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait271.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait405.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait2.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait136.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait270.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait404.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait1.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait135.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait269.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait403.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait134.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait268.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait402.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait133.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait267.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait401.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait132.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait266.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait400.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait131.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait265.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait399.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait130.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait264.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait398.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait129.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait263.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait397.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait128.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait262.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait396.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait127.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait261.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait395.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait126.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait260.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait394.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait125.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait259.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait393.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait124.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait258.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait392.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait123.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait257.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait391.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait122.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait256.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait390.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait121.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait255.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait389.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait120.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait254.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait388.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait119.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait253.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait387.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait118.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait252.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait386.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait117.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait251.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait385.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait116.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait250.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait384.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait115.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait249.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait383.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait114.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait248.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait382.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait113.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait247.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait381.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait112.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait246.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait380.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait111.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait245.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait379.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait110.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait244.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait378.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait109.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait243.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait377.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait108.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait242.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait376.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait107.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait241.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait375.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait106.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait240.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait374.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait105.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait239.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait373.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait104.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait238.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait372.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait103.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait237.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait371.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait102.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait236.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait370.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\GetBucketContents.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait101.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait235.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait369.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\GetBuckets.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait100.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait234.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait368.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\SetBucketLogEntry.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait99.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait233.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait367.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\SetBucketProcesses.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait98.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait232.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait366.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait500.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait97.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait231.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait365.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait499.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait96.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait230.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait364.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait498.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait95.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait229.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait363.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait497.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait94.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait228.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait362.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait496.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait93.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait227.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait361.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait495.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait92.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait226.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait360.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait494.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait91.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait225.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait359.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait493.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait90.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait224.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait358.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait492.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait89.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait223.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait357.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait491.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait88.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait222.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait356.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait490.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait87.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait221.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait355.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait489.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait86.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait220.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait354.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait488.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait85.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait219.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait353.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait487.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait84.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait218.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait352.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait486.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait83.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait217.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait351.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait485.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait82.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait216.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait350.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait484.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait81.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait215.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait349.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait483.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait80.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait214.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait348.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait482.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait79.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait213.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait347.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait481.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait78.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait212.sql" />
|
||||||
|
<Build Include="workers\Stored Procedures\DumpDataAndWait346.sql" />
|
||||||
|
<Build Include="Security\workers.sql" />
|
||||||
|
<Build Include="dbo\Tables\FileToUpload.sql" />
|
||||||
|
<Build Include="dbo\Tables\UploadLog.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\LogUploadStart.sql" />
|
||||||
|
<Build Include="dbo\Stored Procedures\LogUploadFinish.sql" />
|
||||||
|
<Build Include="Scripts\Scale Out Demo Queries.sql" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
3
Code/MetadataDB/trainingdb01.sqlproj.user
Normal file
3
Code/MetadataDB/trainingdb01.sqlproj.user
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
</Project>
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait1]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait10]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait100]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait101]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait102]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait103]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait104]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait105]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait106]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait107]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait108]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait109]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait11]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait110]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait111]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait112]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait113]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait114]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait115]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait116]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait117]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait118]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait119]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait12]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait120]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait121]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait122]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait123]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait124]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
@ -0,0 +1,30 @@
|
|||||||
|
|
||||||
|
CREATE PROCEDURE [workers].[DumpDataAndWait125]
|
||||||
|
(
|
||||||
|
@SecondWait TINYINT = 0
|
||||||
|
)
|
||||||
|
AS
|
||||||
|
BEGIN
|
||||||
|
|
||||||
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
|
DECLARE @Delay VARCHAR(8)
|
||||||
|
SELECT
|
||||||
|
@Delay = '00:00:0' + LEFT(ABS(CAST(CAST(NEWID() AS VARBINARY(192)) AS INT)),1)
|
||||||
|
|
||||||
|
INSERT INTO [dbo].[DataDump]
|
||||||
|
(
|
||||||
|
[SomeValue]
|
||||||
|
)
|
||||||
|
SELECT TOP 1
|
||||||
|
[stopword]
|
||||||
|
FROM
|
||||||
|
sys.fulltext_system_stopwords
|
||||||
|
WHERE
|
||||||
|
[language_id] = 1033
|
||||||
|
ORDER BY
|
||||||
|
NEWID()
|
||||||
|
|
||||||
|
WAITFOR DELAY @Delay
|
||||||
|
|
||||||
|
END
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user