Viewing 15 posts - 31 through 45 (of 65 total)
[/quote]
nope, that would be expected, you would have to physically import the package into msdb (via SSIS) to se it in msdb.
msdb is usually the better place to store packages,...
July 18, 2013 at 10:39 am
george sibbald (7/16/2013)
You will...
July 16, 2013 at 9:16 am
george sibbald (7/15/2013)
SQLAgent jobs are held in msdb and there is only one msdb per instance. You seem fixated on the nodes, is this a failover cluster with...
July 15, 2013 at 4:15 pm
george sibbald (7/15/2013)
July 15, 2013 at 11:21 am
george sibbald (7/12/2013)
The packages are normally imported to msdb, thats better...
July 14, 2013 at 2:19 pm
george sibbald (7/12/2013)
use the virtual sql server name
Thanks George.
When you say virtual sql server Name - is that the cluster name or would that be names of the nodes....
July 12, 2013 at 11:49 am
david.alcock (6/10/2013)
You can then run a count in a SQL task that in turn populates a variable. You then have...
June 10, 2013 at 10:55 am
Lynn Pettis (5/15/2013)
Sorry confused. Can you show us what the actual results should be when you run this code?
LinkTable1, LinkTable2, LinkTable3 ...are different fields in the table...
May 16, 2013 at 12:33 am
GilaMonster (3/29/2013)
Split that into two pieces of dynamic SQL, one that...
March 29, 2013 at 6:29 pm
GilaMonster (3/29/2013)
Without seeing the code you're trying to run, pretty much no idea.
Here is the Code Snippet
...
March 29, 2013 at 5:56 pm
opc.three (3/25/2013)
March 28, 2013 at 7:08 pm
Lynn Pettis (3/15/2013)
Not saying how efficient it is but this may work:
declare @TestStr varchar(128) = 'DMV1004/343M.TR3432_PLC089_RIC_9843CL';
select @TestStr where @TestStr like '%[_]%[_]RIC[_]%';
set @TestStr = 'DMV1004/343M.TR3432_PLC089_RIC1_9843CL';
select @TestStr where @TestStr like '%[_]%[_]RIC[_]%';
Thanks Lynn,...
March 15, 2013 at 5:44 pm
sunder.mekala (2/20/2013)
February 20, 2013 at 10:04 am
Viewing 15 posts - 31 through 45 (of 65 total)