Viewing 15 posts - 1,366 through 1,380 (of 7,168 total)
greeshatu (3/29/2013)
I have scenario where I need to Call an Storeprocedure in SQL task
Eg: Procedure Name Like Usp_ABCDEF 'Param1',Param2'
Part of Stored Procedure name is coming from Varible
Eg:...
April 1, 2013 at 11:37 am
This solution allows you to set a duration for how long you want the index job to run. It will finish the index it is working on when it reaches...
March 31, 2013 at 5:52 pm
Jeff Moden (3/30/2013)
March 30, 2013 at 7:35 pm
Jeff Moden (3/30/2013)
March 30, 2013 at 2:53 pm
Jeff Moden (3/30/2013)
opc.three (3/30/2013)
March 30, 2013 at 1:49 pm
Once again you're focusing in too narrow a field and only considering SQL Server auditing, and only a piece of that to boot. What about the folks that kick off...
March 30, 2013 at 8:49 am
INFORMATION_SCHEMA is there to serve certain clients that want to maintain ANSI-standard code and sp_helptext is not going to be very easy to work with. Instead, try using this query...
March 29, 2013 at 8:31 pm
Thanks for the post, Steve. I'll chime in since I have a feeling I know where the idea for this Editorial came from 😉
I think xp_cmdshell should be disabled, period,...
March 29, 2013 at 4:28 pm
It sounds like a data-driven error. Check the data types on your Excel Source to make sure they match the columns they are mapped to in the Excel file. In...
March 29, 2013 at 2:56 pm
Brandie Tarvin (3/29/2013)
opc.three (3/28/2013)
March 29, 2013 at 9:13 am
With only a single Precedence Constraint in place I am not aware of a configuration that would allow SSIS to execute a subsequent task without the previous task completing, whether...
March 28, 2013 at 10:13 pm
Dave Pendleton (3/28/2013)
// enable the watcher
fileSystemWatcher.EnableRaisingEvents = true;
just prior to the WaitForChanged call. In the...
March 28, 2013 at 8:49 pm
My pleasure. One item of note, the revlogin proc does not pickup Fixed Server Role membership. Here is a query you can adapt to pickup those memberships as well. I...
March 28, 2013 at 11:14 am
opc.three (3/27/2013)
GilaMonster (3/27/2013)
opc.three (3/27/2013)
March 28, 2013 at 8:53 am
Erin Stellato (3/28/2013)
Transaction log backup sizes should be about the same size whether you're in FULL or BULK LOGGED recovery...http://www.sqlskills.com/blogs/paul/a-sql-server-dba-myth-a-day-2830-bulk_logged-recovery-model/
The article is more geared towards debunking the myth that BULK...
March 28, 2013 at 7:31 am
Viewing 15 posts - 1,366 through 1,380 (of 7,168 total)