Viewing 15 posts - 1 through 15 (of 172 total)
The code for the auto-generation of extended properties in this article seems to be just...
November 17, 2017 at 3:52 pm
November 17, 2017 at 3:34 pm
Hi Nelson,
No problem and I hope you found the trigger useful.
Yes, the trigger executes as Auditor, a user that has the minimum level of permissions required to insert to the...
March 31, 2016 at 11:43 am
70-458 scheduled for ?Tuesday, November 18, 2014? my confirmation email said "Appointment Length: 120? Minutes?".
for my re-scheduled test for Thursday, January 15, 2015?, my confirmation email said "Appointment Length: 180?...
December 26, 2014 at 12:23 pm
I too failed 70-458 today (Transition Your MCTS on SQL Server 2008 to MCSA: SQL Server 2012, Part 2).
I passed 70-457 (Transition Your MCTS on SQL Server 2008 to MCSA:...
November 18, 2014 at 1:49 pm
Also, see the following article: -
http://www.sqlservercentral.com/columnists/kfeit/portabledtspackages.asp
Regards,
Andy Jones
July 16, 2003 at 8:49 am
You can declare the connection parameters as global variables within the package. You can assign these global variables at run-time then have a dynanic properties task within the DTS package...
July 16, 2003 at 8:47 am
You can create an internal representation of an XML doc using sp_xml_preparedocument and then query using OPENXML. Search for sp_xml_preparedocument and OPENXML in BOL.
Regards,
Andy Jones
July 15, 2003 at 7:24 am
There is also an article about this, see: -
http://www.sqlservercentral.com/columnists/dPriyankara/versionservicepack.asp
Regards,
Andy Jones
July 15, 2003 at 6:53 am
I would use DTS to import the data with no modifications into (2 or more) holding tables. Then use TSQL statements to move the data into the live tables including...
May 15, 2003 at 6:09 am
Sure, here is a simplified version.
I am loading data from a flat file into a holding table (T1), each record is identifiable by the code in the first field e.g.
T1
C1(varchar(3))C2...
February 27, 2003 at 5:34 am
Follow the link above and click the SQLPASS link in the first sentence.
Regards,
Andy Jones
February 13, 2003 at 8:39 am
Hi, see: -
http://www.sqlservercentral.com/columnists/awarren/commentsonpasscommunitysummit2002.asp
Regards,
Andy Jones
February 13, 2003 at 7:59 am
Hi, see the following thread.
Regards,
Andy Jones
February 12, 2003 at 8:38 am
February 11, 2003 at 8:28 am
Viewing 15 posts - 1 through 15 (of 172 total)