Viewing 15 posts - 16 through 30 (of 113 total)
y213h (7/10/2013)
why not use partition table to slide out the data?
This is how to do it is you do not have enterprise version of sql server. There are many ways...
July 10, 2013 at 11:44 am
Leo Peysakhovich (6/20/2012)
June 20, 2012 at 4:02 pm
"This is a scheduling 'addon' to handle cases where the native scheduling isn't as flexible as is necessary to the specific varying periodicity of this type of data load"
The way...
June 20, 2012 at 3:56 pm
Agreed with SSC-Enthusiastic. This solution is very danger to implement. Especially in environments where multiple DBAs and database developers controlling jobs in a heavy processing environment. If for some reason...
June 20, 2012 at 1:31 pm
BobMcC (7/30/2009)
August 2, 2009 at 1:26 pm
SQL Noob (7/8/2009)
how is this different than the standard audit tables that record changes?
a) it is allowed to gather additional data via XML
b) it is extended to the way...
July 8, 2009 at 3:59 pm
SQL Noob (7/8/2009)
how is this different than the standard audit tables that record changes?
a) it is allowed to gather additional data via XML
b) it is extended to the way...
July 8, 2009 at 3:58 pm
SQL Noob (7/8/2009)
how is this different than the standard audit tables that record changes?
a) it is allowed to gather additional data via XML
b) it is extended to the way...
July 8, 2009 at 3:58 pm
Mitch Miller (5/21/2009)
May 21, 2009 at 4:35 pm
You can do it. But I did not add it because I need to be able to get different XML schemas with different namespaces generically. You will see it in...
August 26, 2008 at 7:17 pm
pvoutov (7/7/2008)
set @INSERTED_IDENTITY_ID = IDENT_CURRENT('HIST_ERROR_LOG');
I think he meant to specify the table 'ERROR_LOG', not 'HIST_ERROR_LOG'. (Correct)
Also,...
July 7, 2008 at 2:46 pm
i did sent email to steve jones
July 7, 2008 at 10:07 am
Ninja's_RGR'us (4/15/2008)
Analyse that query and you'll find your problem there.
Also you are asking for troubles by auditing...
April 15, 2008 at 6:11 pm
Check field tblnm varchar(50) and variable @tblname VARCHAR(128)
April 15, 2008 at 6:07 pm
Msg 8152, Level 16, State 14, Procedure p_trigger, Line 61
String or binary data would be truncated.
The statement has been terminated
This message means that the string data you trying store in...
April 15, 2008 at 6:04 pm
Viewing 15 posts - 16 through 30 (of 113 total)