Viewing 15 posts - 6,976 through 6,990 (of 39,877 total)
If you saw issues on the site this am, Rackspace had some network flapping going on, dropping packets. Should be fixed now.
April 23, 2017 at 1:07 pm
I'd start here with the Stairways, they are designed to help you get started. Once you have basics, pick up Itzik's book and learn more.
April 21, 2017 at 8:07 am
You can capture the output of the script and execute it directly instead of using xp_cmdshell.
April 21, 2017 at 8:06 am
You would need to do the inserts one at a time.WITH myTally(n)
AS
(SELECT n = ROW_NUMBER() OVER (ORDER BY (SELECT null))
FROM (VALUES (1), (2),...
April 21, 2017 at 8:04 am
April 20, 2017 at 9:48 am
April 20, 2017 at 9:31 am
April 20, 2017 at 9:29 am
April 19, 2017 at 2:12 pm
Good summary from Lowell, but I'll add a couple simple thoughts.
Column encryption is is designed when you trust the server, not the client. You need to trust admins...
April 19, 2017 at 12:04 pm
apt-get update
apt-get install mssql-server
I like Linux updates.
April 19, 2017 at 11:32 am
April 18, 2017 at 11:16 am
This appears to be an issue with IO not being able to be frozen: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql
Did previous log restores complete? Are you restoring in standby or norecovery?
April 18, 2017 at 10:46 am
Viewing 15 posts - 6,976 through 6,990 (of 39,877 total)