Viewing 15 posts - 76 through 90 (of 782 total)
Ninja's_RGR'us (1/6/2012)
January 6, 2012 at 9:06 am
drew.allen (1/5/2012)
ChrisM@home (1/5/2012)
drew.allen (1/4/2012)
ChrisM@home (1/4/2012)
say there are ten rows with the same VND_ID and only one of them matches the filter?
You'll need to post sample data illustrating the problem and...
January 5, 2012 at 12:15 pm
Ok got it....
If the database is online and you plan to perform a restore operation on the database, before starting the restore operation, back up the tail of the log...
January 5, 2012 at 6:20 am
drew.allen (1/4/2012)
UPDATE PLU_1
SET DSPL_DESCR = replace ([DSPL_DESCR],'"','in')
WHERE AND DSPL_DESCR LIKE '%"%'
AND...
January 4, 2012 at 12:35 pm
drew.allen (1/4/2012)
January 4, 2012 at 12:33 pm
ChrisM@home (1/4/2012)
where VND_ID NOT IN (select VND_ID from PLU_1
Where len(DSPL_DESCR)=40
AND DSPL_DESCR LIKE '%"%' )
This is functionally equivalent to Phil's LEFT JOIN.
You could also use NOT EXISTS as a correlated...
January 4, 2012 at 11:47 am
Hi,
I am not joining any table , its just a subquery..
Hope my query will clarify you more:--
update PLU_1
SET DSPL_DESCR = replace ([DSPL_DESCR],'"','in')
where VND_ID NOT IN ...
January 4, 2012 at 9:28 am
SQL Kiwi (1/4/2012)
SKYBVI (1/4/2012)
Is this question applicable for sql server 2005? I mean, will it work concurrently in sql server 2005?Yes. The change first occurred in SQL Server 2005.
That...
January 4, 2012 at 6:41 am
Is this question applicable for sql server 2005?
I mean, will it work concurrently in sql server 2005?
Regards
Skybvi
January 4, 2012 at 6:23 am
Are you able to do with help of sp_help_revlogin ?
Regards,
Skybvi
December 23, 2011 at 5:53 am
Perry Whittle (12/21/2011)
December 22, 2011 at 6:23 am
mahesh.dasoni (12/22/2011)
use job completes option which is used for both successful & failed jobs
Correct
Regards,
Skybvi
December 22, 2011 at 6:18 am
geetha@in (12/22/2011)
could you tel me which task/transformation i have to use in SSIS package for send messages from SQL SERVER to mail..
Send mail task
December 22, 2011 at 6:17 am
And one with pretty pictures:
This really helped me..
Thanks a lot koen
Regards,
Skybvi
December 21, 2011 at 11:31 am
Viewing 15 posts - 76 through 90 (of 782 total)