Viewing 15 posts - 8,056 through 8,070 (of 13,882 total)
I found a 'GetNumbers' function here [/url] and that, when combined with Jeff's function, allows you to take the CLR out of the equation ... at least for the data...
October 9, 2015 at 11:25 am
anthony.green (10/9/2015)
baddulahariprasad (10/9/2015)
Hi,Just add 7 packages to the SQL Agent as a job with different steps and schedule it according to your requirement.
7 packages, a bit overkill.
Why not 1 package...
October 9, 2015 at 2:32 am
james.of.rivendell (8/12/2013)
Pretty sure it's called 'covering index' or less commonly 'cover index', but not 'covered index'. The index is not the one being covered.
+1
October 8, 2015 at 11:39 pm
garfieldlandry (10/8/2015)
If you change the target to a SQL Server table, does it work OK?
Do the columns which fail to be populated have anything in common? Same datatype, space in...
October 8, 2015 at 11:43 am
garfieldlandry (10/8/2015)
October 8, 2015 at 11:09 am
garfieldlandry (10/8/2015)
October 8, 2015 at 10:49 am
jellybean (10/8/2015)
Can you help me please? I'm using the SQL indicated below:
SELECT
DISTINCT C.Field1 As 'Group',
A.Field2 As 'Security Object'
E.Field3 As 'User'
FROM TableA AS A
JOIN TableB AS B...
October 8, 2015 at 4:55 am
If you could post an example in consumable format, which others can run, it would be even better.
October 8, 2015 at 2:41 am
Jason Selburg (10/7/2015)
in this example, newCol4 and newCol5 are your non-existent columns. Using the CAST,...
October 7, 2015 at 1:33 pm
orenk (10/7/2015)
who can I use a variable like the followig
set @MAG3 = '<> 0'
or
set @MAG3 = '= 0'
for the following where condition
where patindex('%;' + Mitarbeiter + ';%' , @MAG2)...
October 7, 2015 at 6:10 am
Deploy your SSIS project to SSISDB on your SQL Server instance. Here[/url] is a link that illustrates that process.
Now you are in a position to create a scheduled SQL Agent...
October 7, 2015 at 6:06 am
raj_saroj_yadav (10/7/2015)
bro if u get idea then please share with me.... thanx in advance
You just responded to a post which is six years old. I reckon all these 'bros' got...
October 7, 2015 at 1:07 am
helal.mobasher 13209 (10/7/2015)
SELECT Count(*) FROM OPENQUERY (CMSPROD, 'Select * From MHDLIB.MHSERV0P')
MHDLIB is the library...
October 7, 2015 at 1:00 am
Clearly not using SQL Agent!
You'll need to use some other task scheduler. Or tell us why SQL Agent needs to be stopped while running these commands – there may be...
October 7, 2015 at 12:46 am
rajarajansudar (10/6/2015)
October 6, 2015 at 6:32 am
Viewing 15 posts - 8,056 through 8,070 (of 13,882 total)