Viewing 15 posts - 8,056 through 8,070 (of 13,876 total)
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
OK. I don't fully understand what your data looks like.
Please provide the following:
1) The results of running
select MemberNumber, EndDate, UpdateDate
from dbo.DimMember
where MemberNumber = 1041
before any update and then
2) Please show...
October 5, 2015 at 11:25 am
sqlmaverick (10/5/2015)
October 5, 2015 at 10:47 am
Eric M Russell (10/5/2015)
If a trusted user (meaning perhaps a user with a certain level of points...
October 5, 2015 at 9:14 am
Lowell (10/5/2015)
October 5, 2015 at 8:35 am
There are other potential benefits. Here are some that spring to mind:
1) Having a local copy of all database files means that you can search your database without hitting the...
October 5, 2015 at 12:27 am
erb2000 (10/4/2015)
October 4, 2015 at 10:44 am
Viewing 15 posts - 8,056 through 8,070 (of 13,876 total)