Viewing 15 posts - 421 through 435 (of 1,155 total)
How are you executing packages on the SSIS execution server ..
--
SQLBuddy
February 27, 2014 at 9:58 am
Jeff Moden (2/26/2014)
sankepalli (2/26/2014)
Suppose, there are 1 million records, if we insert all these records in the log file, it will become full & DB will become read only....
February 27, 2014 at 9:07 am
Nice to know that. Did you finish your installation ..
--
SQLBuddy
February 27, 2014 at 8:55 am
You are welcome, Oracle_91 🙂
--
SQLBuddy
February 27, 2014 at 8:48 am
You are welcome Dajon .. 🙂
--
SQLBuddy
February 26, 2014 at 3:27 pm
Oracle_91 (2/26/2014)
Can anybody help me knowing what versions can I have replication for Publisher , Subscriber and Distributor.
Do I need to have all 3 servers as same sql...
February 26, 2014 at 3:15 pm
sankepalli (2/26/2014)
Suppose, there are 1 million records, if we insert all these records in the log file, it will become full & DB will become read only. We cannot...
February 26, 2014 at 2:35 pm
Check this one as I previously mentioned ..
--
SQLBuddy
February 26, 2014 at 2:14 pm
If you do NOT have a DefaultSetup.INI, create one as follows :
;SQLSERVER2008 R2 Configuration File
[SQLSERVER2008]
PCUSOURCE=".\SP"
in each of those 3 folders
--
SQLBuddy
February 26, 2014 at 2:11 pm
As far as I remember, it should be called DefaultSetup.ini
Did the previous steps run successfully ..
--
SQLBuddy
February 26, 2014 at 1:59 pm
Yeah, I agree with Jeff and others. But make sure to discuss the same with your application team\developers.
When you run the generic report, you should be very careful...
February 26, 2014 at 12:13 pm
You have to create a slipstream installation file using SP2.
Instructions are as follows ..
http://my-installguides.com/?p=536
--
SQLBuddy
February 26, 2014 at 11:41 am
Try this ..
declare @trace_id INT
select @trace_id = 0
select @trace_id = traceid
from ::fn_trace_getinfo (NULL)
-- where value = 'D:\Server_TraceFiles\trace\profiler.trc' (Modify This )
EXEC master..sp_trace_setstatus @traceid = @trace_id ,@status = 0
-- Closes the specified...
February 26, 2014 at 11:33 am
If you are planning to use \already using SQL Server Auditing, then definitely you should consider upgrading to SQL Server 2012. There are some good improvements both in Security and...
February 26, 2014 at 10:34 am
kimreyj (2/25/2014)
My question is this:
Is there ever a benefit to...
February 26, 2014 at 10:26 am
Viewing 15 posts - 421 through 435 (of 1,155 total)