Viewing 15 posts - 121 through 135 (of 355 total)
USE master
ALTER DATABASE [database] SET PARTNER FAILOVER;
GO
March 10, 2016 at 10:31 am
kirankritapure (3/10/2016)
March 10, 2016 at 10:10 am
March 9, 2016 at 4:55 pm
SET OFFLINE with rollback immediate
Physically copy files
ALTER DATABASE [DB] MODIFY FILE ( NAME = X, FILENAME = Y)
SET ONLINE
Verify
Physically delete original file
March 9, 2016 at 4:47 pm
On a side note, only AES_256 is unbreakable, if it even still is unbreakable...
March 7, 2016 at 4:46 pm
March 7, 2016 at 4:44 pm
It's saying to create an index on the "equality_column", however you have to test and also take into consideration any indexes that already exist (I.E. index consolidation).
March 7, 2016 at 2:52 pm
Check this out: Choose an Encryption Algorithm
March 7, 2016 at 2:39 pm
are you calling you script (from sqlcmd) using -i?
I'm wondering if your .sql file that your calling is saving the unicode correctly...
(try saving the sql file with another text editor.)
March 7, 2016 at 2:31 pm
I don't see -sa in your sqlcmd call. Is %userName% "-sa" or is it "sa"
March 7, 2016 at 2:14 pm
FULL/DIFF/LOG is a good strategy, but you might want to overnight the FULL. Also, if you can, avoid anything that's going to cause a lot of changes, like index...
March 7, 2016 at 1:24 pm
Open the csv file with excel.
March 7, 2016 at 1:02 pm
Viewing 15 posts - 121 through 135 (of 355 total)