Viewing 10 posts - 91 through 100 (of 100 total)
November 25, 2018 at 5:46 pm
The following site has some useful information:
Regards,
September 24, 2017 at 11:55 pm
Greetings,
Please review the following Web site: (setting up the SSIS package should be done as explained in this site.)
Please test your solution in a...
September 24, 2017 at 11:35 pm
Greetings,
You could partition the huge SQL server table to partitions to alleviate the heavy burden. Then you can apply indexes much easier to different file groups. Please see additional comments...
September 24, 2017 at 11:15 pm
Greetings,
Please try this power shell script:
$colItems = Get-WmiObject Win32_NetworkAdapterConfiguration -Namespace "root\CIMV2" | where{$_.IPEnabled -eq "True"} Write-Host "# --------------------------------------"Write-Host "# Local IP address information"Write-Host "# --------------------------------------"foreach($objItem in...
September 24, 2017 at 9:40 pm
Greetings,
Well, you could run your individual scripts on each server as you stated.
The other option is to run a power shell script, which would connect to each...
September 24, 2017 at 9:01 pm
July 10, 2017 at 10:20 pm
The semi-colon is a statement...
July 10, 2017 at 10:03 pm
SELECT TOP ...
FROM dbo.table_name
ORDER BY NEWID()
I...
June 29, 2017 at 11:12 pm
Viewing 10 posts - 91 through 100 (of 100 total)