Viewing 15 posts - 6,406 through 6,420 (of 13,469 total)
Bryan i think you can simply add a step to your job that would do the notification, and then change the On Failure to call that notification step instead, right?

November 16, 2011 at 7:21 am
Charmer (11/16/2011)
Hi Friends,how do i select last 5 rows without any sorting order?
you cannot.
without an order by, there is no first and last.
SELECT TOP 5 * FROM SOMETABLE will give...
November 16, 2011 at 6:21 am
i see there is a connect item for two other ODBC drivers with the same issue here....
one poster say if he checks this in the settings he gets the error...which...
November 16, 2011 at 5:32 am
it's a nice tool, migrates schema and data, but leaves you with the list of items that will need to be converted manually...packages, procedures and functions.
glad to hear you are...
November 16, 2011 at 4:10 am
IF is typically used for logic flow, where CASE is used to return data values;
your example is bending an IF into a situation similar to a CASE, but an...
November 15, 2011 at 1:02 pm
Sean Lange (11/15/2011)
...but that is different than 60 seconds. 60 seconds is too much but 30 seconds + 30 seconds is just right.
,
yes, but that 10 second pause in the...
November 15, 2011 at 12:23 pm
well, i would consider creating a view that pulls all 18 tables together...
then the proc can select directly from the view and contine from there.
depedning on what you are doing...
November 15, 2011 at 11:11 am
how many values are in dbo.tbl_CDE_MultiMonth, which is where you were gettting the tablenames from?
November 15, 2011 at 11:01 am
my issue with it is that no matter how long you wait between the clicks to "add 30 seconds", 30 seconds + 30 seconds = 60 seconds....
November 15, 2011 at 10:32 am
if you watch the first video, it does a quick demo showing how the schema is migrated, and then how data requires a seperate click/call, so you'll get your...
November 15, 2011 at 6:01 am
duplicate thread:
follow it all here where the detailed answers exist:
http://www.sqlservercentral.com/Forums/Topic1205779-146-1.aspx
November 15, 2011 at 6:00 am
duplicate thread:
follow it all here where the detailed answers exist:
http://www.sqlservercentral.com/Forums/Topic1205779-146-1.aspx
November 15, 2011 at 5:59 am
rocky@123 (11/15/2011)
could anyone provide the step by step process for migrating the oracle data(only specific objects) to Sql Server using SSMA tool..Thanks
looks like there is a series of videos here...
November 15, 2011 at 5:55 am
the code you posted points to two different folders; 'C:\SQLServerFiles\serviceMasterKey'
and 'C:\SQLServerFiles\TDE\serviceMasterKey'
could that have been the issue? the extra folder?
November 14, 2011 at 5:58 pm
something like this?
select [Years] = datediff(year,0,ET-ST)-1,
[Months] =...
November 14, 2011 at 1:59 pm
Viewing 15 posts - 6,406 through 6,420 (of 13,469 total)