Viewing 15 posts - 3,826 through 3,840 (of 9,253 total)
Grant Fritchey (1/2/2014)
100% true. But, you probably wouldn't be asking about where to put storage if you had no choice in the matter.
Sure, about the only time is when migrating...
January 2, 2014 at 7:07 am
Krishna1 (4/9/2013)
DECLARE @bc INT;
DECLARE @ec INT;
DECLARE @bfn VARCHAR(1000);
DECLARE @efn VARCHAR(10);
-- Get the name of the current default trace
SELECT @filename = CAST(value AS NVARCHAR(1000))
FROM ::fn_trace_getinfo(DEFAULT)
WHERE traceid = 1 AND...
January 2, 2014 at 6:44 am
Follow this knowledge base article from MS
January 2, 2014 at 6:24 am
JoshDBGuy (12/30/2013)
and need to replicate/mirror/copy/log ship to another server in the cloud.
First thing to do is to decide on which you will use sounds like you have thought about it...
January 2, 2014 at 5:50 am
Grant Fritchey (1/2/2014)
If you want faster performance for the system databases, you might consider local storage.
Unless its an FCI then you are required to use shared storage not local
January 2, 2014 at 5:42 am
Right click the table and select "Script table as" > "Create to" > "New query editor window".
Do you see the default constraint script there?
Please post results of the following query
SELECTdc.nameAS...
January 2, 2014 at 5:05 am
are you referring to database mirroring?
You cannot mirror system databases. If you have installed a failover clustered instance of sql server, the system databases will be on shared drives that...
January 2, 2014 at 4:33 am
when you mention filetables are you referring to filestream objects?
December 30, 2013 at 5:48 am
EdVassie (12/30/2013)
It is too easy with a manual install to forget to select a given option...
December 30, 2013 at 5:41 am
SELECT DATEADD(day, -1, b.MYDATE), DeliveryDate from MYTABLE b
December 30, 2013 at 3:53 am
thierry.vandurme (12/30/2013)
Hi Perry,the difference between installing an extra SQL 2008 R2 instance (about 1h) or an extra SQL 2012 instance (about 4h) is out of proportion though.
Chrz
Thierry
are downloading any...
December 30, 2013 at 1:32 am
smtzac (12/23/2013)
December 29, 2013 at 1:42 pm
niver (12/26/2013)
Do i need to Add the SYSTEM Databases the .mdf of ( Master, msdb, temp etc) to the Storage? please help me thank you masters
You can move all...
December 29, 2013 at 1:40 pm
Elliott Whitlow (12/12/2013)
The full backups should not affect the log shipped databases.CEWII
Directly, no. Indirectly for the reason listed below
george sibbald (12/23/2013)
smtzac (12/23/2013)
how about diff. backups? will this break LSN?No
It will...
December 29, 2013 at 1:37 pm
ron.grout (12/18/2013)
I...
December 29, 2013 at 1:34 pm
Viewing 15 posts - 3,826 through 3,840 (of 9,253 total)