Viewing 15 posts - 1 through 15 (of 101 total)
Thanks, I knew I was making it way harder than it had to be.
October 1, 2020 at 3:25 pm
Thanks xsevensinzx! Any other ideas/experiences out there about this?
June 20, 2018 at 12:03 pm
Tried that already, didn't work. Thanks for the reply though.
March 13, 2018 at 9:20 am
Ok, I've managed to figure it out, now to figure out how to order it...any help would be appreciated!
April 26, 2017 at 12:26 pm
Had to change up the process. Added a script task to select the data cleanly then insert.
TRUNCATE TABLE TableA
GO
INSERT INTO TableA (Column)
SELECT REPLACE(Column, '?', '') ColumnFixed, Column NotFixed
FROM OPENROWSET('IBMDA400',...
April 6, 2016 at 11:21 am
Thank you! I wish I'd had this years ago.:-D
March 1, 2016 at 6:38 am
Update: we had to drop the AG alltogether and restart the server.:angry:
July 31, 2015 at 7:50 am
Also seeing a lot of these errors from event log "The SQLBrowser service was unable to process a client request."
June 19, 2015 at 7:07 am
GRRRR, doesn't work for me at home either:crazy:
April 15, 2015 at 5:57 pm
That lists out the services yes, but I'm looking for the account that the SQL services are running under.
April 15, 2015 at 11:19 am
Viewing 15 posts - 1 through 15 (of 101 total)